#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 EarthRadius 6378100.0 |
| #define SIGN | ( | x | ) | (((x) == 0) ? 0 : (((x) > 0) ? 1 : -1)) |
| Driver* gps2loc_Init | ( | ConfigFile * | cf, | |
| int | section | |||
| ) |
| void gps2loc_Register | ( | DriverTable * | table | ) |
| int player_driver_init | ( | DriverTable * | table | ) |
| PlayerTime* GlobalTime |
1.5.5