|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Report with the current status for a specified channel. This will be continually updated every time a value is changed.
| M_ImageComposer::ReportImageComposerChannelStatus::ReportImageComposerChannelStatus | ( | ) |
| M_ImageComposer::ReportImageComposerChannelStatus::ReportImageComposerChannelStatus | ( | std::string const & | KeySourceChannel, |
| M_ImageComposer::ImageComposerChannelStatusType const & | Status, | ||
| bool | 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.
| std::string M_ImageComposer::ReportImageComposerChannelStatus::KeySourceChannel |
Name of channel.
| M_ImageComposer::ImageComposerChannelStatusType M_ImageComposer::ReportImageComposerChannelStatus::Status |
Status of the specified channel.