Skip to content
Snippets Groups Projects

awgtpman: now fails gracefully when IOP is not running

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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))
  • Erik von Reis added 1 commit

    added 1 commit

    • 968b60d1 - awgtpman: negation distributed to make logic more readable

    Compare with previous version

  • Jonathan Hanks mentioned in commit 7874d6e5

    mentioned in commit 7874d6e5

  • Please register or sign in to reply
    Loading