![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Diagnostic utilities. More...
#include <sys/types.h>#include <unistd.h>#include <termios.h>#include <limits.h>#include <dirent.h>#include <string.h>#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string>#include "rnr/rnrconfig.h"#include "rnr/color.h"#include "laelaps_diag.h"Go to the source code of this file.
Functions | |
| static int | getch () |
| long | findProc (const string &strName) |
| int | kbblock () |
| int | kbhit () |
| void | setTags (bool bColor) |
| void | printHdr (string strDiag) |
| void | printSubHdr (string strName) |
| void | printTestResult (const char *sTag, const char *sFmt,...) |
| void | printSubTotals (DiagStats &stats) |
| void | printTotals (DiagStats &stats) |
| void | printGrandTotals (DiagStats &stats) |
Diagnostic utilities.
Definition in file laelaps_utils.cxx.
|
static |
Definition at line 82 of file laelaps_utils.cxx.
|
static |
Definition at line 85 of file laelaps_utils.cxx.