Add CD LED functionality to MMDVMHost

This commit is contained in:
phl0
2016-11-17 11:48:42 +01:00
parent cb35888d0e
commit 8373dc0b8a
5 changed files with 38 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ public:
bool hasP25Space() const;
bool hasTX() const;
bool hasCD() const;
bool hasLockout() const;
bool hasError() const;
@@ -131,6 +132,7 @@ private:
unsigned int m_ysfSpace;
unsigned int m_p25Space;
bool m_tx;
bool m_cd;
bool m_lockout;
bool m_error;
HW_TYPE m_hwType;