AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ECrcCalculator.h
Go to the documentation of this file.
1 #ifndef E_CRC_CALCULATOR_H
2 #define E_CRC_CALCULATOR_H
3 
4 namespace EM
5 {
6  namespace EventFileProcessor
7  {
11  {
12  public:
13  enum ENDIAN
14  {
17  };
18 
19  static unsigned short CalculateCrc( unsigned char *data, unsigned short dataSize, ENDIAN endian );
20  };
21  }
22 }
23 
24 #endif //E_CRC_CALCULATOR_H
ENDIAN
Definition: ECrcCalculator.h:13
static unsigned short CalculateCrc(unsigned char *data, unsigned short dataSize, ENDIAN endian)
Definition: ECrcCalculator.cpp:45
Simple class for calculating checksums.
Definition: ECrcCalculator.h:10
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6