The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidCommandReceiver Class Reference

This class will register with the RapidEventCollector and receive messages from the Command topic. More...

Inheritance diagram for RapidCommandReceiver:
Collaboration diagram for RapidCommandReceiver:

List of all members.

Public Member Functions

 RapidCommandReceiver (Agent agent)
void registerForCommandMessages ()
void handleCommand (IRapidMessage msg)
void addRapidCommandReceivedListener (RapidCommandListener listener)

Detailed Description

It will then perform the task requested and send the appropriate return message.

This will be the simplified version of the actual C++ program for the Sequencer. In order to send commands to the particular partition, there is a new API for in the DDS plugin that will send directly to a partition.

Author:
jtorres

Constructor & Destructor Documentation

Here is the call graph for this function:


Member Function Documentation

void addRapidCommandReceivedListener ( RapidCommandListener  listener)
void handleCommand ( IRapidMessage  msg)
void registerForCommandMessages ( )

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines