aqhome-react: enable network loading.
This application has now basic functionality.
This commit is contained in:
@@ -58,7 +58,7 @@ void AqHomeReact_IoLoop(AQHOME_REACT *aqh, int timeoutInMilliSecs)
|
||||
|
||||
code=GWEN_IpcMsg_GetCode(msg);
|
||||
if (code==AQH_MSGTYPE_IPC_DATA_DATACHANGED) {
|
||||
DBG_INFO(NULL, "Received expected IPC message");
|
||||
DBG_DEBUG(NULL, "Received expected IPC message");
|
||||
_handleDataResponse(aqh->varChangeUnit, msg);
|
||||
}
|
||||
else if (code==AQH_MSGTYPE_IPC_DATA_RESULT) {
|
||||
@@ -118,7 +118,7 @@ int _processNet(AQHREACT_UNIT_NET *unitNet)
|
||||
const char *netName;
|
||||
|
||||
netName=AQHREACT_UnitNet_GetName(unitNet);
|
||||
DBG_INFO(NULL, "Processing net \"%s\"", netName?netName:"<unnamed>");
|
||||
DBG_DEBUG(NULL, "Processing net \"%s\"", netName?netName:"<unnamed>");
|
||||
unitList=AQHREACT_UnitNet_GetUnitList(unitNet);
|
||||
if (unitList) {
|
||||
int result=0;
|
||||
|
||||
Reference in New Issue
Block a user