Generic dummy type generator.
Generates dummy beat data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(beat_type), | intent(out) | :: | beat |
Beat type. |
Generates dummy log data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(log_type), | intent(out) | :: | log |
Log type. |
||
character(len=*), | intent(in), | optional | :: | timestamp |
Log timestamp (ISO 8601). |
Generates dummy sensor node data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(node_type), | intent(out) | :: | node |
Node type. |
||
character(len=*), | intent(in), | optional | :: | id |
Node id. |
|
character(len=*), | intent(in), | optional | :: | name |
Node name. |
Generates dummy observation data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(observ_type), | intent(out) | :: | observ |
Observation type. |
||
character(len=*), | intent(in), | optional | :: | id |
Observation id. |
|
character(len=*), | intent(in), | optional | :: | node_id |
Node id. |
|
character(len=*), | intent(in), | optional | :: | sensor_id |
Sensor id. |
|
character(len=*), | intent(in), | optional | :: | target_id |
Target id. |
|
character(len=*), | intent(in), | optional | :: | name |
Observation name. |
|
character(len=*), | intent(in), | optional | :: | timestamp |
Observation and request timestamp (ISO 8601). |
|
integer, | intent(in), | optional | :: | nrequests |
Number of requests. |
|
real(kind=r8), | intent(in), | optional | :: | response_value |
Response value. |
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. |
Generates dummy sensor data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sensor_type), | intent(out) | :: | sensor |
Sensor type. |
||
character(len=*), | intent(in), | optional | :: | node_id |
Node id. |
|
character(len=*), | intent(in), | optional | :: | id |
Sensor id. |
|
character(len=*), | intent(in), | optional | :: | name |
Sensor name. |
Generates dummy target data type.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(target_type), | intent(out) | :: | target |
Target type. |
||
character(len=*), | intent(in), | optional | :: | id |
Target id. |
|
character(len=*), | intent(in), | optional | :: | name |
Target name. |