#include <FloatFloatTypeMessage.hh>
Inheritance diagram for rovsoft::messages::FloatFloatTypeMessage:
Public Member Functions | |
FloatFloatTypeMessage (unsigned short sa, unsigned short da, float val1, float val2) | |
Constructs a new Float Float Type message. | |
FloatFloatTypeMessage (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. | |
virtual void | write (io::OStreamer &out) const throw (io::IOExceptionPtr) |
Writes this message to a stream. | |
float | getValue1 () const |
Get the value of this message (first part). | |
float | getValue2 () const |
Get the value of this message (second part). | |
virtual int | getSize () const |
Returns the size of the message = the number of bytes that would be written by write. | |
Protected Attributes | |
float | value1 |
float | value2 |
|
Constructs a new Float Float Type message.
|
|
Constructs a new Short 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. Here is the call graph for this function: ![]() |
|
Get the value of this message (first part).
|
|
Get the value of this message (second part).
|
|
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: ![]() |
|
|
|
|