The Robot Application Programming Interface Delegate Project
RAPID Logo

SimpleSubscriberView Class Reference

This view subscribes to all known agents for ArticulationStatus messages. More...

Inheritance diagram for SimpleSubscriberView:
Collaboration diagram for SimpleSubscriberView:

List of all members.

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

Detailed Description

When an event is received, it is printed in a text widget


Member Function Documentation

void createPartControl ( Composite  parent)

Here is the call graph for this function:

void print ( final String  message)
void rapidEventReceived ( Agent  agent,
MessageType  type,
IRapidMessage  msg 
)

Implements IRapidEventListener.

Here is the call graph for this function:

void setFocus ( )

Member Data Documentation

final String ID = SimpleSubscriberView.class.getName() [static]
Agent m_agent = Agent.LerA [protected]

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