#include <MessageStreamParser.hh>
Inheritance diagram for rovsoft::io::MessageStreamParser:
Public Member Functions | |
virtual void | parseMessageStream (unsigned short sa, unsigned short da, IStreamer &stream, messages::MessageReceiver *out=0)=0 throw (lib::ExceptionPtr) |
This method tries to read the data part of a message from the stream specified by stream. | |
virtual | ~MessageStreamParser () |
Virtual empty destructor. |
|
Virtual empty destructor.
|
|
This method tries to read the data part of a message from the stream specified by stream.
Implemented in rovsoft::io::DeviceContainer, rovsoft::io::DeviceManager, rovsoft::io::NConfirmedCommandSender, rovsoft::io::Receiver, rovsoft::io::TsFloatTypeSender, rovsoft::io::TsUByteTypeSender, and rovsoft::io::UByteTypeSender. |