Create the D-Star Header class.

This commit is contained in:
Jonathan Naylor 2016-01-26 19:08:17 +00:00
parent 53d557bd57
commit f31f445001
8 changed files with 232 additions and 8 deletions

3
CRC.h
View file

@ -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);