A derived CRC class that uses a CRC table and initial value suitable for protecing the binary communication with SDH via RS232. More...
#include <crc.h>
Public Member Functions | |
cCRC_SDH (void) | |
constructor to create a cCRC object suitable for checksumming the binary communication with SDH |
A derived CRC class that uses a CRC table and initial value suitable for protecing the binary communication with SDH via RS232.
(for now we use the same CRC as for DSACON32m, but we use this separate class to simplify future changes).
cCRC_SDH::cCRC_SDH | ( | void | ) | [inline] |