|
|
| ETL_STATIC_ASSERT ((Table_Size==4U)||(Table_Size==16U)||(Table_Size==256U), "Table size must be 4, 16 or 256") |
|
ETL_CONSTEXPR14 | crc_type () |
| | Default constructor.
|
| template<typename TIterator> |
| ETL_CONSTEXPR14 | crc_type (TIterator begin, const TIterator end) |
|
| ETL_STATIC_ASSERT (etl::is_unsigned< value_type >::value, "Signed frame check type not supported") |
|
ETL_CONSTEXPR14 | frame_check_sequence () |
| | Default constructor.
|
|
ETL_CONSTEXPR14 void | reset () |
| | Resets the FCS to the initial state.
|
| ETL_CONSTEXPR14 void | add (TIterator begin, const TIterator end) |
|
ETL_CONSTEXPR14 value_type | value () const |
| | Gets the FCS value.
|
|
ETL_CONSTEXPR14 | operator value_type () const |
| | Conversion operator to value_type.
|
|
ETL_CONSTEXPR14 add_insert_iterator | input () |
| | Gets an add_insert_iterator for input.
|
template<typename TCrcParameters, size_t Table_Size>
class etl::crc_type< TCrcParameters, Table_Size >
Basic parameterised CRC type.