aot_top_get_val Interface

public interface aot_top_get_val

Calls

interface~~aot_top_get_val~9~~CallsGraph interface~aot_top_get_val~9 aot_top_get_val proc~aot_top_get_quadruple aot_top_get_quadruple interface~aot_top_get_val~9->proc~aot_top_get_quadruple proc~flu_isnumber flu_isnumber proc~aot_top_get_quadruple->proc~flu_isnumber proc~flu_todouble flu_todouble proc~aot_top_get_quadruple->proc~flu_todouble proc~flu_isnoneornil flu_isNoneOrNil proc~aot_top_get_quadruple->proc~flu_isnoneornil proc~flu_pop flu_pop proc~aot_top_get_quadruple->proc~flu_pop interface~lua_isnumber lua_isNumber proc~flu_isnumber->interface~lua_isnumber interface~lua_tonumberx lua_tonumberx proc~flu_todouble->interface~lua_tonumberx interface~lua_type lua_type proc~flu_isnoneornil->interface~lua_type interface~lua_settop lua_settop proc~flu_pop->interface~lua_settop

Contents


Module Procedures

private subroutine aot_top_get_quadruple(val, ErrCode, L, default)

Interpret topmost entry on Lua stack as a quadruple precision real.

Read more…

Arguments

Type IntentOptional AttributesName
real(kind=quad_k), intent(out) :: val

Value of the Variable in the script

integer, intent(out) :: ErrCode

Error code to indicate what kind of problem might have occured.

type(flu_State) :: L
real(kind=quad_k), intent(in), optional :: default

Some default value, that should be used, if the variable is not set in the Lua script.