mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T610, support for XPlane COM volume and receive/transmit
* proxy and * DBus service functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
62f5ddab99
commit
d1fac2e1a4
@@ -271,6 +271,24 @@ namespace BlackSimPlugin
|
||||
void getCom1StandbyKhzAsync(int *o_com1Standby);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::isCom1Receiving
|
||||
//! @{
|
||||
bool isCom1Receiving() const;
|
||||
void isCom1ReceivingAsync(bool *o_com1Rec);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::isCom1Transmitting
|
||||
//! @{
|
||||
bool isCom1Transmitting() const;
|
||||
void isCom1TransmittingAsync(bool *o_com1Tx);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getCom1Volume
|
||||
//! @{
|
||||
double getCom1Volume() const;
|
||||
void getCom1VolumeAsync(double *o_com1Volume);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getCom2ActiveKhz
|
||||
//! @{
|
||||
int getCom2ActiveKhz() const;
|
||||
@@ -283,6 +301,24 @@ namespace BlackSimPlugin
|
||||
void getCom2StandbyKhzAsync(int *o_com2Standby);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::isCom2Receiving
|
||||
//! @{
|
||||
bool isCom2Receiving() const;
|
||||
void isCom2ReceivingAsync(bool *o_com2Rec);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::isCom2Transmitting
|
||||
//! @{
|
||||
bool isCom2Transmitting() const;
|
||||
void isCom2TransmittingAsync(bool *o_com2Tx);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getCom2Volume
|
||||
//! @{
|
||||
double getCom2Volume() const;
|
||||
void getCom2VolumeAsync(double *o_com2Volume);
|
||||
//! @}
|
||||
|
||||
//! \copydoc XSwiftBus::CService::getTransponderCode
|
||||
//! @{
|
||||
int getTransponderCode() const;
|
||||
|
||||
Reference in New Issue
Block a user