Classes | Namespaces | Defines | Functions
LuaComponent.cpp File Reference
#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>
Include dependency graph for LuaComponent.cpp:

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 Documentation

#define INIT_FILE   "~/.rttlua"

Definition at line 96 of file LuaComponent.cpp.

#define LuaComponent   LuaComponent

Definition at line 93 of file LuaComponent.cpp.


Function Documentation

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 272 of file LuaComponent.cpp.



ocl
Author(s): OCL Development Team
autogenerated on Sat Jun 8 2019 18:48:55