src/command.h
branchnoai
changeset 9601 b499fdd106d5
parent 9359 e915dd81a279
child 9624 b71483f2330f
equal deleted inserted replaced
9600:59cc173953ae 9601:b499fdd106d5
   155 	DC_FORCETEST       = 0x80, ///< force test too.
   155 	DC_FORCETEST       = 0x80, ///< force test too.
   156 
   156 
   157 	CMD_ERROR = ((int32)0x80000000),
   157 	CMD_ERROR = ((int32)0x80000000),
   158 };
   158 };
   159 
   159 
   160 #define CMD_MSG(x) ((x)<<16)
   160 #define CMD_MSG(x) ((x) << 16)
   161 
   161 
   162 enum {
   162 enum {
   163 	CMD_AUTO                  = 0x0200,
   163 	CMD_AUTO                  = 0x0200,
   164 	CMD_NO_WATER              = 0x0400,
   164 	CMD_NO_WATER              = 0x0400,
   165 	CMD_NETWORK_COMMAND       = 0x0800, ///< execute the command without sending it on the network
   165 	CMD_NETWORK_COMMAND       = 0x0800, ///< execute the command without sending it on the network