added node message type TIME.
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
#define AQH_MSG_TYPE_VALUE_SET_ACK 102
|
||||
#define AQH_MSG_TYPE_VALUE_SET_NACK 103
|
||||
|
||||
#define AQH_MSG_TYPE_TIME_ANNOUNCE 120
|
||||
#define AQH_MSG_TYPE_TIME_REQSET 121
|
||||
#define AQH_MSG_TYPE_TIME_RSPSET 122
|
||||
|
||||
|
||||
/* internal msg types via NET interface */
|
||||
#define AQH_MSG_TYPE_NET_SET_ACCEPTED_MSGGROUPS 200
|
||||
@@ -70,6 +74,7 @@
|
||||
#define AQH_MSG_TYPEGROUP_ADDRESS 0x00000004
|
||||
#define AQH_MSG_TYPEGROUP_FLASH 0x00000008
|
||||
#define AQH_MSG_TYPEGROUP_ADMIN 0x00000010
|
||||
#define AQH_MSG_TYPEGROUP_TIME 0x00000020
|
||||
#define AQH_MSG_TYPEGROUP_ALL 0xffffffff
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user