Vanetza
Loading...
Searching...
No Matches
position_fix.cpp
1
#
include
<
vanetza
/
common
/
position_fix
.
hpp
>
2
#
include
<
boost
/
units
/
cmath
.
hpp
>
3
4
namespace
vanetza
5
{
6
7
bool
has_horizontal_position(
const
PositionFix
&posfix)
8
{
9
using
namespace
boost::units;
10
return
isfinite(posfix.latitude) && isfinite(posfix.longitude);
11
}
12
13
}
// namespace vanetza
vanetza::PositionFix
Definition
position_fix.hpp:16
vanetza
common
position_fix.cpp
Generated on
for Vanetza by
1.16.1