Skip to content

Commit

Permalink
rename cdd access functions with specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Jul 29, 2024
1 parent db59502 commit a85e5d6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ SOFTWARE.
#pragma once

namespace etsi_its_cam_msgs::access {
#include <etsi_its_msgs_utils/impl/cdd/cdd_v1_getters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v1-3-1_getters.h>
#include <etsi_its_msgs_utils/impl/cam/cam_getters_common.h>
} // namespace etsi_its_cam_msgs::access
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOFTWARE.

namespace etsi_its_cam_msgs::access {

#include <etsi_its_msgs_utils/impl/cdd/cdd_v1_setters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v1-3-1_setters.h>
#include <etsi_its_msgs_utils/impl/cam/cam_setters_common.h>

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ SOFTWARE.
#pragma once

namespace etsi_its_cam_ts_msgs::access {
#include <etsi_its_msgs_utils/impl/cdd/cdd_v2_getters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v2-1-1_getters.h>
#include <etsi_its_msgs_utils/impl/cam/cam_getters_common.h>
} // namespace etsi_its_cam_ts_msgs::access
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOFTWARE.

namespace etsi_its_cam_ts_msgs::access {

#include <etsi_its_msgs_utils/impl/cdd/cdd_v2_setters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v2-1-1_setters.h>
#include <etsi_its_msgs_utils/impl/cam/cam_setters_common.h>

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
*/

/**
* @file impl/cdd/cdd_v1_getters.h
* @file impl/cdd/cdd_v1-3-1_getters.h
* @brief Getter functions for the ETSI ITS Common Data Dictionary (CDD) v1.3.1
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
*/

/**
* @file impl/cdd/cdd_v1_setters.h
* @file impl/cdd/cdd_v1-3-1_setters.h
* @brief Setter functions for the ETSI ITS Common Data Dictionary (CDD) v1.3.1
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
*/

/**
* @file impl/cdd/cdd_v2_getters.h
* @file impl/cdd/cdd_v2-1-1_getters.h
* @brief Getter functions for the ETSI ITS Common Data Dictionary (CDD) v2.1.1
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SOFTWARE.
*/

/**
* @file impl/cdd/cdd_v2_setters.h
* @file impl/cdd/cdd_v2-1-1_setters.h
* @brief Setter functions for the ETSI ITS Common Data Dictionary (CDD) v2.1.1
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SOFTWARE.

namespace etsi_its_denm_msgs::access {

#include <etsi_its_msgs_utils/impl/cdd/cdd_v1_getters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v1-3-1_getters.h>

/**
* @brief Get the Station ID object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOFTWARE.

namespace etsi_its_denm_msgs::access {

#include <etsi_its_msgs_utils/impl/cdd/cdd_v1_setters.h>
#include <etsi_its_msgs_utils/impl/cdd/cdd_v1-3-1_setters.h>

/**
* @brief Set the ItsPduHeader-object for a DENM
Expand Down

0 comments on commit a85e5d6

Please sign in to comment.