Implemented setdata in server and aqhome-tool.
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
#define AQH_MSGTYPE_IPC_DATA_UPDATEDATA 0x100 /* AQH_DataPointsDataIpcMsg */
|
||||
#define AQH_MSGTYPE_IPC_DATA_DATACHANGED 0x200 /* AQH_DataPointsDataIpcMsg */
|
||||
|
||||
#define AQH_MSGTYPE_IPC_DATA_SETDATA_REQ 0x300 /* AQH_DataPointsDataIpcMsg */
|
||||
#define AQH_MSGTYPE_IPC_DATA_SETDATA_RSP 0x400 /* AQH_ResultIpcMsg */
|
||||
#define AQH_MSGTYPE_IPC_DATA_SETDATA 0x300 /* AQH_DataPointsDataIpcMsg */
|
||||
|
||||
#define AQH_MSGTYPE_IPC_DATA_GETDATA_REQ 0x500 /* AQH_DataPointsDataIpcMsg (1 pair: fromTime, toTime) */
|
||||
#define AQH_MSGTYPE_IPC_DATA_GETDATA_RSP 0x600 /* AQH_DataPointsDataIpcMsg */
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#define AQH_IPCENDPOINT_PERMS_LISTDATA 0x0010
|
||||
#define AQH_IPCENDPOINT_PERMS_READDATA 0x0020
|
||||
#define AQH_IPCENDPOINT_PERMS_ADDDATA 0x0040
|
||||
#define AQH_IPCENDPOINT_PERMS_SETDATA 0x0080
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user