create_watch Interface

public interface create_watch

Contents


Module Procedures

private subroutine create_watch_aa(watch, clock, name, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(out), dimension(:):: watch
character(len=*), intent(in), dimension(:):: clock
character(len=*), intent(in), optional dimension(:):: name
integer, intent(out), optional :: err

private subroutine create_watch_as(watch, clock, name, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(out), dimension(:):: watch
character(len=*), intent(in), optional :: clock
character(len=*), intent(in), optional dimension(:):: name
integer, intent(out), optional :: err

private subroutine create_watch_sa(watch, clock, name, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(out) :: watch
character(len=*), intent(in), dimension(:):: clock
character(len=*), intent(in), optional :: name
integer, intent(out), optional :: err

private subroutine create_watch_ss(watch, clock, name, err)

Arguments

Type IntentOptional AttributesName
type(watchtype), intent(out) :: watch
character(len=*), intent(in), optional :: clock
character(len=*), intent(in), optional :: name
integer, intent(out), optional :: err