cmRtNet.c More changes to cmRtNetTest().
This commit is contained in:
parent
b999a8e656
commit
110e5c28c4
12
cmRtNet.c
12
cmRtNet.c
@ -781,9 +781,15 @@ bool _cmRtNetTestThreadFunc(void* param)
|
||||
{
|
||||
_cmRtNetTest_t* p = (_cmRtNetTest_t*)param;
|
||||
|
||||
|
||||
if( cmRtNetIsValid(p->netH) && cmRtNetIsInSyncMode(p->netH) )
|
||||
cmRtNetSyncModeSend(p->netH);
|
||||
if( cmRtNetIsValid(p->netH) )
|
||||
{
|
||||
if( cmRtNetIsInSyncMode(p->netH) )
|
||||
cmRtNetSyncModeSend(p->netH);
|
||||
|
||||
cmRtNetReceive(p->netH);
|
||||
}
|
||||
|
||||
cmSleepMs(40);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user