mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Final changes for splitting the state machines.
This commit is contained in:
parent
b3d5bec4ad
commit
14a30286c7
4 changed files with 75 additions and 65 deletions
|
|
@ -50,14 +50,15 @@ private:
|
|||
CDStarNetwork* m_network;
|
||||
IDisplay* m_display;
|
||||
bool m_duplex;
|
||||
CRingBuffer<unsigned char> m_queue;
|
||||
CRingBuffer<unsigned char> m_rfQueue;
|
||||
CDStarHeader m_rfHeader;
|
||||
CDStarHeader m_netHeader;
|
||||
RPT_RF_STATE m_rfState;
|
||||
RPT_NET_STATE m_netState;
|
||||
bool m_net;
|
||||
CDStarSlowData m_slowData;
|
||||
unsigned char m_n;
|
||||
unsigned char m_rfN;
|
||||
unsigned char m_netN;
|
||||
CTimer m_networkWatchdog;
|
||||
CTimer m_holdoffTimer;
|
||||
CTimer m_rfTimeoutTimer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue