mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Update the display and logging on incoming YSF network data.
This commit is contained in:
parent
d5310f1983
commit
14f36a175d
15 changed files with 158 additions and 89 deletions
|
|
@ -56,8 +56,10 @@ private:
|
|||
unsigned int m_netFrames;
|
||||
unsigned int m_rfErrs;
|
||||
unsigned int m_rfBits;
|
||||
unsigned char* m_source;
|
||||
unsigned char* m_dest;
|
||||
unsigned char* m_rfSource;
|
||||
unsigned char* m_rfDest;
|
||||
unsigned char* m_netSource;
|
||||
unsigned char* m_netDest;
|
||||
CYSFPayload m_payload;
|
||||
FILE* m_fp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue