Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_timer_type), | public | :: | timedat |
Actual timer data |
|||
type(tem_timerconfig_type), | public | :: | config |
Output configuration |
|||
type(dyn_labelarray_type), | public | :: | label |
Label to use for each timer (unique). |
type tem_labeledtimer_type
!> Actual timer data
type(tem_timer_type) :: timedat
!> Output configuration
type(tem_timerconfig_type) :: config
!> Label to use for each timer (unique).
type(dyn_labelArray_type) :: label
end type tem_labeledtimer_type