mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
[AFV] Allow to set the tx/rx values for the AFV client
Simplified function
This commit is contained in:
committed by
Mat Sutcliffe
parent
63cc2a7e3e
commit
ea8198d26e
@@ -168,6 +168,13 @@ namespace BlackCore
|
||||
bool isTransmittingdComUnit(BlackMisc::Aviation::CComSystem::ComUnit comUnit) const;
|
||||
//! @}
|
||||
|
||||
//! Simplified enable/disable
|
||||
//! \threadsafe
|
||||
//! @{
|
||||
void setRxTx(bool rx1, bool tx1, bool rx2, bool tx2);
|
||||
void getRxTx(bool &rx1, bool &tx1, bool &rx2, bool &tx2) const;
|
||||
//! @}
|
||||
|
||||
//! Get transceivers
|
||||
//! \threadsafe
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user