|  | 
| file | basisdef.h [code] | 
|  | This file contains some basic definitions (defines, macros, datatypes) 
 | 
|  | 
| file | canserial-esd.cpp [code] | 
|  | Implementation of class #SDH::cCANSerial_ESD, a class to access an ESD CAN interface on cygwin/linux and Visual Studio. 
 | 
|  | 
| file | canserial-esd.h [code] | 
|  | Interface of class #SDH::cCANSerial_ESD, class to access CAN bus via ESD card on cygwin/linux. 
 | 
|  | 
| file | canserial-peak.cpp [code] | 
|  | Implementation of class #SDH::cCANSerial_PEAK, a class to access a PEAK CAN interface on cygwin/linux and Visual Studio. 
 | 
|  | 
| file | canserial-peak.h [code] | 
|  | Interface of class #SDH::cCANSerial_PEAK, class to access CAN bus via PEAK card on cygwin/linux. 
 | 
|  | 
| file | crc.cpp [code] | 
|  | Implementation of class #SDH::cCRC_DSACON32m (actually only the static members all other is derived). 
 | 
|  | 
| file | crc.h [code] | 
|  | This file contains interface to cCRC, a class to handle CRC calculation. 
 | 
|  | 
| file | dbg.h [code] | 
|  | This file contains interface and implementation of class #SDH::cDBG, a class for colorfull debug messages. 
 | 
|  | 
| file | dsa.cpp [code] | 
|  | This file contains definition of #SDH::cDSA, a class to communicate with the tactile sensors of the SDH. 
 | 
|  | 
| file | dsa.h [code] | 
|  | This file contains interface to #SDH::cDSA, a class to communicate with the tactile sensors of the SDH. 
 | 
|  | 
| file | release.h [code] | 
|  | This 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. 
 | 
|  | 
| file | rs232-cygwin.cpp [code] | 
|  | Implementation of class #SDH::cRS232, a class to access serial RS232 port on cygwin/linux. 
 | 
|  | 
| file | rs232-cygwin.h [code] | 
|  | Interface of class #SDH::cRS232, a class to access serial RS232 port on cygwin/linux. 
 | 
|  | 
| file | rs232-vcc.cpp [code] | 
|  | Implementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows. 
 | 
|  | 
| file | rs232-vcc.h [code] | 
|  | Implementation of class #SDH::cRS232, a class to access serial RS232 port with VCC compiler on Windows. 
 | 
|  | 
| file | sdh.cpp [code] | 
|  | This file contains the interface to class #SDH::cSDH, the end user class to access the SDH from a PC. 
 | 
|  | 
| file | sdh.h [code] | 
|  | This file contains the interface to class #SDH::cSDH, the end user class to access the SDH from a PC. 
 | 
|  | 
| file | sdh_codes.cpp [code] | 
|  | This file contains function to convert the binary command and return codes of the SDH to strings. 
 | 
|  | 
| file | sdh_codes.h [code] | 
|  | This 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. 
 | 
|  | 
| file | sdh_command_codes.h [code] | 
|  | This 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. 
 | 
|  | 
| file | sdh_return_codes.h [code] | 
|  | This file contains a typedef for a common Return Codes enum. 
 | 
|  | 
| file | sdhbase.cpp [code] | 
|  | Implementation of class #SDH::cSDHBase. 
 | 
|  | 
| file | sdhbase.h [code] | 
|  | Interface of class #SDH::cSDHBase. 
 | 
|  | 
| file | sdhexception.cpp [code] | 
|  | Implementation of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg. 
 | 
|  | 
| file | sdhexception.h [code] | 
|  | Interface of the exception base class #SDH::cSDHLibraryException and #SDH::cMsg. 
 | 
|  | 
| file | sdhlibrary_settings.h [code] | 
|  | This file contains settings to make the SDHLibrary compile on differen systems: 
 | 
|  | 
| file | sdhserial.cpp [code] | 
|  | Interface of class #SDH::cSDHSerial. 
 | 
|  | 
| file | sdhserial.h [code] | 
|  | Interface of class #SDH::cSDHSerial. 
 | 
|  | 
| file | serialbase.cpp [code] | 
|  | Implementation of class #SDH::cSerialBase, a virtual base class to access serial interfaces like RS232 or CAN. 
 | 
|  | 
| file | serialbase.h [code] | 
|  | Interface of class #SDH::cSerialBase, a virtal base class to access serial communication channels like RS232 or CAN. 
 | 
|  | 
| file | simplestringlist.cpp [code] | 
|  | Implementation of class #SDH::cSimpleStringList. 
 | 
|  | 
| file | simplestringlist.h [code] | 
|  | Interface of class #SDH::cSimpleStringList. 
 | 
|  | 
| file | simpletime.h [code] | 
|  | Interface of auxilliary utility functions for SDHLibrary-CPP. 
 | 
|  | 
| file | simplevector.cpp [code] | 
|  | Implementation of class #SDH::cSimpleVector. 
 | 
|  | 
| file | simplevector.h [code] | 
|  | Interface of class #SDH::cSimpleVector. 
 | 
|  | 
| file | tcpserial.cpp [code] | 
|  | Implementation of class #SDH::cTCPSerial, a class to access a TCP port on cygwin/linux and Visual Studio. 
 | 
|  | 
| file | tcpserial.h [code] | 
|  | Interface of class #SDH::cTCPSerial, class to access TCP port cygwin/linux. 
 | 
|  | 
| file | unit_converter.cpp [code] | 
|  | Implementation of class #SDH::cUnitConverter. 
 | 
|  | 
| file | unit_converter.h [code] | 
|  | Interface of class #SDH::cUnitConverter. 
 | 
|  | 
| file | util.cpp [code] | 
|  | Implementation of auxilliary utility functions for SDHLibrary-CPP. 
 | 
|  | 
| file | util.h [code] | 
|  | Interface of auxilliary utility functions for SDHLibrary-CPP. 
 | 
|  |