etsi_its_messages 1.0.0
|
Setter functions for the ETSI ITS Common Data Dictionary (CDD) v1.3.1. More...
#include <etsi_its_msgs_utils/impl/cdd/cdd_setters_common.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_checks.h>
#include <GeographicLib/UTMUPS.hpp>
#include <cstring>
Go to the source code of this file.
Functions | |
void | setStationId (StationID &station_id, const uint32_t id_value) |
Set the Station Id object. | |
void | setItsPduHeader (ItsPduHeader &header, const uint8_t message_id, const uint32_t station_id, const uint8_t protocol_version=0) |
Set the Its Pdu Header object. | |
void | setStationType (StationType &station_type, const uint8_t value) |
Set the Station Type. | |
Setter functions for the ETSI ITS Common Data Dictionary (CDD) v1.3.1.
Definition in file cdd_v1-3-1_setters.h.
|
inline |
Set the Its Pdu Header object.
header | ItsPduHeader to be set |
message_id | ID of the message |
station_id | |
protocol_version |
Definition at line 59 of file cdd_v1-3-1_setters.h.
|
inline |
Set the Station Id object.
station_id | |
id_value |
Definition at line 46 of file cdd_v1-3-1_setters.h.
|
inline |
Set the Station Type.
station_type | |
value |
Definition at line 75 of file cdd_v1-3-1_setters.h.