mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add CD LED functionality to MMDVMHost
This commit is contained in:
parent
cb35888d0e
commit
8373dc0b8a
5 changed files with 38 additions and 2 deletions
2
Modem.h
2
Modem.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue