1#ifndef POSITION_VECTOR_HPP_WJAGEOCS
2#define POSITION_VECTOR_HPP_WJAGEOCS
4#include <vanetza/common/bit_number.hpp>
5#include <vanetza/geonet/address.hpp>
6#include <vanetza/geonet/serialization.hpp>
7#include <vanetza/geonet/timestamp.hpp>
8#include <vanetza/geonet/units.hpp>
9#include <boost/units/quantity.hpp>
10#include <boost/units/systems/si/velocity.hpp>
18struct GeodeticPosition;
23 static constexpr std::size_t length_bytes = 24;
24 typedef boost::units::quantity<boost::units::make_scaled_unit<
25 boost::units::si::velocity,
26 boost::units::scale<10, boost::units::static_rational<-2>>
31 geo_angle_i32t latitude;
32 geo_angle_i32t longitude;
33 bool position_accuracy_indicator;
63 static constexpr std::size_t length_bytes = 20;
72 geo_angle_i32t latitude;
73 geo_angle_i32t longitude;