#include <pkgname-component.hpp>
Public Member Functions | |
void | cleanupHook () |
bool | configureHook () |
Pkgname (std::string const &name) | |
bool | startHook () |
void | stopHook () |
void | updateHook () |
Definition at line 6 of file pkgname-component.hpp.
Pkgname::Pkgname | ( | std::string const & | name | ) |
void Pkgname::cleanupHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 27 of file pkgname-component.cpp.
bool Pkgname::configureHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 9 of file pkgname-component.cpp.
bool Pkgname::startHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 14 of file pkgname-component.cpp.
void Pkgname::stopHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 23 of file pkgname-component.cpp.
void Pkgname::updateHook | ( | ) | [virtual] |
Reimplemented from RTT::base::TaskCore.
Definition at line 19 of file pkgname-component.cpp.