mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Ref T573, short XPDR string
This commit is contained in:
committed by
Mat Sutcliffe
parent
0a013fc906
commit
57ae224c41
@@ -77,6 +77,9 @@ namespace BlackMisc
|
||||
//! Transponder mode as string
|
||||
QString getModeAsString() const { return modeAsString(this->getTransponderMode()); }
|
||||
|
||||
//! Transponder mode as short string
|
||||
QString getModeAsShortString() const { return modeAsShortString(this->getTransponderMode()); }
|
||||
|
||||
//! In any sending mode such as MIL1 oder ModeS
|
||||
bool isInNormalSendingMode() const;
|
||||
|
||||
@@ -98,6 +101,9 @@ namespace BlackMisc
|
||||
//! Transponder mode as string
|
||||
static const QString &modeAsString(TransponderMode mode);
|
||||
|
||||
//! Transponder mode as short string
|
||||
static const QString &modeAsShortString(CTransponder::TransponderMode mode);
|
||||
|
||||
//! Transponder code
|
||||
int getTransponderCode() const { return m_transponderCode; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user