ThreeDLocation specified in TS 103 097 v1.2.1, section 4.2.19.
More...
#include <region.hpp>
ThreeDLocation specified in TS 103 097 v1.2.1, section 4.2.19.
Definition at line 20 of file region.hpp.
◆ Elevation
using vanetza::security::v2::ThreeDLocation::Elevation = std::array<uint8_t, 2> |
◆ ThreeDLocation() [1/4]
vanetza::security::v2::ThreeDLocation::ThreeDLocation |
( |
geonet::geo_angle_i32t | latitude, |
|
|
geonet::geo_angle_i32t | longitude ) |
|
inline |
◆ ThreeDLocation() [2/4]
vanetza::security::v2::ThreeDLocation::ThreeDLocation |
( |
units::GeoAngle | latitude, |
|
|
units::GeoAngle | longitude ) |
|
inline |
◆ ThreeDLocation() [3/4]
vanetza::security::v2::ThreeDLocation::ThreeDLocation |
( |
geonet::geo_angle_i32t | latitude, |
|
|
geonet::geo_angle_i32t | longitude, |
|
|
Elevation | elevation ) |
|
inline |
◆ ThreeDLocation() [4/4]
vanetza::security::v2::ThreeDLocation::ThreeDLocation |
( |
units::GeoAngle | latitude, |
|
|
units::GeoAngle | longitude, |
|
|
Elevation | elevation ) |
|
inline |
◆ operator!=()
bool vanetza::security::v2::ThreeDLocation::operator!= |
( |
const ThreeDLocation & | other | ) |
const |
◆ operator==()
bool vanetza::security::v2::ThreeDLocation::operator== |
( |
const ThreeDLocation & | other | ) |
const |
◆ elevation
Elevation vanetza::security::v2::ThreeDLocation::elevation |
◆ latitude
geonet::geo_angle_i32t vanetza::security::v2::ThreeDLocation::latitude |
◆ longitude
geonet::geo_angle_i32t vanetza::security::v2::ThreeDLocation::longitude |
◆ max_elevation
const ThreeDLocation::Elevation vanetza::security::v2::ThreeDLocation::max_elevation {{ 0xEF, 0xFF }} |
|
static |
◆ min_elevation
const ThreeDLocation::Elevation vanetza::security::v2::ThreeDLocation::min_elevation {{ 0xF0, 0x01 }} |
|
static |
◆ unknown_elevation
const ThreeDLocation::Elevation vanetza::security::v2::ThreeDLocation::unknown_elevation {{ 0xF0, 0x00 }} |
|
static |
The documentation for this struct was generated from the following files: