#include <PeripheralReceiverContainer.hh>
Inheritance diagram for rovsoft::io::PeripheralReceiverContainer:
Public Member Functions | |
PeripheralReceiverContainer (messages::NewMessageReceiverListener *rListener=0, messages::NewPeripheralReceiverListener *peripheralListener=0) | |
Construct a device container with specified listeners, which should receive events about newly created devices. | |
messages::PeripheralMessageReceiver & | getPeripheralMessageReceiver (unsigned char index) throw (lib::NullPointerExceptionPtr, lib::OutOfRangeExceptionPtr) |
Gets the peripheral receiver specified with index. | |
void | setNewPeripheralReceiverListener (messages::NewPeripheralReceiverListener *listener) |
virtual void | putTsFloatTypeMessage (const messages::TsFloatTypeMessagePtr message) throw (lib::ExceptionPtr, lib::NullPointerExceptionPtr, lib::OutOfRangeExceptionPtr) |
Protected Member Functions | |
virtual void | newDevice (MessageStreamParser *&obj, messages::MessageReceiver *interface) |
Creates a peripheral receiver device. | |
Protected Attributes | |
messages::NewPeripheralReceiverListener * | newPeripheralReceiverListener |
Should manage PeripheralReceiver devices. (Forward message streams, create them, ..)
|
Construct a device container with specified listeners, which should receive events about newly created devices.
|
|
Gets the peripheral receiver specified with index.
|
|
Creates a peripheral receiver device. and informs newPeripheralReceiverListener about that. Implements rovsoft::io::DeviceContainer. Here is the call graph for this function: ![]() |
|
|
|
|
|
|