8 #ifndef MVD_MVDOFFLINETBANALYSIS_TOPIX4_PNDHAMMINGDECODER_H_ 9 #define MVD_MVDOFFLINETBANALYSIS_TOPIX4_PNDHAMMINGDECODER_H_ 21 std::vector<char>
ConvertData(std::vector<ULong64_t> topixFrame);
30 const ULong64_t fPolynom;
31 const ULong64_t fCRCXor;
36 ULong64_t fCRCHighBit;
37 ULong64_t fCRCInit_direct;
38 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)