#include <TsUByteTypeSenderContainer.hh>
Inheritance diagram for rovsoft::io::TsUByteTypeSenderContainer:


Public Member Functions | |
| TsUByteTypeSenderContainer (messages::NewMessageSenderListener *sListener=0, messages::NewTsUByteTypeSenderListener *ubsListener=0) | |
| Construct a device container with specified listeners, which should receive events about newly created devices. | |
| messages::TsUByteTypeMessageSenderInterface & | getTsUByteTypeMessageSender (unsigned char index) throw (lib::NullPointerExceptionPtr, lib::OutOfRangeExceptionPtr) |
| Gets the TsUByteTypeSender specified with index. | |
| void | setNewTsUByteTypeSenderListener (messages::NewTsUByteTypeSenderListener *listener) |
Protected Member Functions | |
| virtual void | newDevice (MessageStreamParser *&obj, messages::MessageReceiver *interface) |
| Creates a TsUByteTypeSender device. | |
Protected Attributes | |
| messages::NewTsUByteTypeSenderListener * | newTsUByteTypeSenderListener |
Should manage TsUByteTypeSender devices. (Forward message streams, create them, ..)
|
||||||||||||
|
Construct a device container with specified listeners, which should receive events about newly created devices.
|
|
|
Gets the TsUByteTypeSender specified with index.
|
|
||||||||||||
|
Creates a TsUByteTypeSender device. and informs newTsUByteTypeSenderListener about that. Implements rovsoft::io::DeviceContainer. Here is the call graph for this function: ![]() |
|
|
|
|
|
|
1.4.3