Template Class Latest
Defined in File polling_subscriber.hpp
Inheritance Relationships
Derived Type
public autoware_utils_rclcpp::InterProcessPollingSubscriber< MessageT, PollingPolicy >(Template Class InterProcessPollingSubscriber)
Class Documentation
-
template<typename MessageT>
class Latest Polling policy that keeps the latest received message.
This policy retains the latest received message and provides it when requested. If a new message is received, it overwrites the previously stored message.
- Template Parameters:
MessageT – The message type.
Subclassed by autoware_utils_rclcpp::InterProcessPollingSubscriber< MessageT, PollingPolicy >
Public Functions