mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
84c9da7e8f
10 changed files with 57 additions and 488 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#define P25Data_H
|
||||
|
||||
#include "RS634717.h"
|
||||
#include "P25Trellis.h"
|
||||
#include "Trellis.h"
|
||||
#include "Defines.h"
|
||||
|
||||
#if defined(USE_P25)
|
||||
|
|
@ -85,7 +85,7 @@ private:
|
|||
unsigned int m_dstId;
|
||||
unsigned char m_serviceType;
|
||||
CRS634717 m_rs;
|
||||
CP25Trellis m_trellis;
|
||||
CTrellis 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