gps2loc.cpp File Reference

#include <math.h>
#include <unistd.h>
#include <stdlib.h>
#include <float.h>
#include <libplayercore/playercore.h>

Classes

class  gps2loc

Defines

#define EarthRadius   6378100.0
#define SIGN(x)   (((x) == 0) ? 0 : (((x) > 0) ? 1 : -1))

Functions

Driver * gps2loc_Init (ConfigFile *cf, int section)
void gps2loc_Register (DriverTable *table)
int player_driver_init (DriverTable *table)

Variables

PlayerTime * GlobalTime


Define Documentation

#define EarthRadius   6378100.0

#define SIGN (  )     (((x) == 0) ? 0 : (((x) > 0) ? 1 : -1))


Function Documentation

Driver* gps2loc_Init ( ConfigFile *  cf,
int  section 
)

void gps2loc_Register ( DriverTable *  table  ) 

int player_driver_init ( DriverTable *  table  ) 


Variable Documentation

PlayerTime* GlobalTime


Generated on Sun Feb 21 00:00:05 2010 for Penn State Robotics Club: AUVSI IGVC 2010 by  doxygen 1.5.5