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
gps_sim_hitl.c File Reference

GPS subsystem simulation from rotorcrafts horizontal/vertical reference system. More...

#include "subsystems/gps.h"
#include "subsystems/abi.h"
#include "state.h"
#include "guidance/guidance_h.h"
#include "guidance/guidance_v.h"
+ Include dependency graph for gps_sim_hitl.c:

Go to the source code of this file.

Functions

void gps_impl_init (void)
 GPS initialization. More...
 
void gps_sim_hitl_event (void)
 

Variables

bool_t gps_available
 Is set to TRUE when a new REMOTE_GPS packet is received and parsed. More...
 
uint32_t gps_sim_hitl_timer
 

Detailed Description

GPS subsystem simulation from rotorcrafts horizontal/vertical reference system.

Definition in file gps_sim_hitl.c.

Function Documentation

void gps_impl_init ( void  )

GPS initialization.

GPS model specific init implementation.

Definition at line 37 of file gps_sim_hitl.c.

References GpsState::fix, gps, and GPS_FIX_NONE.

Variable Documentation

bool_t gps_available

Is set to TRUE when a new REMOTE_GPS packet is received and parsed.

Definition at line 34 of file gps_sim_hitl.c.

Referenced by gps_sim_hitl_event().

uint32_t gps_sim_hitl_timer

Definition at line 35 of file gps_sim_hitl.c.

Referenced by gps_sim_hitl_event().