Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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/gps_sim.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

◆ sim_use_gps_pos()

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 
)

◆ sim_use_gps_pos_bytecode()

value sim_use_gps_pos_bytecode ( value *  a,
int  argn 
)

Definition at line 72 of file sim_gps.c.

References sim_use_gps_pos().

+ Here is the call graph for this function:

◆ ubxsend_cfg_rst()

void ubxsend_cfg_rst ( uint16_t  a,
uint8_t  b 
)

Definition at line 78 of file sim_gps.c.