onboardapi  9.10.0
by Rheinmetall
M_ImageComposer::ReportImageComposerChannelStatus Struct Reference

Public Member Functions

 ReportImageComposerChannelStatus ()
 
 ReportImageComposerChannelStatus (std::string const &KeySourceChannel, M_ImageComposer::ImageComposerChannelStatusType const &Status, bool IsRemoved)
 

Public Attributes

std::string KeySourceChannel
 Name of channel. More...
 
M_ImageComposer::ImageComposerChannelStatusType Status
 Status of the specified channel. More...
 
bool IsRemoved
 

Detailed Description

Report with the current status for a specified channel. This will be continually updated every time a value is changed.

Constructor & Destructor Documentation

◆ ReportImageComposerChannelStatus() [1/2]

M_ImageComposer::ReportImageComposerChannelStatus::ReportImageComposerChannelStatus ( )

◆ ReportImageComposerChannelStatus() [2/2]

M_ImageComposer::ReportImageComposerChannelStatus::ReportImageComposerChannelStatus ( std::string const &  KeySourceChannel,
M_ImageComposer::ImageComposerChannelStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_ImageComposer::ReportImageComposerChannelStatus::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.

◆ KeySourceChannel

std::string M_ImageComposer::ReportImageComposerChannelStatus::KeySourceChannel

Name of channel.

◆ Status

M_ImageComposer::ImageComposerChannelStatusType M_ImageComposer::ReportImageComposerChannelStatus::Status

Status of the specified channel.