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


Public Member Functions | |
| bool | setCompositeEventMask (uint32_t composite_event_mask) |
| uint32_t | getCompositeEventMask () const |
| 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 PTP clock synchronization event subscriptions.
| uint32_t PTPClockSubscription::getCompositeEventMask | ( | ) | const |
Get the value of the composite event mask.
| bool PTPClockSubscription::setCompositeEventMask | ( | uint32_t | composite_event_mask | ) |
Set the composite event mask.
| [in] | composite_event_mask | The new composite event mask to set. |
|
finaloverridevirtual |
Set the event mask
| [in] | newEventMask | The new event mask to set |
Reimplemented from ClockSubscriptionBase.