mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Revised avionics (stringifier) and matrix operations
This commit is contained in:
@@ -28,7 +28,7 @@ template <class AVIO> void CModulator<AVIO>::toggleActiveStandby()
|
||||
/*
|
||||
* String representation
|
||||
*/
|
||||
template <class AVIO> QString CModulator<AVIO>::stringForStreamingOperator() const
|
||||
template <class AVIO> QString CModulator<AVIO>::stringForConverter() const
|
||||
{
|
||||
QString s(this->getName());
|
||||
s.append(" Active: ").append(this->m_frequencyActive.unitValueRoundedWithUnit(3));
|
||||
|
||||
Reference in New Issue
Block a user