6 #ifndef SWIFT_MISC_AVIATION_AIRCRAFTVELOCITY_H
7 #define SWIFT_MISC_AVIATION_AIRCRAFTVELOCITY_H
19 namespace swift::misc::aviation
28 IndexVelocityX = CPropertyIndexRef::GlobalIndexCAircraftVelocity,
65 QString convertToQString(
bool i18n =
false)
const;
Non-owning reference to a CPropertyIndex with a subset of its features.
Mix of the most commonly used mixin classes.
Velocity and angular velocity for 6DOF bodies.
ColumnIndex
Property index.
static const physical_quantities::CLengthUnit c_xyzLengthUnit
Unit constants.
static const physical_quantities::CSpeedUnit c_xyzSpeedUnit
Unit constants.
static const physical_quantities::CAngleUnit c_pbhAngleUnit
Unit constants.
CAircraftVelocity()
Default constructor.
static const physical_quantities::CTimeUnit c_timeUnit
Unit constants.
Specialized class for angles (degrees, radian).
Specialized class for distance units (meter, foot, nautical miles).
Specialized class for speed units (m/s, ft/s, NM/h).
Specialized class for time units (ms, hour, min).
#define SWIFT_MISC_EXPORT
Export a class or function from the library.
#define SWIFT_DECLARE_VALUEOBJECT_MIXINS(Namespace, Class)
Explicit template declaration of mixins for a CValueObject subclass to be placed near the top of the ...