1#ifndef LOCATION_SERVICE_HEADER_HPP_0BWHQP7J
2#define LOCATION_SERVICE_HEADER_HPP_0BWHQP7J
4#include <vanetza/geonet/address.hpp>
5#include <vanetza/geonet/position_vector.hpp>
6#include <vanetza/geonet/sequence_number.hpp>
15 static constexpr std::size_t length_bytes = 4 +
16 LongPositionVector::length_bytes +
17 Address::length_bytes;
27 static constexpr std::size_t length_bytes = 4 +
28 LongPositionVector::length_bytes +
29 ShortPositionVector::length_bytes;