Yet incomplete tool to send and receive data via CAN. See __help__ and online help ("-h" or "--help") for available options. More...
#include <iostream>
#include <vector>
#include "sdh/sdh.h"
#include "sdh/dbg.h"
#include "sdh/util.h"
#include "sdh/sdhlibrary_settings.h"
#include "sdhoptions.h"
Go to the source code of this file.
Some informative variables | |
char const * | __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com" |
char const * | __copyright__ = "Copyright (c) 2007 SCHUNK GmbH & Co. KG" |
char const * | __help__ = "Send data from command line via ESD or PEAK CAN and display replies until CTRL-C is pressed." |
char const * | __url__ = "http://www.schunk.com" |
char const * | __version__ = "$Id: cancat.cpp 9739 2013-02-04 15:39:29Z Osswald2 $" |
int | main (int argc, char **argv) |
Yet incomplete tool to send and receive data via CAN. See __help__ and online help ("-h" or "--help") for available options.
Copyright (c) 2007 SCHUNK GmbH & Co. KG
Definition in file cancat.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 74 of file cancat.cpp.
char const* __author__ = "Dirk Osswald: dirk.osswald@de.schunk.com" |
Definition at line 66 of file cancat.cpp.
char const* __copyright__ = "Copyright (c) 2007 SCHUNK GmbH & Co. KG" |
Definition at line 69 of file cancat.cpp.
char const* __help__ = "Send data from command line via ESD or PEAK CAN and display replies until CTRL-C is pressed." |
Definition at line 65 of file cancat.cpp.
char const* __url__ = "http://www.schunk.com" |
Definition at line 67 of file cancat.cpp.
char const* __version__ = "$Id: cancat.cpp 9739 2013-02-04 15:39:29Z Osswald2 $" |
Definition at line 68 of file cancat.cpp.