Getter functions for the ETSI ITS MAPEM. More...
#include <etsi_its_msgs_utils/impl/asn1_primitives/asn1_primitives_getters.h>
#include <etsi_its_msgs_utils/impl/checks.h>
Go to the source code of this file.
Namespaces | |
etsi_its_mapem_ts_msgs | |
etsi_its_mapem_ts_msgs::access | |
Functions | |
double | etsi_its_mapem_ts_msgs::access::getElevation (const Elevation &elevation) |
Get the Elevation value. More... | |
double | etsi_its_mapem_ts_msgs::access::getElevation (const Position3D &ref_point) |
Get the Elevation value from a given Position3D object. More... | |
uint16_t | etsi_its_mapem_ts_msgs::access::getIntersectionID (const IntersectionGeometry &intsct) |
Get the IntersectionId of an IntersectionGeometry object. More... | |
uint16_t | etsi_its_mapem_ts_msgs::access::getIntersectionID (const IntersectionID &intsct_id) |
Get the IntersectionID value. More... | |
std::vector< bool > | etsi_its_mapem_ts_msgs::access::getLaneDirection (const GenericLane &generic_lane) |
Get the LaneDirection in form of bool vector from a GenericLane object. More... | |
std::vector< bool > | etsi_its_mapem_ts_msgs::access::getLaneDirection (const LaneAttributes &lane_attributes) |
Get the LaneDirection in form of bool vector from a LaneAttributes object. More... | |
std::vector< bool > | etsi_its_mapem_ts_msgs::access::getLaneDirection (const LaneDirection &lane_direction) |
Get the LaneDirection in form of bool vector. More... | |
double | etsi_its_mapem_ts_msgs::access::getLatitude (const Latitude &latitude) |
Get the Latitude value. More... | |
double | etsi_its_mapem_ts_msgs::access::getLatitude (const Position3D &ref_point) |
Get the Latitude value from a given Position3D object. More... | |
double | etsi_its_mapem_ts_msgs::access::getLongitude (const Longitude &longitude) |
Get the Longitude value. More... | |
double | etsi_its_mapem_ts_msgs::access::getLongitude (const Position3D &ref_point) |
Get the Longitude value from a given Position3D object. More... | |
MinuteOfTheYear | etsi_its_mapem_ts_msgs::access::getMinuteOfTheYear (const MapData &map) |
Get the value of MinuteOfTheYear object MapData object. More... | |
MinuteOfTheYear | etsi_its_mapem_ts_msgs::access::getMinuteOfTheYear (const MAPEM &mapem) |
Get the value of MinuteOfTheYear object from mapem. More... | |
uint32_t | etsi_its_mapem_ts_msgs::access::getMinuteOfTheYearValue (const MapData &map) |
Get the value of MinuteOfTheYear value from MapData object. More... | |
uint32_t | etsi_its_mapem_ts_msgs::access::getMinuteOfTheYearValue (const MAPEM &mapem) |
Get the value of MinuteOfTheYear value from mapem. More... | |
template<typename T > | |
gm::Point | etsi_its_mapem_ts_msgs::access::getPointFromNodeXY (const T &node_xy) |
Get the Point From NodeXY object. More... | |
Getter functions for the ETSI ITS MAPEM.
Definition in file mapem_ts_getters.h.