#include <UByteTypeMessage.hh>
Inheritance diagram for rovsoft::messages::UByteTypeMessage:
Public Member Functions | |
UByteTypeMessage (unsigned short sa, unsigned short da, unsigned char val) | |
Builds a byte type message, with the value specified by val:. | |
UByteTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
Builds a Byte type message, that reads its value from the stream spefified with in. | |
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. | |
const unsigned char | getValue () const |
Get the value of this message. | |
Protected Attributes | |
unsigned char | value |
This class is currently unused!
|
Builds a byte type message, with the value specified by val:.
|
|
Builds a Byte type message, that reads its value from the stream spefified with in.
|
|
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::Message. Here is the call graph for this function: ![]() |
|
Get the value of this message.
|
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::Message. Here is the call graph for this function: ![]() |
|
|