| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(out) | :: | VALUE | |||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| real(kind=C_FLOAT), | intent(out) | :: | VALUE | |||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| real(kind=C_DOUBLE), | intent(out) | :: | VALUE | |||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | SIZE | |||
| integer(kind=C_INT), | intent(inout), | POINTER | :: | FPTR(:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | SIZE | |||
| real(kind=C_FLOAT), | intent(inout), | POINTER | :: | FPTR(:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | SIZE | |||
| real(kind=C_DOUBLE), | intent(inout), | POINTER | :: | FPTR(:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
| integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
| integer(kind=C_INT), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
| integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
| real(kind=C_FLOAT), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(SHAREDMEM), | intent(inout) | :: | HANDLE | |||
| integer(kind=C_INT), | intent(in) | :: | DIM1 | |||
| integer(kind=C_INT), | intent(in) | :: | DIM2 | |||
| real(kind=C_DOUBLE), | intent(inout), | POINTER | :: | FPTR(:,:) | ||
| logical, | intent(in), | optional | :: | ADVANCE |