public interface create_watch
Module Procedures
private subroutine create_watch_aa(watch, clock, name, err)
Arguments
| Type |
Intent | Optional |
Attributes | | Name | |
| 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 |
Intent | Optional |
Attributes | | Name | |
| 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 |
Intent | Optional |
Attributes | | Name | |
| 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 |
Intent | Optional |
Attributes | | Name | |
| type(watchtype), |
intent(out) |
|
| :: |
watch | |
| character(len=*), |
intent(in), |
optional |
| :: |
clock | |
| character(len=*), |
intent(in), |
optional |
| :: |
name | |
| integer, |
intent(out), |
optional |
| :: |
err | |