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