File List
Here is a list of all files with brief descriptions:
 basisdef.hThis file contains some basic definitions (defines, macros, datatypes)
 cancat.cppYet incomplete tool to send and receive data via CAN. See __help__ and online help ("-h" or "--help") for available options
 canserial-esd.cppImplementation of class #SDH::cCANSerial_ESD, a class to access an ESD CAN interface on cygwin/linux and Visual Studio
 canserial-esd.hInterface of class #SDH::cCANSerial_ESD, class to access CAN bus via ESD card on cygwin/linux
 canserial-peak.cppImplementation of class #SDH::cCANSerial_PEAK, a class to access a PEAK CAN interface on cygwin/linux and Visual Studio
 canserial-peak.hInterface of class #SDH::cCANSerial_PEAK, class to access CAN bus via PEAK card on cygwin/linux
 crc.cppImplementation of class #SDH::cCRC_DSACON32m (actually only the static members all other is derived)
 crc.hThis file contains interface to cCRC, a class to handle CRC calculation
 dbg.hThis file contains interface and implementation of class #SDH::cDBG, a class for colorfull debug messages
 demo-benchmark.cppSimple script to benchmark communication speed of the SDH. See __help__ and online help ("-h" or "--help") for available options
 demo-contact-grasping.cppSimple script to do grasping using tactile sensor info feedback. See __help__ and online help ("-h" or "--help") for available options
 demo-dsa-simple.cppSimple program to test class cDSA (tactile sensor reading). See __help__ and online help ("-h" or "--help") for available options
 demo-dsa.cppSimple program to test class cDSA. See __help__ and online help ("-h" or "--help") for available options
 demo-GetAxisActualAngle.cppPrint measured actual axis angles of an attached SDH. (C++ demo application using the SDHLibrary-CPP library.) See __help__ and online help ("-h" or "--help") for available options
 demo-GetFingerXYZ.cppPrint measured actual axis angles of an attached SDH. (C++ demo application using the SDHLibrary-CPP library.) See __help__ and online help ("-h" or "--help") for available options
 demo-griphand.cppVery simple demonstration program using the SDHLibrary-CPP: Demonstrate the use of the GripHand command See __help__ and online help ("-h" or "--help") for available options
 demo-mimic.cppPrint measured actual axis angles of an attached SDH. (C++ demo application using the SDHLibrary-CPP library.) See __help__ and online help ("-h" or "--help") for available options
 demo-radians.cppVery simple demonstration program using the SDHLibrary-CPP: Make an attached SDH move one finger with "pose" controller type (coordinated position control), commanding in radians. See __help__ and online help ("-h" or "--help") for available options
 demo-simple-withtiming.cppVery simple C++ programm to make an attached SDH move
 demo-simple.cppVery simple demonstration program using the SDHLibrary-CPP: Make an attached SDH move one finger with "pose" controller type (coordinated position control). See __help__ and online help ("-h" or "--help") for available options
 demo-simple2.cppVery simple C++ programm to make an attached SDH move. With non-sequential call of move and Stop. See __help__ and online help ("-h" or "--help") for available options
 demo-simple3.cppVery simple C++ programm to make an attached SDH move. With non-sequential call of move and WaitAxis. See __help__ and online help ("-h" or "--help") for available options
 demo-temperature.cppPrint measured temperatures of an attached SDH. (C++ demo application using the SDHLibrary-CPP library.) See __help__ and online help ("-h" or "--help") for available options
 demo-velocity-acceleration.cppVery simple demonstration program using the SDHLibrary-CPP: Make an attached SDH move one finger in "velocity with acceleration ramp" control mode. See __help__ and online help ("-h" or "--help") for available options
 dsa.cppThis file contains definition of #SDH::cDSA, a class to communicate with the tactile sensors of the SDH
 dsa.hThis file contains interface to #SDH::cDSA, a class to communicate with the tactile sensors of the SDH
 dsaboost.cppHelper stuff for the "boosted" DSA stuff
 dsaboost.hHelper stuff for the DSA using boost
 getopt.c
 getopt.h
 getopt1.c
 release.hThis file contains nothing but C/C++ defines with the name of the project itself (PROJECT_NAME) and the name of the release (PROJECT_RELEASE) of the whole project
 rs232-cygwin.cppImplementation of class #SDH::cRS232, a class to access serial RS232 port on cygwin/linux
 rs232-cygwin.hInterface of class #SDH::cRS232, a class to access serial RS232 port on cygwin/linux
 rs232-vcc.cppImplementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows
 rs232-vcc.hImplementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows
 sdh.cppThis file contains the interface to class #SDH::cSDH, the end user class to access the SDH from a PC
 sdh.hThis file contains the interface to class #SDH::cSDH, the end user class to access the SDH from a PC
 sdh_codes.cppThis file contains function to convert the binary command and return codes of the SDH to strings
 sdh_codes.hThis file contains function to convert the binary command codes of the SDH. To use this from a non gcc compiler you might have to define SDH__attribute__ to nothing and SDH_USE_VCC to 1
 sdh_command_codes.hThis file contains the binary command codes of the SDH. To use this from a non gcc compiler you might have to define SDH__attribute__ to nothing and SDH_USE_VCC to 1
 sdh_return_codes.hThis file contains a typedef for a common Return Codes enum
 sdhbase.cppImplementation of class #SDH::cSDHBase
 sdhbase.hInterface of class #SDH::cSDHBase
 sdhexception.cppImplementation of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg
 sdhexception.hInterface of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg
 sdhlibrary_settings.hThis file contains settings to make the SDHLibrary compile on differen systems:
 sdhoptions.cppImplementation of a class to parse common SDH related command line options
 sdhoptions.hImplementation of a class to parse common SDH related command line options
 sdhserial.cppInterface of class #SDH::cSDHSerial
 sdhserial.hInterface of class #SDH::cSDHSerial
 serialbase.cppImplementation of class #SDH::cSerialBase, a virtual base class to access serial interfaces like RS232 or CAN
 serialbase.hInterface of class #SDH::cSerialBase, a virtal base class to access serial communication channels like RS232 or CAN
 simplestringlist.cppImplementation of class #SDH::cSimpleStringList
 simplestringlist.hInterface of class #SDH::cSimpleStringList
 simpletime.hInterface of auxilliary utility functions for SDHLibrary-CPP
 simplevector.cppImplementation of class #SDH::cSimpleVector
 simplevector.hInterface of class #SDH::cSimpleVector
 tcpserial.cppImplementation of class #SDH::cTCPSerial, a class to access a TCP port on cygwin/linux and Visual Studio
 tcpserial.hInterface of class #SDH::cTCPSerial, class to access TCP port cygwin/linux
 unit_converter.cppImplementation of class #SDH::cUnitConverter
 unit_converter.hInterface of class #SDH::cUnitConverter
 util.cppImplementation of auxilliary utility functions for SDHLibrary-CPP
 util.hInterface of auxilliary utility functions for SDHLibrary-CPP


sdhlibrary_cpp
Author(s): Dirk Osswald
autogenerated on Sun Aug 18 2019 03:42:21