20 #ifndef MVD_MVDOFFLINETBANALYSIS_TOPIX4_PNDHAMMINGDECODER_H_ 21 #define MVD_MVDOFFLINETBANALYSIS_TOPIX4_PNDHAMMINGDECODER_H_ 33 std::vector<char>
ConvertData(std::vector<ULong64_t> topixFrame);
42 const ULong64_t fPolynom;
43 const ULong64_t fCRCXor;
48 ULong64_t fCRCHighBit;
49 ULong64_t fCRCInit_direct;
50 ULong64_t fCRCTab[256];
virtual ~PndHammingDecoder()
std::vector< char > ConvertData(std::vector< ULong64_t > topixFrame)
ULong64_t CalculateCRCTableFast(std::vector< char > p, ULong64_t len)
ULong64_t ReflectBitsStream(ULong64_t crc, int bitnum)
UShort_t CheckHammingCode(ULong64_t dataword, int dataword_length)