onboardapi  9.10.0
by Rheinmetall
M_ReplayCtrl::ReportReplayStatus Struct Reference

Current status data for the service which are dynamically updated on change. More...

Public Member Functions

 ReportReplayStatus ()
 
 ReportReplayStatus (M_ReplayCtrl::ReplayStatusType const &Status, bool IsRemoved)
 

Public Attributes

M_ReplayCtrl::ReplayStatusType Status
 Current status data for the Replay Control Service. More...
 
bool IsRemoved
 

Detailed Description

Current status data for the service which are dynamically updated on change.

Constructor & Destructor Documentation

◆ ReportReplayStatus() [1/2]

M_ReplayCtrl::ReportReplayStatus::ReportReplayStatus ( )

◆ ReportReplayStatus() [2/2]

M_ReplayCtrl::ReportReplayStatus::ReportReplayStatus ( M_ReplayCtrl::ReplayStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ReplayCtrl::ReportReplayStatus::IsRemoved

Indicates if the status is no longer available. Note: This will always be set to True when a Service has been shutdown. After this has been set to True the status will no longer be available to late joiners.

◆ Status

M_ReplayCtrl::ReplayStatusType M_ReplayCtrl::ReportReplayStatus::Status

Current status data for the Replay Control Service.