mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Revert "Merge pull request #462 from gatekeep/master"
This reverts commita14a316572, reversing changes made tof5a70aa6ce.
This commit is contained in:
parent
9444ecad16
commit
34eb69dede
6 changed files with 106 additions and 435 deletions
|
|
@ -28,13 +28,11 @@ public:
|
|||
CP25Data();
|
||||
~CP25Data();
|
||||
|
||||
bool decodeHeader(const unsigned char* data);
|
||||
void encodeHeader(unsigned char* data);
|
||||
|
||||
bool decodeLDU1(const unsigned char* data);
|
||||
void encodeLDU1(unsigned char* data);
|
||||
|
||||
bool decodeLDU2(const unsigned char* data);
|
||||
void encodeLDU2(unsigned char* data);
|
||||
|
||||
bool decodeTSDU(const unsigned char* data);
|
||||
|
|
@ -84,9 +82,6 @@ private:
|
|||
|
||||
void decodeLDUHamming(const unsigned char* raw, unsigned char* data);
|
||||
void encodeLDUHamming(unsigned char* data, const unsigned char* raw);
|
||||
|
||||
void decodeHeaderGolay(const unsigned char* raw, unsigned char* data);
|
||||
void encodeHeaderGolay(unsigned char* data, const unsigned char* raw);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue