mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Revert "Amalgamate the two Trellis implementations and small cleanups."
This reverts commit ec9f7d7496.
This commit is contained in:
parent
ec9f7d7496
commit
ebea3eddb2
20 changed files with 538 additions and 134 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#define P25Data_H
|
||||
|
||||
#include "RS634717.h"
|
||||
#include "Trellis.h"
|
||||
#include "P25Trellis.h"
|
||||
|
||||
class CP25Data {
|
||||
public:
|
||||
|
|
@ -82,7 +82,7 @@ private:
|
|||
unsigned int m_dstId;
|
||||
unsigned char m_serviceType;
|
||||
CRS634717 m_rs;
|
||||
CTrellis m_trellis;
|
||||
CP25Trellis m_trellis;
|
||||
|
||||
void decodeLDUHamming(const unsigned char* raw, unsigned char* data);
|
||||
void encodeLDUHamming(unsigned char* data, const unsigned char* raw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue