1 #ifndef BASE_SCHILLING_SCHILLINGRAW_HPP 2 #define BASE_SCHILLING_SCHILLINGRAW_HPP 6 #define SCHILL_LEN_HEADER 4 7 #define SCHILL_CMD_READ 0x72 8 #define SCHILL_CMD_WRITE 0x77 9 #define SCHILL_CMD_SET 0x73 10 #define SCHILL_CMD_RESET 0x74 12 #define SCHILL_CMD_MSG 0xC4 13 #define SCHILL_STAT_UNCHG_MSG 0x06 14 #define SCHILL_STAT_CHG_MSG 0x16 15 #define SCHILL_REPL_UNCHG_MSG 0xF2 16 #define SCHILL_REPL_CHG_MSG 0xD2 17 #define SCHILL_COMM_STAT_MSG 0xE2 26 : type(0),address(0),length(0),cmd(0)
Msg()
Definition: SchillingRaw.hpp:34
MsgHeader header
Definition: SchillingRaw.hpp:32
Definition: SchillingRaw.hpp:30
char * msg_body
Definition: SchillingRaw.hpp:33
Definition: SchillingRaw.hpp:4