dm_lua_from Interface

public interface dm_lua_from

Converts derived types to Lua table on stack.


Module Procedures

private subroutine lua_from_observ(lua, observ)

Pushes observation on Lua stack.

Arguments

Type IntentOptional Attributes Name
type(lua_state_type), intent(inout) :: lua

Lua type.

type(observ_type), intent(inout) :: observ

Observation type.

private subroutine lua_from_request(lua, request)

Pushes request on Lua stack.

Arguments

Type IntentOptional Attributes Name
type(lua_state_type), intent(inout) :: lua

Lua type.

type(request_type), intent(inout) :: request

Request type.