Prepares a DMPACK request type by setting request command, response pattern, response delimiter, and response definition array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(request_type), | intent(out) | :: | request |
Prepared request type. |
||
character(len=*), | intent(in) | :: | name |
Request name. |
||
integer, | intent(in) | :: | code |
GeoCOM request code. |
||
character(len=*), | intent(in), | optional | :: | arguments |
GeoCOM request arguments. |
|
character(len=*), | intent(in), | optional | :: | pattern |
Regular expression pattern that matches the raw response. |
|
type(response_type), | intent(in), | optional | :: | responses(:) |
Array of response types. |
|
integer, | intent(in), | optional | :: | mode |
Mode of returned observation request ( |