Paparazzi UAS
v5.15_devel-230-gc96ce27
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"
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().
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().