#include <MotionCommandReceiver.hh>
Inheritance diagram for rovsoft::io::MotionCommandReceiver:
Public Member Functions | |
MotionCommandReceiver (messages::MessageReceiver *out=0) | |
Construct a MotionCommandReceiver. | |
virtual void | putMotionCommandMessage (messages::MotionCommandMessagePtr message) throw (lib::ExceptionPtr) |
Send a message to this receiver. | |
Static Public Attributes | |
static const unsigned short | type = 0x0300 |
The MotionCommandReceiver type. |
Objects of this class are capable of receiving MotionCommand messages.
Don't get confused with MotionCommandMessageReceiver, its the general interface for classes receiving motion command messages.
|
Construct a MotionCommandReceiver.
|
|
Send a message to this receiver.
Implements rovsoft::messages::MotionCommandMessageReceiver. |
|
The MotionCommandReceiver type.
|