VE.Direct field description.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=VE_LABEL_LEN), | public | :: | label | = | ' ' |
Field label. |
|
character(len=VE_NAME_LEN), | public | :: | name | = | ' ' |
Response name (must be valid id). |
|
character(len=VE_UNIT_LEN), | public | :: | unit | = | ' ' |
Field unit. |
|
integer, | public | :: | type | = | RESPONSE_TYPE_INT32 |
Field value type. |
|
character(len=VE_VALUE_LEN), | public | :: | value | = | ' ' |
Field value. |