A derived CRC class that uses a CRC table and initial value suitable for the Weiss Robotics DSACON32m controller. More...
#include <crc.h>
Public Member Functions | |
cCRC_DSACON32m (void) | |
constructor to create a cCRC object suitable for checksumming the communication with a DSACON32m tactile sensor controller | |
Static Protected Attributes | |
static tCRCValue const | crc_table_dsacon32m [256] |
the CRC table used by the DSACON32m controller |
A derived CRC class that uses a CRC table and initial value suitable for the Weiss Robotics DSACON32m controller.
cCRC_DSACON32m::cCRC_DSACON32m | ( | void | ) | [inline] |
tCRCValue const cCRC_DSACON32m::crc_table_dsacon32m[256] [static, protected] |