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
ins_gps_passthrough_utm.h File Reference

Simply passes GPS UTM position and velocity through to the state interface. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DefaultInsImpl   ins_gps_utm
 

Functions

void ins_gps_utm_init (void)
 
void ins_gps_utm_register (void)
 

Detailed Description

Simply passes GPS UTM position and velocity through to the state interface.

For fixedwing firmware since it sets UTM pos only.

Definition in file ins_gps_passthrough_utm.h.

Macro Definition Documentation

#define DefaultInsImpl   ins_gps_utm

Definition at line 31 of file ins_gps_passthrough_utm.h.

Function Documentation

void ins_gps_utm_init ( void  )

Definition at line 40 of file ins_gps_passthrough_utm.c.

References nav_utm_east0, nav_utm_north0, nav_utm_zone0, stateSetLocalUtmOrigin_f(), and stateSetPositionUtm_f().

Referenced by ins_gps_utm_register().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ins_gps_utm_register ( void  )

Definition at line 100 of file ins_gps_passthrough_utm.c.

References ABI_BROADCAST, gps_cb(), ins_gps_utm_init(), and ins_register_impl().

+ Here is the call graph for this function: