#ifndef CRC_H #define CRC_H #include #include quint16 CalculateCrc(const QByteArray &data); bool CrcCheck(const QByteArray &data); #endif // CRC_H