|
|
unsigned char | getContentId () |
| |
|
void | setContentId (unsigned char id) |
| |
|
short | getScaleNumerator () |
| |
|
unsigned short | getScaleDenominator () |
| |
|
uint64_t | getStartNpt () |
| |
|
uint64_t | getStopNpt () |
| |
|
bool | getEndpointAvailable () |
| |
|
void | setScaleNumerator (short num) |
| |
|
void | setScaleDenominator (unsigned short den) |
| |
|
void | setStartNpt (uint64_t start) |
| |
|
void | setStopNpt (uint64_t stop) |
| |
|
void | setEndpointAvailable (bool epa) |
| |
|
|
static int64_t | convertToNpt (int64_t base, short numerator, unsigned short denominator) |
| |
|
|
unsigned char | contentId |
| |
|
short | numerator |
| |
|
unsigned short | denominator |
| |
|
bool | endpointAvailable |
| |
|
uint64_t | startNpt |
| |
|
uint64_t | stopNpt |
| |
The documentation for this class was generated from the following files:
- gingacc-dataprocessing/include/dataprocessing/dsmcc/npt/TimeBaseClock.h
- gingacc-dataprocessing/src/dsmcc/npt/TimeBaseClock.cpp