![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
A message containing a stream status. More...
#include <DcsmStatusMessage.h>
Public Types | |
enum class | Status { Ready = 0 , Enabled , Valid , Invalid , Halted , ChannelError , InvalidCommand , VideoResolutionChanged } |
The states of the video decoder on the instrument cluster. More... | |
Public Member Functions | |
StreamStatusMessage (Status status) | |
Create a StreamStatusMessage object containing the provided status. More... | |
Status | getStreamStatus () const |
Returns the contained status. More... | |
StreamStatusMessage (std::unique_ptr< DcsmStatusMessageImpl > &&impl_) | |
Constructor from impl, only for internal usage. More... | |
![]() | |
class StreamStatusMessage const * | getAsStreamStatus () const |
Convenience function to get the derived class of DcsmStatusMessage easily. More... | |
class ActiveLayoutMessage const * | getAsActiveLayout () const |
Convenience function to get the derived class of DcsmStatusMessage easily. More... | |
class WidgetFocusStatusMessage const * | getAsWidgetFocusStatus () const |
Convenience function to get the derived class of DcsmStatusMessage easily. More... | |
virtual | ~DcsmStatusMessage () |
Default destructor of DcsmStatusMessage. More... | |
DcsmStatusMessage (DcsmStatusMessage const &)=delete | |
Disable copying. More... | |
DcsmStatusMessage (DcsmStatusMessage &&)=delete | |
Disable moving. More... | |
Additional Inherited Members | |
![]() | |
std::unique_ptr< DcsmStatusMessageImpl > | impl |
![]() | |
DcsmStatusMessage (std::unique_ptr< DcsmStatusMessageImpl > &&impl_) | |
Constructor from impl. More... | |
A message containing a stream status.
|
strong |
The states of the video decoder on the instrument cluster.
|
explicit |
Create a StreamStatusMessage object containing the provided status.
status | The status to transmit. |
|
explicit |
Constructor from impl, only for internal usage.
impl_ | impl |
Status ramses::StreamStatusMessage::getStreamStatus | ( | ) | const |
Returns the contained status.