|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include <string.h>#include <caml/alloc.h>#include <caml/mlvalues.h>#include <caml/memory.h>#include <math.h>#include <time.h>#include "flight_gear.h"
Include dependency graph for fg.c:Go to the source code of this file.
Functions | |
| value | fg_sizeof (value unit) |
| Values boxing for Flight Gear. More... | |
| value | fg_msg_native (value s, value lat, value lon, value z, value phi, value theta, value psi) |
| value | fg_msg_bytecode (value *argv, int argc) |
| value fg_msg_bytecode | ( | value * | argv, |
| int | argc | ||
| ) |
Definition at line 19 of file fg.c.
References fg_msg_native().
Here is the call graph for this function:| value fg_msg_native | ( | value | s, |
| value | lat, | ||
| value | lon, | ||
| value | z, | ||
| value | phi, | ||
| value | theta, | ||
| value | psi | ||
| ) |
Definition at line 25 of file fg.c.
References FGNetGUI::agl, FGNetGUI::altitude, FGNetGUI::climb_rate, FGNetGUI::course_deviation_deg, FGNetGUI::cur_time, FG_NET_GUI_VERSION, FGNetGUI::fuel_quantity, FGNetGUI::ground_elev, FGNetGUI::gs_deviation_deg, FGNetGUI::in_range, FGNetGUI::latitude, FGNetGUI::longitude, FGNetGUI::nav_radial, FGNetGUI::num_tanks, FGNetGUI::phi, FGNetGUI::psi, FGNetGUI::theta, FGNetGUI::tuned_freq, FGNetGUI::vcas, FGNetGUI::version, and FGNetGUI::warp.
Referenced by fg_msg_bytecode().
Here is the caller graph for this function: