Definition at line 14 of file UIBackground.h.
Public Member Functions | |
| UIBackground () | |
| Constructor for the UIBackground. | |
| void | userCmd (char *command) |
| process a user command | |
| void | netMenuSwitch (char *command) |
| processes commands for the netMenu | |
| void | logMenuSwitch (char *command) |
| processes the commands for the logMenu | |
| void | mainMenuSwitch (char *command) |
| processes the commands for the mainMenu | |
| char * | getBaseCmd (char *command) |
| strip the opening off of a command | |
| void | autoConnect () |
| connect ot the robot | |
| void | manuelConnect () |
| connect to the robot by providing input | |
| void | remoteConnect () |
| connect to the robot through the internet | |
| void | shutDown () |
| shutdown the robot | |
| void | disconnect () |
| disconnect from the robot | |
| void | updateSen () |
| update the sensor info | |
| void | login () |
| login to the robot | |
| void | showHelpFile () |
| show the help file | |
| void | joystickControl () |
| start controlling the robot with the joystick | |
| void | atonomousRoutine () |
| start an atonomous routine | |
| void | copyLogFile () |
| make a copy of the log file | |
| void | logout () |
| logout from the robot | |
| void | logSensorData () |
| start logging the sensor Data | |
Private Attributes | |
| ScreenManager * | screenManager |
| Reference to the screenManager. | |
| SysLog * | systemLogger |
| Reference to the systemLogger. | |
|
|
strip the opening off of a command
|
|
|
processes the commands for the logMenu
|
|
|
processes the commands for the mainMenu
|
|
|
processes commands for the netMenu
|
|
|
process a user command
|
1.3.6