$search
Public Member Functions | |
bool | exec_file (const std::string &file) |
bool | exec_str (const std::string &str) |
LuaService (RTT::TaskContext *tc) | |
~LuaService () | |
Protected Attributes | |
lua_State * | L |
os::Mutex | m |
Definition at line 25 of file lua_plugin.cpp.
LuaService::LuaService | ( | RTT::TaskContext * | tc | ) | [inline] |
Definition at line 35 of file lua_plugin.cpp.
LuaService::~LuaService | ( | ) | [inline] |
Definition at line 94 of file lua_plugin.cpp.
bool LuaService::exec_file | ( | const std::string & | file | ) | [inline] |
Definition at line 110 of file lua_plugin.cpp.
bool LuaService::exec_str | ( | const std::string & | str | ) | [inline] |
Definition at line 121 of file lua_plugin.cpp.
lua_State* LuaService::L [protected] |
Definition at line 28 of file lua_plugin.cpp.
os::Mutex LuaService::m [protected] |
Definition at line 29 of file lua_plugin.cpp.