intel-staging / libptpmgmt_iaclocklib

The Clock Manager is a library for monitoring network time synchronization on the local platform. Disclaimer: This project is under development. All source code and features on the main branch is for the purpose of testing or evaluation and not production ready. We will upstream the code and archive this GitHub repo thereafter.
Other
4 stars 5 forks source link

jclklib: Add subscribed event checking #32

Closed JunAnnLaiIntel closed 2 months ago

JunAnnLaiIntel commented 2 months ago

The jcl_state data and event_count are updating based on event that subscribed.

Below shown the result that:

  1. only subscribed gmOffsetEvent and servoLockedEvent, hence only these 2 events data being updated: image

  2. only subscribed gmOffsetEvent, gmPresentEvent and gmChangedEvent, hence only these 3 events data being updated: image