pabigot  0.1.1
C++ support classes
Static Public Attributes
pabigot::crc::Tabler< CRC >::params Struct Reference

Rocksoft^TM model parameters for the checksum algorithm supported by this type. More...

#include </mnt/devel/pabigot-cxx/include/pabigot/crc.hpp>

Static Public Attributes

static constexpr unsigned int width = CRC::width
 Number of bits in the CRC.
 
static constexpr least_type poly = CRC::poly
 CRC polynomial.
 
static constexpr least_type init = CRC::init
 CRC initial value before message bits are processed.
 
static constexpr least_type xorout = CRC::xorout
 Value used to mutate unreflected final CRC.
 
static constexpr bool refin = CRC::refin
 true iff input data is to be reflected
 
static constexpr bool refout = CRC::refout
 true iff the final CRC is to be reflected
 

Detailed Description

template<typename CRC>
struct pabigot::crc::Tabler< CRC >::params

Rocksoft^TM model parameters for the checksum algorithm supported by this type.


The documentation for this struct was generated from the following file: