SimpleAlarm Interface

public interface SimpleAlarm

Module Procedures

private function new_simple_alarm(reference_time, ring_interval, rc) result(new_alarm)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Time), intent(in) :: reference_time
type(ESMF_TimeInterval), intent(in) :: ring_interval
integer, intent(out), optional :: rc

Return Value type(SimpleAlarm)