Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

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_sizeof ( value  unit)

Values boxing for Flight Gear.

Definition at line 13 of file fg.c.