#include <TsFloatTypeMessage.hh>
Inheritance diagram for rovsoft::messages::TsFloatTypeMessage:
Public Member Functions | |
TsFloatTypeMessage (unsigned short sa, unsigned short da, float val) | |
Constructs a message with a specified float type value. | |
TsFloatTypeMessage (unsigned short sa, unsigned short da, io::IStreamer &input) throw (io::IOExceptionPtr) | |
Constructs a message from the input stream input. | |
float | getValue () const |
Gets the value of this 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. | |
Protected Attributes | |
float | value |
|
Constructs a message with a specified float type value.
|
|
Constructs a message from the input stream input.
|
|
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::TimeStampedMessage. Here is the call graph for this function: ![]() |
|
Gets the value of this message.
|
|
Writes this message to a stream. SA and DA are not written!! Reimplemented from rovsoft::messages::TimeStampedMessage. Here is the call graph for this function: ![]() |
|
|