Load variable system(s) from a lua file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_varSys_type), | intent(out), | allocatable | :: | me(:) | The variable system to read in |
|
| type(flu_State) | :: | conf | Lua handle connected to the script to read the table from |
|||
| integer, | intent(in), | optional | :: | parent | A parent table handle in which to look the current variables up |
|
| character(len=*), | intent(in), | optional | :: | key | load from this key |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | thandle | ||||
| integer, | public | :: | subhandle | ||||
| integer, | public | :: | nSys | ||||
| integer, | public | :: | iSys | ||||
| character(len=LabelLen), | public | :: | local_key |