|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IService () |
| virtual void | CmdSetTime (M_Common::UtcType const &Time, M_TimeManager::TimeSourceType const &Source) |
| virtual void | CmdAdvanceTime (M_Common::DurationType const &Duration) |
| virtual void | CmdReverseTime (M_Common::DurationType const &Duration) |
| virtual void | RequestTime () |
| Request the service to communicate UTC to the requesting client. More... | |
Time service interface. Contains operations that a client can command the time service to perform.
|
virtual |
|
virtual |
Advance the time by a given amount.
| Duration | Time duration to advance. |
|
virtual |
Reverse the time by a given amount.
| Duration | Time duration to reverse. |
|
virtual |
Set the Universal Time Coordinated (UTC).
| Time | Specified point in time. |
| Source | The source of the time. |
|
virtual |
Request the service to communicate UTC to the requesting client.