Template Struct CRC::Table
Defined in File crc.hpp
Nested Relationships
This struct is a nested type of Class CRC.
Struct Documentation
-
template<typename CRCType, crcpp_uint16 CRCWidth>
struct Table CRC lookup table. After construction, the CRC parameters are fixed.
Public Functions
-
inline explicit Table(const Parameters<CRCType, CRCWidth> ¶meters)
-
inline const Parameters<CRCType, CRCWidth> &GetParameters() const
-
inline explicit Table(const Parameters<CRCType, CRCWidth> ¶meters)