#include <trafficsimulationfeed.h>
|
void | receive_single (adore_if_ros_msg::TrafficParticipantSimulationConstPtr msg) |
| receives single message and puts data element in data_queue More...
|
|
void | receive_multi (adore_if_ros_msg::TrafficParticipantSetSimulationConstPtr msg) |
| receives aggregates and unpacks into data_ queue More...
|
|
◆ TrafficSimulationFeed()
adore::if_ROS::TrafficSimulationFeed::TrafficSimulationFeed |
( |
ros::NodeHandle * |
n, |
|
|
const std::string & |
single_topic, |
|
|
int |
single_qsize, |
|
|
const std::string & |
multi_topic, |
|
|
int |
multi_qsize |
|
) |
| |
|
inline |
◆ getLatest()
◆ getNext()
◆ hasNext()
virtual bool adore::if_ROS::TrafficSimulationFeed::hasNext |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ receive_multi()
void adore::if_ROS::TrafficSimulationFeed::receive_multi |
( |
adore_if_ros_msg::TrafficParticipantSetSimulationConstPtr |
msg | ) |
|
|
inlineprivate |
receives aggregates and unpacks into data_ queue
◆ receive_single()
void adore::if_ROS::TrafficSimulationFeed::receive_single |
( |
adore_if_ros_msg::TrafficParticipantSimulationConstPtr |
msg | ) |
|
|
inlineprivate |
receives single message and puts data element in data_queue
◆ converter_
◆ data_
◆ multi_subscriber_
ros::Subscriber adore::if_ROS::TrafficSimulationFeed::multi_subscriber_ |
|
private |
◆ single_subscriber_
ros::Subscriber adore::if_ROS::TrafficSimulationFeed::single_subscriber_ |
|
private |
The documentation for this class was generated from the following file: