![]() |
Kuon
1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
|
Kuon utilities. More...
#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <libgen.h>#include <stdio.h>#include <errno.h>#include <string>#include <sstream>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "Kuon/kuon.h"#include "Kuon/kuonUtils.h"Go to the source code of this file.
Variables | |
| static const char * | EcodeStrTbl [] |
| Kuon Error Code String Table. More... | |
Kuon utilities.
Definition in file kuonUtils.cxx.
|
static |
Kuon Error Code String Table.
Table is indexed by Kuon error codes (see Kuon Error Codes). Keep in sync.
Definition at line 88 of file kuonUtils.cxx.
Referenced by kuon::getStrError().