RealflightIntegration.Utils (realflight_integration v0.1.2) View Source

Link to this section Summary

Link to this section Functions

Link to this function

convert_all_to_float(string_values, mult \\ 1)

View Source

Specs

convert_all_to_float(map(), number()) :: map()
Link to this function

extract_agl(aircraft_state)

View Source

Specs

extract_agl(map()) :: float()
Link to this function

extract_airspeed(aircraft_state)

View Source

Specs

extract_airspeed(map()) :: float()
Link to this function

extract_all_or_nothing(data, lookup_store_tuples, accumulator \\ %{})

View Source

Specs

extract_all_or_nothing(map(), list(), map()) :: map()
Link to this function

extract_attitude(aircraft_state)

View Source

Specs

extract_attitude(map()) :: map()
Link to this function

extract_bodyaccel(aircraft_state)

View Source

Specs

extract_bodyaccel(map()) :: map()
Link to this function

extract_bodyrate(aircraft_state)

View Source

Specs

extract_bodyrate(map()) :: map()
Link to this function

extract_from_path(data, path)

View Source

Specs

extract_from_path(map(), list()) :: map()
Link to this function

extract_position(aircraft_state, origin)

View Source

Specs

extract_position(map(), struct()) :: map()
Link to this function

extract_quat(aircraft_state)

View Source

Specs

extract_quat(map()) :: map()
Link to this function

extract_rcin(input_state)

View Source

Specs

extract_rcin(map()) :: list()
Link to this function

extract_roll_inclination_azimuth(aircraft_state)

View Source

Specs

extract_roll_inclination_azimuth(map()) :: map()
Link to this function

extract_velocity(aircraft_state)

View Source

Specs

extract_velocity(map()) :: map()