公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 ~whycxzp/fg_v1.1.git
张辉
/
ALLTEST_NT/BatterTester
常规机通用版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
Ubuntu12.04.4_lts
2023-08-01
961efe36f62f7eba688d504ec0cdf3e1daa4dd74
[~whyczh/ALLTEST_NT/BatterTester.git]
/
Common
/
crc16.h
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CRC16_H
#define CRC16_H
#include <QVector>
class CRC16
{
public:
CRC16();
static unsigned short CalCRC16(const void *data, const int count);
};
#endif // CRC16_H