Public Member Functions | |
EEHook (lua_State *_L, std::string _func) | |
bool | execute () |
Protected Attributes | |
std::string | func |
lua_State * | L |
TaskContext * | tc |
EEHook::EEHook | ( | lua_State * | _L, |
std::string | _func | ||
) | [inline] |
bool EEHook::execute | ( | ) | [inline, virtual] |
Implements RTT::base::ExecutableInterface.
std::string EEHook::func [protected] |
TaskContext* EEHook::tc [protected] |