mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Handle the P25 low speed data.
This commit is contained in:
parent
c8cb7a5429
commit
34bf8f18a7
8 changed files with 105 additions and 32 deletions
|
|
@ -19,6 +19,7 @@
|
|||
#if !defined(P25Control_H)
|
||||
#define P25Control_H
|
||||
|
||||
#include "P25LowSpeedData.h"
|
||||
#include "RingBuffer.h"
|
||||
#include "P25Network.h"
|
||||
#include "DMRLookup.h"
|
||||
|
|
@ -69,6 +70,7 @@ private:
|
|||
CP25Audio m_audio;
|
||||
CP25Data m_rfData;
|
||||
CP25Data m_netData;
|
||||
CP25LowSpeedData m_lsd;
|
||||
FILE* m_fp;
|
||||
|
||||
void writeQueueRF(const unsigned char* data, unsigned int length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue