mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -25,10 +25,9 @@ namespace BlackMisc
|
||||
*/
|
||||
class CAdfSystem : public CModulator<CAdfSystem>
|
||||
{
|
||||
|
||||
public:
|
||||
//! Default constructor
|
||||
CAdfSystem() : CModulator() {}
|
||||
CAdfSystem() = default;
|
||||
|
||||
//! Constructor
|
||||
CAdfSystem(const QString &name, const PhysicalQuantities::CFrequency &activeFrequency, const PhysicalQuantities::CFrequency &standbyFrequency = CModulator::FrequencyNotSet()):
|
||||
@@ -88,11 +87,10 @@ namespace BlackMisc
|
||||
this->isValidFrequency(this->getFrequencyActive()) &&
|
||||
this->isValidFrequency(this->getFrequencyStandby());
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
}
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE(BlackMisc::Aviation::CAdfSystem)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user