Simple program to test class cDSA (tactile sensor reading). See __help__ and online help ("-h" or "--help") for available options. More...
#include "sdh/sdhlibrary_settings.h"
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include "sdh/sdh.h"
#include "sdh/dsa.h"
#include "sdh/basisdef.h"
#include "sdh/util.h"
Go to the source code of this file.
Some informative variables | |
Some definitions that describe the demo program | |
char const * | __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com" |
char const * | __copyright__ = "Copyright (c) 2014 SCHUNK GmbH & Co. KG" |
char const * | __help__ |
char const * | __url__ = "http://www.schunk.com" |
char const * | __version__ = "$Id: demo-dsa-simple.cpp 12284 2014-09-30 08:28:44Z Osswald2 $" |
int | main (int argc, char **argv) |
char const * | usage |
Simple program to test class cDSA (tactile sensor reading). See __help__ and online help ("-h" or "--help") for available options.
Definition in file demo-dsa-simple.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Definition at line 107 of file demo-dsa-simple.cpp.
char const* __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com" |
Definition at line 92 of file demo-dsa-simple.cpp.
char const* __copyright__ = "Copyright (c) 2014 SCHUNK GmbH & Co. KG" |
Definition at line 95 of file demo-dsa-simple.cpp.
char const* __help__ |
Definition at line 84 of file demo-dsa-simple.cpp.
char const* __url__ = "http://www.schunk.com" |
Definition at line 93 of file demo-dsa-simple.cpp.
char const* __version__ = "$Id: demo-dsa-simple.cpp 12284 2014-09-30 08:28:44Z Osswald2 $" |
Definition at line 94 of file demo-dsa-simple.cpp.
char const* usage |
Definition at line 97 of file demo-dsa-simple.cpp.