OrocosComponentLibrary
2.9.0
|
Public Member Functions | |
LuaComponent (std::string name) | |
bool | exec_file (const std::string &file) |
bool | exec_str (const std::string &str) |
bool | configureHook () |
bool | activateHook () |
bool | startHook () |
void | updateHook () |
void | stopHook () |
void | cleanupHook () |
void | errorHook () |
LuaStateHandle | getLuaState () |
Protected Attributes | |
std::string | lua_string |
std::string | lua_file |
lua_State * | L |
RTT::os::MutexRecursive | m |
Definition at line 51 of file LuaComponent.hpp.