Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gps_udp.h File Reference
#include "std.h"
#include "subsystems/gps.h"
+ Include dependency graph for gps_udp.h:

Go to the source code of this file.

Macros

#define PRIMARY_GPS   GPS_UDP
 
#define gps_udp_periodic_check()   gps_periodic_check(&gps_udp)
 

Functions

void gps_udp_parse (void)
 
void gps_udp_init (void)
 

Variables

struct GpsState gps_udp
 

Macro Definition Documentation

#define gps_udp_periodic_check ( )    gps_periodic_check(&gps_udp)

Definition at line 16 of file gps_udp.h.

#define PRIMARY_GPS   GPS_UDP

Definition at line 8 of file gps_udp.h.

Function Documentation

void gps_udp_init ( void  )

Definition at line 42 of file gps_udp.c.

References GpsState::fix, GPS_FIX_NONE, gps_network, gps_udp, GPS_UDP_HOST, and TRUE.

Variable Documentation

struct GpsState gps_udp

Definition at line 40 of file gps_udp.c.

Referenced by gps_udp_init(), and gps_udp_parse().