![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
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 | |
Functions | |
| static void | mainInit (int argc, char *argv[]) |
| Main initialization. More... | |
| static string | HdrSep ("-------------------------------------------------------") |
| static void | printTestHdr (const string strSynopsis) |
| static void | captainsLogMuddsWomen (LogBook &log) |
| static void | captainsLogManTrap (LogBook &log) |
| static void | printMarks (LogBook &log, int whence) |
| static void | testLogAttrs (LogBook &log, bool bIsTest=true) |
| static void | testLogEdits (LogBook &log) |
| static void | testLogOutput (LogBook &log) |
| static void | testLogFundamentals (LogBook &log) |
| int | main (int argc, char *argv[]) |
| Main. More... | |
| static string | getline (istream &is) |
| static void | utPr (ostream &os, const string name, const RegEx &re) |
| Print RegEx data. More... | |
| static void | utConstRe (ostream &os, const RegEx &re) |
| Print RegEx data. More... | |
| static void | utRun (ostream &os) |
| Test RegEx operations. | |
| 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 OptsPgmInfo_T | PgmInfo |
| Program information. More... | |
| static OptsInfo_T | OptsInfo [] |
| Command line options information. More... | |
| const RegEx | re0 |
| Globally constructed, pre-compiled re's. | |
| const RegEx | re1 ("^[a-z]*$", RegEx::ReFlagICase) |
| RegEx | re2 = re1 |
| const RegEx | re3 ("['\"]{1,2}([0-9]+)(hello)(^)") |
| const RegEx | re4 ("^[a-z]*$") |
| RegEx | reGo = "([cC]at)|([dD]og)" |
| 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. | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main.
| argc | Command-line argument count. |
| argv | Command-line argument list. |
Definition at line 774 of file utLogBook.cxx.
References APP_EC_OK, and mainInit().
Referenced by mainInit().
|
static |
Main initialization.
| argc | Command-line argument count. |
| argv | Command-line argument list. |
Definition at line 101 of file utLogBook.cxx.
References Argv0, rnr::bookmark(), rnr::eoe(), rnr::LogBook::getBookMarks(), rnr::LogBook::getFlags(), rnr::LogBook::getName(), rnr::LogBook::max_size(), rnr::LogBook::numOfTotalEver(), OptsInfo, rnr::LogBook::orFlags(), PgmInfo, PkgInfo, rnr::LogBook::setFlags(), rnr::LogBook::setName(), rnr::LogBook::size(), and rnr::LogBook::textAt().
Referenced by main().
|
static |
Print RegEx data.
| re | RegEx object. |
Definition at line 132 of file utRegEx.cxx.
References rnr::RegEx::match(), and utPr().
Referenced by mainInit().
|
static |
Print RegEx data.
| re | RegEx object. |
Definition at line 115 of file utRegEx.cxx.
References rnr::RegEx::getErrorStr(), rnr::RegEx::getFlags(), rnr::RegEx::getRegEx(), rnr::RegEx::getReturnCode(), and rnr::RegEx::isValid().
Referenced by mainInit(), utConstRe(), and utRun().
|
static |
Command line options information.
Definition at line 83 of file utRegEx.cxx.
Referenced by mainInit().
|
static |
Command line options information.
Definition at line 86 of file utLogBook.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 65 of file utRegEx.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 68 of file utLogBook.cxx.
Referenced by mainInit().
|
static |
Program information.
Definition at line 70 of file utThread.cxx.
Referenced by mainInit().