dm_lua_set Interface

public interface dm_lua_set

Called by

interface~~dm_lua_set~~CalledByGraph interface~dm_lua_set dm_lua_set proc~dm_lua_api_register dm_lua_api_register proc~dm_lua_api_register->interface~dm_lua_set proc~dm_lua_geocom_register dm_lua_geocom_register proc~dm_lua_geocom_register->interface~dm_lua_set proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_lua_api_register proc~dm_config_open->proc~dm_lua_geocom_register proc~luaopen_libdmpack luaopen_libdmpack proc~luaopen_libdmpack->proc~dm_lua_api_register proc~luaopen_libdmpack->proc~dm_lua_geocom_register

Module Procedures

private function lua_set_int32(lua, name, value) result(rc)

Sets 4-byte integer variable of given name.

Arguments

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

Lua type.

character(len=*), intent(in) :: name

Name of variable

integer(kind=i4), intent(in) :: value

Value of variable.

Return Value integer