File: string_nodelet_throttle.cpp

package info (click to toggle)
ros-nodelet-core 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: cpp: 2,473; python: 367; xml: 171; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#include <nodelet_topic_tools/nodelet_throttle.h>
#include <std_msgs/String.h>
#include <pluginlib/class_list_macros.hpp>

namespace test_nodelet_topic_tools {

typedef nodelet_topic_tools::NodeletThrottle<std_msgs::String> NodeletThrottleString;

}
PLUGINLIB_EXPORT_CLASS(test_nodelet_topic_tools::NodeletThrottleString, nodelet::Nodelet)