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


Public Member Functions | |
| ULongTypeMessage (unsigned short sa, unsigned short da, unsigned long val) | |
| Constructs a new unsigned long Type message. | |
| ULongTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
| Constructs a new unsigned long 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 long | 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 | |
| unsigned long | value |
|
||||||||||||||||
|
Constructs a new unsigned long Type message.
|
|
||||||||||||||||
|
Constructs a new unsigned long 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::Message. Reimplemented in rovsoft::messages::NByteTypeMessage, rovsoft::messages::NShortTypeMessage, and rovsoft::messages::NUByteTypeMessage. Here is the call graph for this function: ![]() |
|
|
Get the value of this message.
Reimplemented in rovsoft::messages::NByteTypeMessage, rovsoft::messages::NShortTypeMessage, and rovsoft::messages::NUByteTypeMessage. |
|
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::Message. Reimplemented in rovsoft::messages::NByteTypeMessage, rovsoft::messages::NShortTypeMessage, and rovsoft::messages::NUByteTypeMessage. Here is the call graph for this function: ![]() |
|
|
Reimplemented in rovsoft::messages::NByteTypeMessage, rovsoft::messages::NShortTypeMessage, and rovsoft::messages::NUByteTypeMessage. |
1.4.3