|
static constexpr size_t | size (type t) |
|
template<typename CRCType , crcpp_uint16 CRCWidth> |
static constexpr size_t | size (const CRC::Parameters< CRCType, CRCWidth > &t) |
|
template<typename CRCType , crcpp_uint16 CRCWidth> |
static size_t | append (const CRC::Parameters< CRCType, CRCWidth > &t, uint8_t *out, const uint8_t *data, size_t len, bool msb=true) |
|
static size_t | append (type t, uint8_t *out, const uint8_t *data, size_t len, bool msb=true) |
|
static bool | check (type t, const uint8_t *data, size_t len, bool msb=true) |
|
template<typename CRCType , crcpp_uint16 CRCWidth> |
static bool | check (const CRC::Parameters< CRCType, CRCWidth > &t, const uint8_t *data, size_t len, bool msb=true) |
|
CRC class providing a range of different CRC calculation static methods