mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Changed order of samples directory, started with aviation classes.
This commit is contained in:
@@ -29,6 +29,16 @@ public:
|
||||
* \return
|
||||
*/
|
||||
static const CPressure& InternationalStandardSeaLevelPressure() { static CPressure p(1013.25, CPressureUnit::hPa()); return p;}
|
||||
/*!
|
||||
* \brief 0m
|
||||
* \return
|
||||
*/
|
||||
static const CLength& Length0m() { static CLength l(0, CLengthUnit::m()); return l;}
|
||||
/*!
|
||||
* \brief 0ft
|
||||
* \return
|
||||
*/
|
||||
static const CLength& Length0ft() { static CLength l(0, CLengthUnit::ft()); return l;}
|
||||
};
|
||||
} // namespace
|
||||
#endif // PQCONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user