Add an error display.

This commit is contained in:
Jonathan Naylor
2016-03-21 22:47:58 +00:00
parent a3c25766c0
commit b19c46ff2c
11 changed files with 74 additions and 3 deletions

View File

@@ -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();