Setter functions for the ETSI ITS MAPEM. More...
Go to the source code of this file.
Namespaces | |
etsi_its_mapem_ts_msgs | |
etsi_its_mapem_ts_msgs::access | |
Functions | |
void | etsi_its_mapem_ts_msgs::access::setElevation (Elevation &elevation, const double value) |
Set the Elevation object. More... | |
void | etsi_its_mapem_ts_msgs::access::setIntersectionID (IntersectionGeometry &intsct, const uint16_t id_value) |
Set the IntersectionID for an IntersectionGeometry object. More... | |
void | etsi_its_mapem_ts_msgs::access::setIntersectionID (IntersectionID &intsct_id, const uint16_t id_value) |
Set the IntersectionID value. More... | |
void | etsi_its_mapem_ts_msgs::access::setLatitude (Latitude &latitude, const double deg) |
Set the Latitude object. More... | |
void | etsi_its_mapem_ts_msgs::access::setLongitude (Longitude &longitude, const double deg) |
Set the Longitude object. More... | |
void | etsi_its_mapem_ts_msgs::access::setMinuteOfTheYear (MapData &map, const uint32_t moy_value) |
Set the MinuteOfTheYear for a given MapData object. More... | |
void | etsi_its_mapem_ts_msgs::access::setMinuteOfTheYear (MAPEM &mapem, const uint32_t moy_value) |
Set the Minute Of The Year object. More... | |
void | etsi_its_mapem_ts_msgs::access::setMinuteOfTheYear (MinuteOfTheYear &moy, const uint32_t moy_value) |
Set the MinuteOfTheYear object. More... | |
void | etsi_its_mapem_ts_msgs::access::setPosition3D (IntersectionGeometry &intsct, double latitude, double longitude, double altitude) |
Set the Position3D of IntersectionGeometry object. More... | |
void | etsi_its_mapem_ts_msgs::access::setPosition3D (Position3D &pos, const double latitude, const double longitude) |
Set the Position3D object. More... | |
void | etsi_its_mapem_ts_msgs::access::setPosition3D (Position3D &pos, const double latitude, const double longitude, const double altitude) |
Set the Position3D object. More... | |
void | etsi_its_mapem_ts_msgs::access::setPosition3DFromUTMPosition (Position3D &reference_position, const gm::PointStamped &utm_position, const int zone, const bool northp) |
Set the Position3D from a given UTM-Position. More... | |
Setter functions for the ETSI ITS MAPEM.
Definition in file mapem_ts_setters.h.