Setup a new timer object, reset the values and give it a label for later identification
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_labeledtimer_type), | intent(inout), | optional | :: | me | timer object |
|
| character(len=*), | intent(in) | :: | timerName | Name for this timer |
||
| integer, | intent(out) | :: | timerHandle | A handle to reference this timer |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | is_newtimer |