Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Config.h>
Definition at line 112 of file Config.h.
Public Member Functions | |
controller_config () | |
constructor | |
Public Attributes | |
int | gui_port |
port to listen for the GUI to connect to aibo on | |
char | select_snd [50] |
sound file to use for "select" action | |
char | next_snd [50] |
sound file to use for "next" action | |
char | prev_snd [50] |
sound file to use for "prev" action | |
char | read_snd [50] |
sound file to use for "read from std-in" action | |
char | cancel_snd [50] |
sound file to use for "cancel" action | |
char | error_snd [50] |
sound file to use to signal errors |
|
constructor
|
|
sound file to use for "cancel" action
Definition at line 118 of file Config.h. Referenced by controller_config(), ControlBase::doCancel(), WalkCalibration::doSelect(), Controller::DoStart(), Controller::DoStop(), and Config::setValue(). |
|
sound file to use to signal errors
Definition at line 119 of file Config.h. Referenced by controller_config(), WalkCalibration::err(), CameraBehavior::openNextFile(), CameraBehavior::processEvent(), and Config::setValue(). |
|
port to listen for the GUI to connect to aibo on
Definition at line 113 of file Config.h. Referenced by controller_config(), Controller::DoStart(), and Config::setValue(). |
|
sound file to use for "next" action
Definition at line 115 of file Config.h. Referenced by controller_config(), ControlBase::doNextItem(), Controller::DoStart(), Controller::DoStop(), ControlBase::setHilights(), and Config::setValue(). |
|
sound file to use for "prev" action
Definition at line 116 of file Config.h. Referenced by controller_config(), ControlBase::doPrevItem(), Controller::DoStart(), Controller::DoStop(), ControlBase::setHilights(), and Config::setValue(). |
|
sound file to use for "read from std-in" action
Definition at line 117 of file Config.h. Referenced by controller_config(), ControlBase::doReadStdIn(), Controller::DoStart(), Controller::DoStop(), and Config::setValue(). |
|
sound file to use for "select" action
Definition at line 114 of file Config.h. Referenced by controller_config(), WalkCalibration::doSelect(), SensorObserverControl::doSelect(), EventLogger::doSelect(), ControlBase::doSelect(), Controller::DoStart(), Controller::DoStop(), WalkCalibration::processEvent(), Config::setValue(), and WalkCalibration::takeInput(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:06 2004 by Doxygen 1.3.4 |