gPTP Documentation
|
#include <IPCListener.hpp>
Public Member Functions | |
LockableOffset () | |
bool | isReady () |
Get Internal ready flag. More... | |
void | setReady (bool ready) |
Sets ready flag. More... | |
Public Member Functions inherited from Lockable | |
Lockable () | |
void | get () |
Acquires lock. More... | |
void | put () |
Releases lock. More... | |
Additional Inherited Members | |
Public Attributes inherited from Offset | |
int64_t | ml_phoffset |
FrequencyRatio | ml_freqoffset |
int64_t | ls_phoffset |
FrequencyRatio | ls_freqoffset |
uint64_t | local_time |
Provides an interface for offset with lock
|
inline |
Default constructor. Initializes internal variables
|
inline |
Get Internal ready flag.
|
inline |
Sets ready flag.
ready | Value to be set. |