#include <UByteTypeSender.hh>
Inheritance diagram for rovsoft::io::UByteTypeSender:
Public Member Functions | |
virtual void | parseMessageStream (unsigned short sa, unsigned short da, IStreamer &stream, messages::MessageReceiver *out=0) throw (lib::ExceptionPtr) |
This method tries to read the data part of a message from the stream specified by stream. | |
virtual void | setUByteTypeReceiver (messages::UByteTypeMessageReceiver &listener) |
Use this method to set a listener to which this object will send UByteType messages. | |
Static Public Attributes | |
static const unsigned short | type = 0x0600 |
The UByteTypeSenderType. |
Don't get confused with the messages::UByteTypeMessageSender class, its the general interface for classes sending Time stamped float type messages.
|
This method tries to read the data part of a message from the stream specified by stream.
Implements rovsoft::io::MessageStreamParser. Here is the call graph for this function: ![]() |
|
Use this method to set a listener to which this object will send UByteType messages.
Here is the call graph for this function: ![]() |
|
The UByteTypeSenderType.
|