RetroArch
|
#include <location_driver.h>
Public Attributes | |
void *(* | init )(void) |
void(* | free )(void *data) |
bool(* | start )(void *data) |
void(* | stop )(void *data) |
bool(* | get_position )(void *data, double *lat, double *lon, double *horiz_accuracy, double *vert_accuracy) |
void(* | set_interval )(void *data, unsigned interval_msecs, unsigned interval_distance) |
const char * | ident |
bool(* location_driver::get_position) (void *data, double *lat, double *lon, double *horiz_accuracy, double *vert_accuracy) |
const char* location_driver::ident |
void(* location_driver::set_interval) (void *data, unsigned interval_msecs, unsigned interval_distance) |