Enumeration

QmiLocAltitudeDependency

since: 1.37

Declaration

enum Qmi.LocAltitudeDependency

Description [src]

Dependency between the horizontal and altitude position components.

Available since: 1.37

Members

QMI_LOC_ALTITUDE_DEPENDENCY_UNKNOWN

Unknown.

  • Value: 0
  • Available since: 1.37
QMI_LOC_ALTITUDE_DEPENDENCY_FULLY_INTERDEPENDENT

Fully interdependent.

  • Value: 1
  • Available since: 1.37
QMI_LOC_ALTITUDE_DEPENDENCY_ON_LAT_LON

Altitude depends on latitude and longitude.

  • Value: 2
  • Available since: 1.37
QMI_LOC_ALTITUDE_DEPENDENCY_FULLY_INDEPENDENT

Altitude is fully independent.

  • Value: 3
  • Available since: 1.37

Type functions

qmi_loc_altitude_dependency_get_string

Gets the nickname string for the QmiLocAltitudeDependency specified at val.

since: 1.37