|
rogue
|
CRC lookup table. After construction, the CRC parameters are fixed. More...
#include <CRC.h>
Public Member Functions | |
| Table (const Parameters< CRCType, CRCWidth > ¶meters) | |
| Constructs a CRC table from a set of CRC parameters. | |
| const Parameters< CRCType, CRCWidth > & | GetParameters () const |
| Gets the CRC parameters used to construct the CRC table. | |
| const CRCType * | GetTable () const |
| Gets the CRC table. | |
| CRCType | operator[] (unsigned char index) const |
| Gets an entry in the CRC table. | |
CRC lookup table. After construction, the CRC parameters are fixed.
|
inline |
|
inline |
|
inline |
|
inline |