Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Config.h>
Definition at line 83 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 |
|
constructor
Definition at line 92 of file Config.h. References cancel_snd, gui_port, next_snd, prev_snd, read_snd, and select_snd. |
|
sound file to use for "cancel" action
|
|
port to listen for the GUI to connect to aibo on
|
|
sound file to use for "next" action
|
|
sound file to use for "prev" action
|
|
sound file to use for "read from std-in" action
|
|
sound file to use for "select" action
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:08:52 2003 by Doxygen 1.3.2 |