The Robot Application Programming Interface Delegate Project
RAPID Logo

RapidPreferencesHardCodedExample Class Reference

Example class of a preference provider that returns hard-coded values. More...

Inheritance diagram for RapidPreferencesHardCodedExample:
Collaboration diagram for RapidPreferencesHardCodedExample:

List of all members.

Public Member Functions

String getEventChannelName (Agent agent)
Agent[] activeAgents ()
void setActiveAgents (Agent[] agents)

Package Attributes

Agent[] activeAgents = new Agent[] { Agent.AthleteA, Agent.ChariotA, Agent.K10Red }
 Active agents is only used in the GUI at the moment, so it's kind of irrelevant if we're not running in an Eclipse RCP.

Detailed Description

Author:
mallan

Member Function Documentation

Implements IRapidPreferences.

String getEventChannelName ( Agent  agent)
Returns:
the name of the event channel for a particular agent

Here is the call graph for this function:

void setActiveAgents ( Agent[]  agents)

Implements IRapidPreferences.

Here is the call graph for this function:


Member Data Documentation


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