Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
fg.c File Reference
#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)
 

Function Documentation

◆ fg_msg_bytecode()

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:

◆ 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 FG_NET_GUI_VERSION, msg, FGNetGUI::phi, FGNetGUI::psi, s, and FGNetGUI::theta.

Referenced by fg_msg_bytecode().

+ Here is the caller graph for this function:

◆ fg_sizeof()

value fg_sizeof ( value  unit)

Values boxing for Flight Gear.

Definition at line 13 of file fg.c.