$search

Public Member Functions | |
| EEHook (lua_State *_L, std::string _func) | |
| bool | execute () |
Protected Attributes | |
| std::string | func |
| lua_State * | L |
| TaskContext * | tc |
Definition at line 2494 of file rtt.cpp.
| 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] |