mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Create the D-Star Header class.
This commit is contained in:
parent
53d557bd57
commit
f31f445001
8 changed files with 232 additions and 8 deletions
3
CRC.h
3
CRC.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015,2016 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -26,6 +26,7 @@ public:
|
|||
static void encodeFiveBit(const bool* in, unsigned int& tcrc);
|
||||
|
||||
static bool checkCCITT16(const unsigned char* in, unsigned int length);
|
||||
static void addCCITT16(unsigned char* in, unsigned int length);
|
||||
|
||||
static unsigned char encodeEightBit(const unsigned char* in, unsigned int length);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue