#include <reference_clock_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
Interface for communicating instants of time to the clock.
- See also
- Clock Handling
◆ tTimePointId
The two time points of a barrier.
| Enumerator |
|---|
| Begin | The begin time point.
|
| End | The end time point.
|
◆ GetTimePoint()
- Parameters
-
| [in] | eTimePointId | Whether to return the beginning or the end of the barrier. |
- Returns
- Depending on eTimePointId, either the begin or end time point of the barrier.
◆ IsBroken()
| virtual bool adtf::services::penguin::IReferenceClock::ITimeBarrier::IsBroken |
( |
tTimePointId | eTimePointId | ) |
const |
|
pure virtual |
- Parameters
-
| [in] | eTimePointId | Whether to check the beginning or the end of the barrier. |
- Returns
- Whether or not the barrier has been broken.
◆ WaitUntilBegin()
| virtual tResult adtf::services::penguin::IReferenceClock::ITimeBarrier::WaitUntilBegin |
( |
| ) |
const |
|
pure virtual |
Waits until the time has reached or passed the beginning of the barrier.
- Return values
-
◆ NoTimePoint
Constant for an unspecified time point.
The documentation for this class was generated from the following file: