|
clkmgr 2.0
Clock Manager API library to receive events from the PTP service
|
#include <subscription.h>


Public Member Functions | |
| bool | setEventMask (uint32_t newEventMask) override final |
Public Member Functions inherited from ClockSubscriptionBase | |
| uint32_t | getEventMask () const |
| void | setClockOffsetThreshold (uint32_t threshold) |
| uint32_t | getClockOffsetThreshold () const |
Additional Inherited Members | |
Protected Member Functions inherited from ClockSubscriptionBase | |
| void | modifyEventMask (uint32_t newEventMask) |
Manage event masks and clock offset thresholds for system clock synchronization event subscriptions.
|
finaloverridevirtual |
Set the event mask
| [in] | newEventMask | The new event mask to set |
Reimplemented from ClockSubscriptionBase.