Functions | Variables
lua/deployer.cpp File Reference
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
#include <string.h>
#include <rtt/TaskContext.hpp>
#include <ocl/OCL.hpp>
#include <deployment/DeploymentComponent.hpp>
Include dependency graph for lua/deployer.cpp:

Go to the source code of this file.

Functions

static int deployer_new (lua_State *L)
 
template<typename T >
int GCMethod (lua_State *L)
 
int luaopen_deployer (lua_State *L)
 

Variables

static const struct luaL_Reg DeploymentComponent_f []
 
static const struct luaL_Reg DeploymentComponent_m []
 

Function Documentation

static int deployer_new ( lua_State L)
static

Definition at line 62 of file lua/deployer.cpp.

template<typename T >
int GCMethod ( lua_State L)

Definition at line 53 of file lua/deployer.cpp.

int luaopen_deployer ( lua_State L)

Definition at line 90 of file lua/deployer.cpp.

Variable Documentation

const struct luaL_Reg DeploymentComponent_f[]
static
Initial value:
= {
{"new", deployer_new },
{NULL, NULL}
}
static int deployer_new(lua_State *L)

Definition at line 79 of file lua/deployer.cpp.

const struct luaL_Reg DeploymentComponent_m[]
static
Initial value:
= {
{NULL, NULL}
}

Definition at line 84 of file lua/deployer.cpp.



ocl
Author(s): OCL Development Team
autogenerated on Wed Jun 26 2019 19:26:27