Ejemplo n.º 1
0
void gga::set_lon(const geo::longitude & t)
{
	lon_ = t;
	lon_hem_ = convert_hemisphere(t);
}
Ejemplo n.º 2
0
Archivo: rma.cpp Proyecto: nohal/marnav
void rma::set_lon(const geo::longitude & t)
{
	lon = t;
	lon_hem = convert_hemisphere(t);
}
Ejemplo n.º 3
0
void gga::set_lat(const geo::latitude & t)
{
	lat_ = t;
	lat_hem_ = convert_hemisphere(t);
}
Ejemplo n.º 4
0
Archivo: rma.cpp Proyecto: nohal/marnav
void rma::set_lat(const geo::latitude & t)
{
	lat = t;
	lat_hem = convert_hemisphere(t);
}