Public Member Functions | |
Component (const std::string &name) | |
void | updateHook () |
Private Attributes | |
RTT::InputPort < geometry_msgs::Pose > | port_pose |
RTT::OutputPort < rtt_rosbuild_tests::String > | port_string |
Definition at line 9 of file component.cpp.
rtt_rosbuild_tests::Component::Component | ( | const std::string & | name | ) | [inline] |
Definition at line 12 of file component.cpp.
void rtt_rosbuild_tests::Component::updateHook | ( | ) | [inline, virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 19 of file component.cpp.
Definition at line 28 of file component.cpp.
RTT::OutputPort<rtt_rosbuild_tests::String> rtt_rosbuild_tests::Component::port_string [private] |
Definition at line 27 of file component.cpp.