![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Classes | |
class | UTThread |
Macros | |
#define | APP_EC_OK 0 |
success exit code | |
#define | APP_EC_ARGS 2 |
command-line options/arguments error exit code | |
#define | APP_EC_EXEC 4 |
execution exit code | |
#define | APP_EC_OK 0 |
success exit code | |
#define | APP_EC_ARGS 2 |
command-line options/arguments error exit code | |
#define | APP_EC_EXEC 4 |
execution exit code | |
#define | APP_EC_OK 0 |
success exit code | |
#define | APP_EC_ARGS 2 |
command-line options/arguments error exit code | |
#define | APP_EC_EXEC 4 |
execution exit code | |
#define | APP_EC_OK 0 |
success exit code | |
#define | APP_EC_ARGS 2 |
command-line options/arguments error exit code | |
#define | APP_EC_EXEC 4 |
execution exit code | |
Functions | |
static void | mainInit (int argc, char *argv[]) |
Main initialization. More... | |
int | main (int argc, char *argv[]) |
Main. More... | |
int | getch () |
int | kbhit () |
Variables | |
static char * | Argv0 |
the command | |
static OptsPgmInfo_T | PgmInfo |
Program information. More... | |
static OptsInfo_T | OptsInfo [] |
Command line options information. More... | |
static char * | Argv0 |
the command | |
static double | OptsHz = 2 |
thread hertz rate | |
static bool_t | OptsRand = false |
thread random jitter | |
static OptsPgmInfo_T | PgmInfo |
Program information. More... | |
static OptsInfo_T | OptsInfo [] |
Command line options information. | |
UTThread | operator |
static char * | Argv0 |
the command | |
static char * | ArgFileName |
XML file name. | |
static OptsPgmInfo_T | PgmInfo |
Program information. More... | |
static OptsInfo_T | OptsInfo [] |
Command line options information. More... | |
static char * | Argv0 |
the command | |
static char * | ArgFileName |
XML file name. | |
static OptsPgmInfo_T | PgmInfo |
Program information. More... | |
static OptsInfo_T | OptsInfo [] |
Command line options information. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main.
argc | Command-line argument count. |
argv | Command-line argument list. |
Definition at line 138 of file utRobot.cxx.
References APP_EC_EXEC, APP_EC_OK, laelaps::LaeRobot::connect(), laelaps::LaeRobot::disconnect(), laelaps::LaeRobot::getLaelapsDesc(), laelaps::LaeRobot::isConnected(), laelaps::LaeXmlCfg::loadFile(), mainInit(), and laelaps::LaeDesc::markAsDescribed().
Referenced by mainInit().
|
static |
|
static |
Command line options information.
Definition at line 107 of file utRobot.cxx.
Referenced by mainInit().
|
static |
Command line options information.
Definition at line 109 of file utXmlTunes.cxx.
Referenced by mainInit().
|
static |
Command line options information.
Definition at line 109 of file utXmlCfg.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 89 of file utRobot.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 90 of file utXmlCfg.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 90 of file utXmlTunes.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 93 of file utThread.cxx.
Referenced by mainInit().