Vanetza
Loading...
Searching...
No Matches
wgs84point.hpp
1
#
ifndef
WGS84POINT_HPP_GAHDJKCG
2
#
define
WGS84POINT_HPP_GAHDJKCG
3
4
#
include
<
vanetza
/
units
/
angle
.
hpp
>
5
6
namespace
vanetza
7
{
8
9
struct
Wgs84Point
10
{
11
typedef
units::GeoAngle angle_type;
12
Wgs84Point(angle_type latitude, angle_type longitude) : lat(latitude), lon(longitude) {}
13
angle_type lat;
14
angle_type lon;
15
};
16
17
}
// namespace vanetza 
18
19
#
endif
/* WGS84POINT_HPP_GAHDJKCG */
vanetza::Wgs84Point
Definition
wgs84point.hpp:10
vanetza
gnss
wgs84point.hpp
Generated on
for Vanetza by
1.16.1