|
onboardapi
9.10.0
by Rheinmetall
|
Report the current time of the time service. More...
Public Member Functions | |
| ReportTime () | |
| ReportTime (M_Common::UtcType const &Time, M_TimeManager::TimeSourceType const &Source, bool IsRemoved) | |
Public Attributes | |
| M_Common::UtcType | Time |
| Current time communicated by the time service. More... | |
| M_TimeManager::TimeSourceType | Source |
| The source of the time. More... | |
| bool | IsRemoved |
Report the current time of the time service.
| M_TimeManager::ReportTime::ReportTime | ( | ) |
| M_TimeManager::ReportTime::ReportTime | ( | M_Common::UtcType const & | Time, |
| M_TimeManager::TimeSourceType const & | Source, | ||
| bool | IsRemoved | ||
| ) |
| bool M_TimeManager::ReportTime::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.
| M_TimeManager::TimeSourceType M_TimeManager::ReportTime::Source |
The source of the time.
| M_Common::UtcType M_TimeManager::ReportTime::Time |
Current time communicated by the time service.