mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Beginnings of DMR data support.
This commit is contained in:
2
CRC.h
2
CRC.h
@@ -25,7 +25,7 @@ public:
|
||||
static bool checkFiveBit(bool* in, unsigned int tcrc);
|
||||
static void encodeFiveBit(const bool* in, unsigned int& tcrc);
|
||||
|
||||
static bool checkCSBK(const unsigned char* in);
|
||||
static bool checkCCITT16(const unsigned char* in, unsigned int length);
|
||||
|
||||
static unsigned char encodeEightBit(const unsigned char* in, unsigned int length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user