|
clkmgr 2.0
Clock Manager API library to receive events from the PTP service
|
#include <timebase_configs.h>
Static Public Member Functions | |
| static const TimeBaseConfigurations & | getInstance () |
| static const TimeBaseRecord & | getRecord (size_t timeBaseIndex) |
| static bool | isTimeBaseIndexPresent (size_t timeBaseIndex) |
| static bool | BaseNameToBaseIndex (const std::string &timeBaseName, size_t &timeBaseIndex) |
| static size_t | size () |
| static iterator | begin () |
| static iterator | end () |
Class holding time base configurations
|
static |
find index of the time base using its name.
| [in] | timeBaseName | The time base name. |
| [out] | timeBaseIndex | The time base index. |
|
static |
Fetch iterator to the first record
|
static |
Fetch iterator that mark the end of the records list
|
static |
Get the single instance of the TimeBaseConfigurations.
|
static |
Get record a given timeBaseIndex
| [in] | timeBaseIndex | The time base index to fetch. |
|
static |
Check if a given timeBaseIndex exist
| [in] | timeBaseIndex | The time base index to check. |
|
static |
Return number of time base configurations