6 #ifndef SWIFT_MISC_PQ_SPEED_H
7 #define SWIFT_MISC_PQ_SPEED_H
14 namespace swift::misc::physical_quantities
A physical quantity such as "5m", "20s", "1500ft/s".
CSpeed(const QString &unitString)
Constructor by parsed string, e.g. 10m.
CSpeed(double value, const CSpeedUnit &unit)
Init by double value.
CSpeed()
Default constructor.
Specialized class for speed units (m/s, ft/s, NM/h).
QPair< CSpeed, CSpeed > CSpeedPair
Pair of speeds.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.