|
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. | |
| 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. | |
|
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(), CRC::Calculate(), CRC::CalculateBits(), and CRC::CalculateBits().
|
inline |
|
inline |