#include <TsUByteTypeMessage.hh>
Inheritance diagram for rovsoft::messages::TsUByteTypeMessage:


Public Member Functions | |
| TsUByteTypeMessage (unsigned short sa, unsigned short da, unsigned char val) | |
| Constructs a message with a specified unsigned char type value. | |
| TsUByteTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &input) throw (io::IOExceptionPtr) | |
| Constructs a message from the input stream input. | |
| unsigned char | getValue () const |
| Gets the value of this message. | |
| virtual void | write (io::OStreamer &out) const throw (io::IOExceptionPtr) |
| Writes this message to a stream. | |
| virtual int | getSize () const |
| Returns the size of the message = the number of bytes that would be written by write. | |
Protected Attributes | |
| unsigned char | value |
|
||||||||||||||||
|
Constructs a message with a specified unsigned char type value.
|
|
||||||||||||||||
|
Constructs a message from the input stream input.
|
|
|
Returns the size of the message = the number of bytes that would be written by write. (SA and DA are not included!) Reimplemented from rovsoft::messages::TimeStampedMessage. Here is the call graph for this function: ![]() |
|
|
Gets the value of this message.
|
|
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::TimeStampedMessage. Here is the call graph for this function: ![]() |
|
|
|
1.4.3