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


Public Member Functions | |
| NByteTypeMessage (unsigned short sa, unsigned short da, unsigned long num, char val) | |
| Constructs a new numbered Byte Type message. | |
| NByteTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
| Constructs a new numbered byte Type message, by reading its value from the stream in. | |
| virtual void | write (io::OStreamer &out) const throw (io::IOExceptionPtr) |
| Writes this message to a stream. | |
| unsigned char | getValue () const |
| Get the value of this message. | |
| virtual int | getSize () const |
| Returns the size of the message = the number of bytes that would be written by write. | |
Protected Attributes | |
| char | value |
|
||||||||||||||||||||
|
Constructs a new numbered Byte Type message.
|
|
||||||||||||||||
|
Constructs a new numbered byte Type message, by reading its value from the stream 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::ULongTypeMessage. Here is the call graph for this function: ![]() |
|
|
Get the value of this message.
Reimplemented from rovsoft::messages::ULongTypeMessage. |
|
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::ULongTypeMessage. Here is the call graph for this function: ![]() |
|
|
Reimplemented from rovsoft::messages::ULongTypeMessage. |
1.4.3