awgtpman: now fails gracefully when IOP is not running
1 unresolved thread
1 unresolved thread
Also fails nicely if there's a version mismatch on the IOP mbuf. Fixed mistake in logic that could allow tconv to run on IOP time when the IOP was not providing time.
Closes #246 (closed).
Edited by Erik von Reis
Merge request reports
Activity
assigned to @jonathan-hanks
345 345 #ifndef _TP_DAQD 346 346 347 347 // do we know the time yet? 348 if(! (ioMemDataRate_sps || *ioMemDataRate_sps)) 348 if(! (ioMemDataRate_sps && *ioMemDataRate_sps)) changed this line in version 2 of the diff
added 1 commit
- 968b60d1 - awgtpman: negation distributed to make logic more readable
mentioned in commit 7874d6e5
Please register or sign in to reply