gpsd.ex.h File Reference

#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>

Include dependency graph for gpsd.ex.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 ()


Function Documentation

int OpenGPSD ( void   ) 

Definition at line 69 of file gpsd.ex.h.

00070 {
00071   return -1;
00072 }

int CloseGPSD (  ) 

Definition at line 75 of file gpsd.ex.h.

00076 {
00077   return 0;
00078 }

void SetOptions ( uint32_t   ) 

Definition at line 80 of file gpsd.ex.h.

00081 {
00082   return;
00083 }

int Scan (  ) 

Definition at line 86 of file gpsd.ex.h.

00087 {
00088   return -1;
00089 }

int FetchLoc ( float *  in_lat,
float *  in_lon,
float *  in_alt,
float *  in_spd,
float *  in_hed,
int *  mode 
)

Definition at line 92 of file gpsd.ex.h.

00094 {
00095   return -1;
00096 }

int FetchMode (  ) 

Definition at line 99 of file gpsd.ex.h.

00100 {
00101   return 0;
00102 }


Generated on Fri Jul 25 17:10:59 2008 for WifiScanner by  doxygen 1.5.5