More work on IPC code, added aqhomed daemon.
This commit is contained in:
@@ -16,13 +16,10 @@
|
||||
|
||||
|
||||
|
||||
#define AQH_MSG_ENDPOINTGROUP_NODE 1
|
||||
#define AQH_MSG_ENDPOINTGROUP_IPC 2
|
||||
|
||||
|
||||
|
||||
AQHOME_API GWEN_MSG_ENDPOINT_MGR *AQH_MsgEndpointMgr_new(uint8_t busAddr);
|
||||
AQHOME_API int AQH_MsgEndpointMgr_LoopOnce(GWEN_MSG_ENDPOINT_MGR *emgr);
|
||||
AQHOME_API int AQH_MsgEndpointMgr_LoopOnce(GWEN_MSG_ENDPOINT_MGR *emgr, int groupId);
|
||||
|
||||
AQHOME_API void AQH_MsgEndpointMgr_LoopOnceOverNodeEndpoints(GWEN_MSG_ENDPOINT_MGR *emgr, int groupId);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user