#include <MotionCommandReceiverContainer.hh>
Inheritance diagram for rovsoft::io::MotionCommandReceiverContainer:
Public Member Functions | |
MotionCommandReceiverContainer (messages::NewMessageReceiverListener *rListener=0, messages::NewMotionCommandReceiverListener *mcrListener=0) | |
Construct a device container with specified listeners, which should receive events about newly created devices. | |
messages::MotionCommandMessageReceiver & | getMotionCommandMessageReceiver (unsigned char index) throw (lib::NullPointerExceptionPtr, lib::OutOfRangeExceptionPtr) |
Gets the motion command receiver specified with index. | |
void | setNewMotionCommandReceiverListener (messages::NewMotionCommandReceiverListener *listener) |
virtual void | putMotionCommandMessage (const messages::MotionCommandMessagePtr message) throw (lib::ExceptionPtr, lib::NullPointerExceptionPtr, lib::OutOfRangeExceptionPtr) |
Send a message to this receiver. | |
Protected Member Functions | |
virtual void | newDevice (MessageStreamParser *&obj, messages::MessageReceiver *interface) |
Creates a motion command receiver device. | |
Protected Attributes | |
messages::NewMotionCommandReceiverListener * | newMotionCommandReceiverListener |
Should manage MotionCommandReceiver devices. (Forward message streams, create them, ..)
|
Construct a device container with specified listeners, which should receive events about newly created devices.
|
|
Gets the motion command receiver specified with index.
|
|
Creates a motion command receiver device. and informs newMotionCommandReceiverListener about that. Implements rovsoft::io::DeviceContainer. Here is the call graph for this function: ![]() |
|
Send a message to this receiver.
Implements rovsoft::messages::MotionCommandMessageReceiver. |
|
|
|
|