#include <ByteTypeMessage.hh>
Inheritance diagram for rovsoft::messages::ByteTypeMessage:
Public Member Functions | |
ByteTypeMessage (unsigned short sa, unsigned short da, char val) | |
Builds a byte type message, with the value specified by val:. | |
ByteTypeMessage (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. | |
ByteTypeMessage (const NByteTypeMessage &orig) | |
Construct a byte type message from a numbered byte type 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. | |
const char | getValue () const |
Get the value of this message. | |
Protected Attributes | |
char | value |
|
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.
|
|
Construct a byte type message from a numbered byte type message.
|
|
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: ![]() |
|
|