Load the configuration for the global (module) timer.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | conf |
Timer configuration to load from the Lua configuration script. Handle to the Lua configuration script. |
|||
integer, | intent(in), | optional | :: | parent |
Handle of the table containing the requested table. |
subroutine tem_timer_loadconfig_glob(conf, parent) ! -------------------------------------------------------------------- ! !> Timer configuration to load from the Lua configuration script. !> Handle to the Lua configuration script. type(flu_state) :: conf !> Handle of the table containing the requested table. integer, intent(in), optional :: parent ! -------------------------------------------------------------------- ! call tem_timer_loadconfig( timer_config = timer%config, & & conf = conf, & & parent = parent ) end subroutine tem_timer_loadconfig_glob