Implementation of a class to parse common SDH related command line options. More...
#include <getopt.h>
#include <assert.h>
#include <iostream>
#include <string>
#include <sdh/sdh.h>
Classes | |
class | cSDHOptions |
class for command line option parsing holding option parsing results More... | |
Defines | |
#define | SDHUSAGE_DEFAULT "general sdhcom_serial sdhcom_common sdhcom_esdcan sdhcom_peakcan sdhcom_cancommon sdhcom_tcp" |
#define | SDH_DEFAULT_TCP_ADR "192.168.1.42" |
#define | SDH_DEFAULT_TCP_PORT 23 |
#define | DSA_DEFAULT_TCP_PORT 13000 |
Implementation of a class to parse common SDH related command line options.
Copyright (c) 2008 SCHUNK GmbH & Co. KG
#define DSA_DEFAULT_TCP_PORT 13000 |
#define SDH_DEFAULT_TCP_ADR "192.168.1.42" |
#define SDH_DEFAULT_TCP_PORT 23 |
#define SDHUSAGE_DEFAULT "general sdhcom_serial sdhcom_common sdhcom_esdcan sdhcom_peakcan sdhcom_cancommon sdhcom_tcp" |
string defining all the usage helptexts included by default