Generates dummy request data type.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(request_type), | intent(out) | :: | request |
Request type. |
||
| character(len=*), | intent(in), | optional | :: | name |
Request name. |
|
| character(len=*), | intent(in), | optional | :: | timestamp |
Request timestamp (ISO 8601). |
|
| integer, | intent(in), | optional | :: | nresponses |
Number of responses. |
|
| character(len=*), | intent(in), | optional | :: | response_name |
Response name. |
|
| real(kind=r8), | intent(in), | optional | :: | response_value |
Response value. |