Revert "Amalgamate the two Trellis implementations and small cleanups."

This reverts commit ec9f7d7496.
This commit is contained in:
Jonathan Naylor
2024-10-04 17:14:36 +01:00
parent ec9f7d7496
commit ebea3eddb2
20 changed files with 538 additions and 134 deletions

View File

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