#include <ShortTypeMessage.hh>
Inheritance diagram for rovsoft::messages::ShortTypeMessage:
Public Member Functions | |
ShortTypeMessage (unsigned short sa, unsigned short da, short val) | |
Constructs a new Short Type message. | |
ShortTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &in) throw (io::IOExceptionPtr) | |
Constructs a new Short Type message, by reading its value from the stream in. | |
ShortTypeMessage (const NShortTypeMessage &orig) | |
Construct a short type message from a numbered short type message. | |
virtual void | write (io::OStreamer &out) const throw (io::IOExceptionPtr) |
Writes this message to a stream. | |
short | 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 | |
short | value |
|
Constructs a new Short Type message.
|
|
Constructs a new Short Type message, by reading its value from the stream in.
|
|
Construct a short type message from a numbered short 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: ![]() |
|
|