GNU Radio's SATNOGS Package
|
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. More... | |
const Parameters< CRCType, CRCWidth > & | GetParameters () const |
Gets the CRC parameters used to construct the CRC table. More... | |
const CRCType * | GetTable () const |
Gets the CRC table. More... | |
CRCType | operator[] (unsigned char index) const |
Gets an entry in the CRC table. More... | |
CRC lookup table. After construction, the CRC parameters are fixed.
|
inline |
|
inline |
Gets the CRC parameters used to construct the CRC table.
CRCType | Integer type for storing the CRC result |
CRCWidth | Number of bits in the CRC |
Referenced by CRC::Calculate(), and CRC::CalculateBits().
|
inline |
|
inline |