Additional Inherited Members | |
Public Member Functions inherited from Common::CRCSlow< uint16 > | |
CRCSlow (uint16 poly, uint16 init_remainder, uint16 final_xor, bool need_reflect) | |
uint16 | crcSlow (byte const message[], int nBytes) const |
Protected Member Functions inherited from Common::CRCSlow< uint16 > | |
byte | reflectData (byte x) const |
uint16 | reflectRemainder (uint16 x) const |
Static Protected Member Functions inherited from Common::CRCSlow< uint16 > | |
static R | reflect (R data) |
Protected Attributes inherited from Common::CRCSlow< uint16 > | |
const uint16 | _poly |
const uint16 | _init_remainder |
const uint16 | _final_xor |
const int | _width |
const int | _topbit |
const bool | _reflect |