#include <rtt/rtt-config.h>
#include <rtt/os/main.h>
#include <rtt/RTT.hpp>
#include <rtt/Logger.hpp>
#include "lua-repl.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <wordexp.h>
#include "rtt.hpp"
#include <string>
#include <rtt/os/Mutex.hpp>
#include <rtt/os/MutexLock.hpp>
#include <rtt/TaskContext.hpp>
#include <ocl/OCL.hpp>
#include <deployment/DeploymentComponent.hpp>
Go to the source code of this file.
Classes | |
class | OCL::LuaComponent |
Namespaces | |
namespace | OCL |
Defines | |
#define | INIT_FILE "~/.rttlua" |
#define | LuaComponent LuaComponent |
Functions | |
int | dofile (lua_State *L, const char *name) |
int | dostring (lua_State *L, const char *s, const char *name) |
void | dotty (lua_State *L) |
void | l_message (const char *pname, const char *msg) |
int | main_args (lua_State *L, int argc, char **argv) |
int | ORO_main (int argc, char **argv) |
#define INIT_FILE "~/.rttlua" |
Definition at line 96 of file LuaComponent.cpp.
#define LuaComponent LuaComponent |
Definition at line 93 of file LuaComponent.cpp.
Definition at line 146 of file lua-repl.c.
Definition at line 152 of file lua-repl.c.
Definition at line 226 of file lua-repl.c.
void l_message | ( | const char * | pname, |
const char * | msg | ||
) |
Definition at line 68 of file lua-repl.c.
Definition at line 405 of file lua-repl.c.
int ORO_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 272 of file LuaComponent.cpp.