#include <BinUtils.hpp>
Definition at line 241 of file BinUtils.hpp.
Public Member Functions | |
| CRCParam (int o, unsigned long p, unsigned long i, unsigned long f, bool d, bool ri, bool ro) | |
| Constructor. | |
Public Attributes | |
| int | order |
| CRC polynomial order (without leading '1' bit). | |
| unsigned long | polynom |
| CRC polynomial without the leading '1' bit. | |
| unsigned long | initial |
| initial CRC initial value. | |
| unsigned long | final |
| final final XOR value. | |
| bool | direct |
| kind of algorithm, true = no augmented zero bits. | |
| bool | refin |
| reflect the data bytes before processing. | |
| bool | refout |
| reflect the CRC result before final XOR. | |
|
||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 245 of file BinUtils.hpp. |
|
|
kind of algorithm, true = no augmented zero bits.
Definition at line 260 of file BinUtils.hpp. |
|
|
final final XOR value.
Definition at line 259 of file BinUtils.hpp. |
|
|
initial CRC initial value.
Definition at line 258 of file BinUtils.hpp. Referenced by BinexData::getCRC(). |
|
|
CRC polynomial order (without leading '1' bit).
Definition at line 256 of file BinUtils.hpp. |
|
|
CRC polynomial without the leading '1' bit.
Definition at line 257 of file BinUtils.hpp. |
|
|
reflect the data bytes before processing.
Definition at line 261 of file BinUtils.hpp. |
|
|
reflect the CRC result before final XOR.
Definition at line 262 of file BinUtils.hpp. |
1.3.9.1