|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportTime (M_Common::UtcType const &Time, M_TimeManager::TimeSourceType const &Source, bool IsRemoved) |
| virtual void | ResponseTime (M_Common::UtcType const &Time, M_TimeManager::TimeSourceType const &Source) |
Time client interface. Contains callback operations from the time service to a client.
|
virtual |
|
virtual |
Report the current time of the time service.
| Time | Current time communicated by the time service. |
| Source | The source of the time. |
| IsRemoved | Indicates if the status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners. |
|
virtual |
Respond the time to a client upon a request.
| Time | Specified point in time. |
| Source | The source of the time. |