This file contains interface to cCRC, a class to handle CRC calculation. More...
Go to the source code of this file.
Classes | |
class | cCRC |
Cyclic Redundancy Code checker class, used for protecting communication against transmission errors. More... | |
class | cCRC_DSACON32m |
A derived CRC class that uses a CRC table and initial value suitable for the Weiss Robotics DSACON32m controller. More... | |
class | cCRC_SDH |
A derived CRC class that uses a CRC table and initial value suitable for protecing the binary communication with SDH via RS232. More... | |
Variables | |
NAMESPACE_SDH_START typedef UInt16 | tCRCValue |
the data type used to calculate and exchange CRC values with DSACON32m (16 bit integer) More... | |
This file contains interface to cCRC, a class to handle CRC calculation.
Copyright (c) 2008 SCHUNK GmbH & Co. KG
Definition in file crc.h.
NAMESPACE_SDH_START typedef UInt16 tCRCValue |