Implement utils for sensors_esp32_driver. More...
#include <common_msgs/msg/status.hpp>#include <mutex>#include <rclcpp/rclcpp.hpp>#include <timer/timeout.hpp>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | driver |
| namespace | driver::sensors_esp32_driver |
| driver for sensors_esp32 | |
Functions | |
| template<typename MsgT > | |
| void | driver::sensors_esp32_driver::check_timeout (rclcpp::Node *node, std::mutex &mutex, std::shared_ptr< timer::Timeout > &timeout, typename rclcpp::Publisher< MsgT >::SharedPtr &pub, const std::string &sensor_name) |
| Template function for checking timeouts. | |