Belle II Software development
CRCCalculator.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#ifndef CRCCALCULATOR_H
9#define CRCCALCULATOR_H
10
11//namespace Belle2 {
12
18unsigned short CalcCRC16LittleEndian(unsigned short crc16, const int buf[], int nwords);
19
25void copyData(int* buf_to, int* pos_nwords_to, const int* buf_from,
26 const int copy_nwords, const int nwords_buf_to);
27
28
29
30//}
31#endif