public interface read_watch
Module Procedures
private subroutine read_watch_aa(read_result, watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
|
|
pointer, dimension(:,:) | :: |
read_result | |
type(watchtype), |
intent(in), |
|
dimension(:) | :: |
watch | |
character(len=*), |
intent(in), |
|
dimension(:) | :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine read_watch_as(read_result, watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
|
|
pointer, dimension(:) | :: |
read_result | |
type(watchtype), |
intent(in), |
|
dimension(:) | :: |
watch | |
character(len=*), |
intent(in) |
|
| :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine read_watch_ax(read_result, watch, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
|
|
pointer, dimension(:,:) | :: |
read_result | |
type(watchtype), |
intent(in), |
|
dimension(:) | :: |
watch | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine read_watch_sa(read_result, watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
|
|
pointer, dimension(:) | :: |
read_result | |
type(watchtype), |
intent(in) |
|
| :: |
watch | |
character(len=*), |
intent(in), |
|
dimension(:) | :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine read_watch_ss(read_result, watch, clock, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
intent(out) |
|
| :: |
read_result | |
type(watchtype), |
intent(in) |
|
| :: |
watch | |
character(len=*), |
intent(in) |
|
| :: |
clock | |
integer, |
intent(out), |
optional |
| :: |
err | |
private subroutine read_watch_sx(read_result, watch, err)
Arguments
Type |
Intent | Optional |
Attributes | | Name | |
real, |
|
|
pointer, dimension(:) | :: |
read_result | |
type(watchtype), |
intent(in) |
|
| :: |
watch | |
integer, |
intent(out), |
optional |
| :: |
err | |