24 #include <lunchbox/bitOperation.h>
37 COMMANDTYPE_CUSTOM = 1<<7,
38 COMMANDTYPE_INVALID = 0xFFFFFFFFu
46 CMD_INVALID = 0xFFFFFFFFu
50 static const size_t COMMAND_MINSIZE = 256;
53 static const size_t COMMAND_ALLOCSIZE = 4096;
59 { byteswap( reinterpret_cast< uint32_t& >( value )); }
62 #endif // CO_COMMANDS_H
Commands for Node subclasses start here.
Highest allowed node command (2^24-1)
A Node/LocalNode command.
CommandType
The type of a Command.
Commands for Object subclasses start here.