Kuon  1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
kuonUtils.cxx File Reference

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...
 

Detailed Description

Kuon utilities.

LastChangedDate
2014-04-04 17:05:03 -0600 (Fri, 04 Apr 2014)
Rev
3629
Author
Daniel Packard (danie.nosp@m.l@ro.nosp@m.adnar.nosp@m.rows.nosp@m..com)
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)

Definition in file kuonUtils.cxx.

Variable Documentation

const char* EcodeStrTbl[]
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().