Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Functions | |
uint32_t | get32BitId (uint16_t intersection_id, uint8_t signal_group_id) |
Get 32bit id by concatenating 16bit id with 8bit signal_group_id. More... | |
uint32_t carma_wm::utils::get32BitId | ( | uint16_t | intersection_id, |
uint8_t | signal_group_id | ||
) |
Get 32bit id by concatenating 16bit id with 8bit signal_group_id.
intersection_id | 16bit id which will be shifted left 8bits |
signal_group_id | 8bit signal_group_id |
Definition at line 302 of file WorldModelUtils.cpp.
Referenced by carma_wm_ctrl::WMBroadcaster::generate32BitId().