Entry describing a pure lua module whose source is built into the application binary. More...
Entry describing a pure lua module whose source is built into the application binary.
Definition at line 50 of file lua_builtin.h.
#include <lua_builtin.h>
| Data Fields | |
| const char * | name | 
| const uint8_t * | code | 
| size_t | code_size | 
| const uint8_t* lua_riot_builtin_lua::code | 
Lua source code buffer
Definition at line 52 of file lua_builtin.h.
| size_t lua_riot_builtin_lua::code_size | 
Size of the source code buffer.
Definition at line 53 of file lua_builtin.h.
| const char* lua_riot_builtin_lua::name | 
Name of the module
Definition at line 51 of file lua_builtin.h.