Belle II Software  release-05-01-25
CRCCalculator.h
1 #ifndef CRCCALCULATOR_H
2 #define CRCCALCULATOR_H
3 
4 //namespace Belle2 {
5 
11 unsigned short CalcCRC16LittleEndian(unsigned short crc16, const int buf[], int nwords);
12 
18 void copyData(int* buf_to, int* pos_nwords_to, const int* buf_from,
19  const int copy_nwords, const int nwords_buf_to);
20 
21 
22 
23 //}
24 #endif