Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(out) | :: | val(:) | Vector read from the Lua table. |
||
integer, | intent(out) | :: | ErrCode(:) | Error code describing problems encountered in each of the components. This array has to have the same length as val. |
||
type(flu_State) | :: | L | Handle to the lua script |
|||
character(len=*), | intent(in), | optional | :: | default(:) | A default vector to use, if no proper definition is found. Components will be filled with the help of this default definition. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | vect_handle | ||||
integer, | private | :: | table_len | ||||
integer, | private | :: | vect_len | ||||
integer, | private | :: | def_len | ||||
integer, | private | :: | val_len | ||||
integer, | private | :: | vect_lb | ||||
integer, | private | :: | iComp |