#include <PndHammingDecoder.h>
Definition at line 13 of file PndHammingDecoder.h.
◆ PndHammingDecoder()
PndHammingDecoder::PndHammingDecoder |
( |
| ) |
|
◆ ~PndHammingDecoder()
virtual PndHammingDecoder::~PndHammingDecoder |
( |
| ) |
|
|
virtual |
◆ CalculateCRCTableFast()
ULong64_t PndHammingDecoder::CalculateCRCTableFast |
( |
std::vector< char > |
p, |
|
|
ULong64_t |
len |
|
) |
| |
◆ CheckHammingCode()
UShort_t PndHammingDecoder::CheckHammingCode |
( |
ULong64_t |
dataword, |
|
|
int |
dataword_length |
|
) |
| |
◆ ConvertData()
std::vector<char> PndHammingDecoder::ConvertData |
( |
std::vector< ULong64_t > |
topixFrame | ) |
|
◆ GenerateCRCTable()
void PndHammingDecoder::GenerateCRCTable |
( |
| ) |
|
|
protected |
◆ ReflectBitsStream()
ULong64_t PndHammingDecoder::ReflectBitsStream |
( |
ULong64_t |
crc, |
|
|
int |
bitnum |
|
) |
| |
The documentation for this class was generated from the following file: