#include <TsUByteTypeSender.hh>
Inheritance diagram for rovsoft::io::TsUByteTypeSender:
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 | setTsUByteTypeReceiver (messages::TsUByteTypeMessageReceiver &listener) |
Use this method to set a listener to which this object will send TsUByteType messages. | |
Static Public Attributes | |
static const unsigned short | type = 0x0600 |
The TsUByteTypeSenderType. |
This class can create messages from an IStreamer. The method parseMessageStream will block until at least one receiver is set.
Don't get confused with the messages::TsUByteTypeMessageSender 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 TsUByteType messages.
Reimplemented from rovsoft::messages::TsUByteTypeMessageSender. Here is the call graph for this function: ![]() |
|
The TsUByteTypeSenderType.
|