Enroute Flight Navigation
A navigation app for VFR pilots
Units Namespace Reference

Conversion between units used in aviation. More...

Classes

class  Angle
 Convenience class for angle computations. More...
 
class  ByteSize
 Convenience class for size_t. More...
 
class  Density
 Convenience class for density computations. More...
 
class  Distance
 Convenience class for distance computations. More...
 
class  Pressure
 Convenience class for pressure computations. More...
 
class  Speed
 Convenience class for speed computations. More...
 
class  Temperature
 Convenience class for temperature computations. More...
 
class  Timespan
 Convenience class for time computations. More...
 
class  Volume
 Convenience class for volume computations. More...
 
class  VolumeFlow
 Convenience class for volume flow computations. More...
 

Detailed Description

Conversion between units used in aviation.

Wrapper around size_t, to make it available to QML.

This class contains a few classes that help with the conversion of units, as used in aviation. It contains a few subclasses that computation with angles, speeds, distances, etc, without the need to worry about units.

This is a trivial C++ and QML value type, with a single member of type size_t. Conversion methods guarantee that this class can be used in C++ as a drop-in replacement for size_t. In QML, the class can be used to work to size_t, which is otherwise not available.