Home
last modified time | relevance | path

Searched refs:lua_lib (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tools/telemetry/lua-interpreter/
Dapp.py11 lua_lib = ctypes.cdll.LoadLibrary('./liblua_engine.so') variable
12 lua_lib.NewLuaEngine.argtypes = None
13 lua_lib.NewLuaEngine.restype = ctypes.c_void_p
14 lua_lib.ExecuteScript.argtypes = [
18 lua_lib.ExecuteScript.restype = ctypes.c_void_p
19 engine = lua_lib.NewLuaEngine()
83 lua_lib.ExecuteScript(engine, script.encode(), function_name.encode(),
95 lua_lib.FreeLuaOutput(ctypes.byref(lua_output))