#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <netdb.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>
#include <math.h>
#include <inttypes.h>
Go to the source code of this file.
Functions | |
int | OpenGPSD () |
int | CloseGPSD () |
void | SetOptions (uint32_t) |
int | Scan () |
int | FetchLoc (float *in_lat, float *in_lon, float *in_alt, float *in_spd, float *in_hed, int *mode) |
int | FetchMode () |
int FetchLoc | ( | float * | in_lat, | |
float * | in_lon, | |||
float * | in_alt, | |||
float * | in_spd, | |||
float * | in_hed, | |||
int * | mode | |||
) |