mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Add an error display.
This commit is contained in:
parent
a3c25766c0
commit
b19c46ff2c
11 changed files with 74 additions and 3 deletions
2
Modem.h
2
Modem.h
|
|
@ -53,6 +53,7 @@ public:
|
|||
bool hasYSFSpace() const;
|
||||
|
||||
bool hasLockout() const;
|
||||
bool hasError() const;
|
||||
|
||||
bool writeDStarData(const unsigned char* data, unsigned int length);
|
||||
bool writeDMRData1(const unsigned char* data, unsigned int length);
|
||||
|
|
@ -105,6 +106,7 @@ private:
|
|||
unsigned int m_ysfSpace;
|
||||
bool m_tx;
|
||||
bool m_lockout;
|
||||
bool m_error;
|
||||
|
||||
bool readVersion();
|
||||
bool readStatus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue