mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-09 00:13:48 +00:00
Remove the System Fusion parrot.
This commit is contained in:
parent
f8790d91a8
commit
1d5ed691c4
14 changed files with 62 additions and 236 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#include "YSFPayload.h"
|
||||
#include "RingBuffer.h"
|
||||
#include "StopWatch.h"
|
||||
#include "YSFParrot.h"
|
||||
#include "Display.h"
|
||||
#include "Defines.h"
|
||||
#include "Timer.h"
|
||||
|
|
@ -33,7 +32,7 @@
|
|||
|
||||
class CYSFControl {
|
||||
public:
|
||||
CYSFControl(const std::string& callsign, CDisplay* display, unsigned int timeout, bool duplex, bool parrot);
|
||||
CYSFControl(const std::string& callsign, CDisplay* display, unsigned int timeout, bool duplex);
|
||||
~CYSFControl();
|
||||
|
||||
bool writeModem(unsigned char* data);
|
||||
|
|
@ -55,11 +54,9 @@ private:
|
|||
unsigned char* m_source;
|
||||
unsigned char* m_dest;
|
||||
CYSFPayload m_payload;
|
||||
CYSFParrot* m_parrot;
|
||||
FILE* m_fp;
|
||||
|
||||
void writeQueue(const unsigned char* data);
|
||||
void writeParrot(const unsigned char* data);
|
||||
|
||||
void writeEndOfTransmission();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue