#ifndef GOBAL_LOCATION_H
#define GOBAL_LOCATION_H
typedef struct global_location{
double lat,lon,alt;
}global_location;
#endif // GOBAL_LOCATION_H