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