Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sim_gps.c File Reference
#include <assert.h>
#include <math.h>
#include <inttypes.h>
#include "generated/airframe.h"
#include "generated/flight_plan.h"
#include "subsystems/gps.h"
#include "math/pprz_geodetic_float.h"
#include "math/pprz_geodetic_int.h"
#include "subsystems/navigation/common_nav.h"
#include <caml/mlvalues.h>
+ Include dependency graph for sim_gps.c:

Go to the source code of this file.

Functions

value sim_use_gps_pos (value x, value y, value z, value c, value a, value s, value cl, value t, value m, value lat, value lon)
 From airborne/autopilot/. More...
 
value sim_use_gps_pos_bytecode (value *a, int argn)
 
void ubxsend_cfg_rst (uint16_t a, uint8_t b)
 

Function Documentation

value sim_use_gps_pos_bytecode ( value a,
int  argn 
)

Definition at line 83 of file sim_gps.c.

References sim_use_gps_pos().

+ Here is the call graph for this function:

void ubxsend_cfg_rst ( uint16_t  a,
uint8_t  b 
)

Definition at line 89 of file sim_gps.c.