#include <rtt/plugin/Plugin.hpp>
#include <rtt/TaskContext.hpp>
#include <rtt/Activity.hpp>
#include <rtt/Logger.hpp>
#include <rtt/os/startstop.h>
#include <ros/ros.h>
Go to the source code of this file.
Functions | |
std::string | getRTTPluginName () |
std::string | getRTTTargetName () |
bool | loadRTTPlugin (RTT::TaskContext *c) |
std::string getRTTPluginName | ( | ) |
Definition at line 81 of file ros_plugin.cpp.
std::string getRTTTargetName | ( | ) |
Definition at line 85 of file ros_plugin.cpp.
bool loadRTTPlugin | ( | RTT::TaskContext * | c | ) |
Definition at line 39 of file ros_plugin.cpp.