#include <PeripheralReceiver.hh>
Inheritance diagram for rovsoft::io::PeripheralReceiver:
Public Member Functions | |
PeripheralReceiver (messages::MessageReceiver *out=0) | |
Construct a PeripheralReceiver. | |
virtual void | putTsFloatTypeMessage (messages::TsFloatTypeMessagePtr message) throw (lib::ExceptionPtr) |
This method does not throw any exceptions. | |
Static Public Attributes | |
static const unsigned short | type = 0x0100 |
The PeripheralReceiver type. |
All sensor measurement results are forwarded to peripheral receivers. A possible future addition could be, that Peripheral receivers could ask for particular senders, from which they want to receive messages.
|
Construct a PeripheralReceiver.
|
|
This method does not throw any exceptions.
Here is the call graph for this function: ![]() |
|
The PeripheralReceiver type.
|