|
The Robot Application Programming Interface Delegate Project
|
|
This view subscribes to all known agents for ArticulationStatus messages. More...


Public Member Functions | |
| void | createPartControl (Composite parent) |
| create the viewer and initialize | |
| void | print (final String message) |
| print a string in the text widget | |
| void | rapidEventReceived (Agent agent, MessageType type, IRapidMessage msg) |
| void | setFocus () |
Static Public Attributes | |
| static final String | ID = SimpleSubscriberView.class.getName() |
Protected Attributes | |
| Agent | m_agent = Agent.LerA |
When an event is received, it is printed in a text widget
| void createPartControl | ( | Composite | parent | ) |

| void print | ( | final String | message | ) |
| void rapidEventReceived | ( | Agent | agent, |
| MessageType | type, | ||
| IRapidMessage | msg | ||
| ) |
| void setFocus | ( | ) |
final String ID = SimpleSubscriberView.class.getName() [static] |
Agent m_agent = Agent.LerA [protected] |