mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add lockout mode.
This commit is contained in:
parent
944192f246
commit
560433e7ef
9 changed files with 62 additions and 6 deletions
3
Modem.h
3
Modem.h
|
|
@ -52,6 +52,8 @@ public:
|
|||
bool hasDMRSpace2() const;
|
||||
bool hasYSFSpace() const;
|
||||
|
||||
bool hasLockout() const;
|
||||
|
||||
bool writeDStarData(const unsigned char* data, unsigned int length);
|
||||
bool writeDMRData1(const unsigned char* data, unsigned int length);
|
||||
bool writeDMRData2(const unsigned char* data, unsigned int length);
|
||||
|
|
@ -98,6 +100,7 @@ private:
|
|||
unsigned int m_dmrSpace2;
|
||||
unsigned int m_ysfSpace;
|
||||
bool m_tx;
|
||||
bool m_lockout;
|
||||
|
||||
bool readVersion();
|
||||
bool readStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue