![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Unit test liblaelaps tuning. More...
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <iostream>
#include <fstream>
#include <string>
#include "rnr/rnrconfig.h"
#include "rnr/log.h"
#include "rnr/opts.h"
#include "rnr/pkg.h"
#include "Laelaps/laelaps.h"
#include "Laelaps/laeTune.h"
#include "Laelaps/laeXmlTune.h"
#include "version.h"
Go to the source code of this file.
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 | |
Functions | |
static void | mainInit (int argc, char *argv[]) |
Main initialization. More... | |
int | main (int argc, char *argv[]) |
Main. More... | |
Variables | |
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... | |
Unit test liblaelaps tuning.
Definition in file utXmlTunes.cxx.
|
static |
Main initialization.
argc | Command-line argument count. |
argv | Command-line argument list. |
Definition at line 123 of file utXmlTunes.cxx.
References APP_EC_ARGS, APP_EC_EXEC, APP_EC_OK, ArgFileName, Argv0, laelaps::LaeXmlTune::loadFile(), main(), OptsInfo, PgmInfo, PkgInfo, and laelaps::LaeTunes::print().