onboardapi  9.10.0
by Rheinmetall
M_TimeManager::ReportTime Struct Reference

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
 

Detailed Description

Report the current time of the time service.

Constructor & Destructor Documentation

◆ ReportTime() [1/2]

M_TimeManager::ReportTime::ReportTime ( )

◆ ReportTime() [2/2]

M_TimeManager::ReportTime::ReportTime ( M_Common::UtcType const &  Time,
M_TimeManager::TimeSourceType const &  Source,
bool  IsRemoved 
)

Member Data Documentation

◆ 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.

◆ Source

M_TimeManager::TimeSourceType M_TimeManager::ReportTime::Source

The source of the time.

◆ Time

M_Common::UtcType M_TimeManager::ReportTime::Time

Current time communicated by the time service.