mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Work on V/D Mode 2.
This commit is contained in:
parent
0c1e6d3542
commit
5448a5d8d9
4 changed files with 187 additions and 31 deletions
|
|
@ -20,6 +20,7 @@
|
|||
#define YSFControl_H
|
||||
|
||||
#include "YSFDefines.h"
|
||||
#include "YSFPayload.h"
|
||||
#include "RingBuffer.h"
|
||||
#include "YSFParrot.h"
|
||||
#include "Display.h"
|
||||
|
|
@ -49,6 +50,7 @@ private:
|
|||
CTimer m_timeoutTimer;
|
||||
unsigned int m_frames;
|
||||
CYSFFICH m_fich;
|
||||
CYSFPayload m_payload;
|
||||
CYSFParrot* m_parrot;
|
||||
FILE* m_fp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue