mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Revert "Amalgamate the two Trellis implementations and small cleanups."
This reverts commit ec9f7d7496.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user