The Robot Application Programming Interface Delegate Project
|
Example class of a preference provider that returns hard-coded values. More...
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. |
Agent [] activeAgents | ( | ) |
Implements IRapidPreferences.
String getEventChannelName | ( | Agent | agent | ) |
void setActiveAgents | ( | Agent[] | agents | ) |
Agent [] activeAgents = new Agent[] { Agent.AthleteA, Agent.ChariotA, Agent.K10Red } [package] |