Homepage Demos Overview Downloads Tutorials Reference
Credits
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages | Search

Config::controller_config Struct Reference

#include <Config.h>

List of all members.


Detailed Description

controller information

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 & Destructor Documentation

Config::controller_config::controller_config  )  [inline]
 

constructor

Definition at line 92 of file Config.h.

References cancel_snd, gui_port, next_snd, prev_snd, read_snd, and select_snd.


Member Data Documentation

char Config::controller_config::cancel_snd[50]
 

sound file to use for "cancel" action

Definition at line 89 of file Config.h.

int Config::controller_config::gui_port
 

port to listen for the GUI to connect to aibo on

Definition at line 84 of file Config.h.

char Config::controller_config::next_snd[50]
 

sound file to use for "next" action

Definition at line 86 of file Config.h.

char Config::controller_config::prev_snd[50]
 

sound file to use for "prev" action

Definition at line 87 of file Config.h.

char Config::controller_config::read_snd[50]
 

sound file to use for "read from std-in" action

Definition at line 88 of file Config.h.

char Config::controller_config::select_snd[50]
 

sound file to use for "select" action

Definition at line 85 of file Config.h.


The documentation for this struct was generated from the following file:
Tekkotsu v1.4
Generated Sat Jul 19 00:08:52 2003 by Doxygen 1.3.2