#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 "LuaComponent.hpp"
#include <deployment/DeploymentComponent.hpp>
Go to the source code of this file.
Macros | |
#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 85 of file rttlua.cpp.
#define LuaComponent LuaComponent |
Definition at line 82 of file rttlua.cpp.
int dofile | ( | lua_State * | L, |
const char * | name | ||
) |
Definition at line 146 of file lua-repl.c.
int dostring | ( | lua_State * | L, |
const char * | s, | ||
const char * | name | ||
) |
Definition at line 152 of file lua-repl.c.
void dotty | ( | lua_State * | L | ) |
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.
int main_args | ( | lua_State * | L, |
int | argc, | ||
char ** | argv | ||
) |
Definition at line 405 of file lua-repl.c.
int ORO_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 94 of file rttlua.cpp.