Functions | Variables
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 struct luaL_Reg DeploymentComponent_f []
static 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.

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


Variable Documentation

struct luaL_Reg DeploymentComponent_f[] [static]
Initial value:
 {
        {"new", deployer_new },
        {NULL, NULL}
}

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

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 Sat Jun 8 2019 18:48:55