orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

Minor refactoring for the Lua bindings #46

Closed meyerj closed 7 years ago

meyerj commented 8 years ago

The patch allows users to inherit from OCL::LuaComponent or OCL::LuaService to build customized Lua-enabled component and service plugins. This is particularly interesting to add operations and either implement them in C++ or forward them to a Lua implementation using the new LuaStateHandle class. It is currently not possible to implement operations in pure Lua.

meyerj commented 8 years ago

Rebased on latest master (f971a1546d831852cabd63c32e658e869a8783c8).