Public Member Functions | |
EEHook (lua_State *_L, std::string _func) | |
bool | execute () |
Public Member Functions inherited from RTT::base::ExecutableInterface | |
ExecutableInterface () | |
ExecutionEngine * | getEngine () |
bool | isLoaded () |
void | loaded (ExecutionEngine *ee) |
virtual void | loading () |
void | unloaded () |
virtual void | unloading () |
virtual | ~ExecutableInterface () |
Protected Attributes | |
std::string | func |
lua_State * | L |
TaskContext * | tc |
Protected Attributes inherited from RTT::base::ExecutableInterface | |
ExecutionEngine * | engine |
|
inline |
|
inlinevirtual |
Implements RTT::base::ExecutableInterface.
|
protected |