Defines an extended property query structure (legacy) More...
#include <tinetype.h>
Data Fields | |
| UINT16 | numRows |
| BYTE | prpAccess |
| UINT16 | prpArrayType |
| char | prpDescription [64] |
| BYTE | prpFormat |
| BYTE | prpFormatIn |
| BYTE | prpGraphType |
| UINT16 | prpHistoryDepthLong |
| UINT16 | prpHistoryDepthShort |
| float | prpMaxValue |
| float | prpMinValue |
| char | prpName [32] |
| UINT32 | prpNumOverloads |
| char | prpRedirection [32] |
| UINT32 | prpSize |
| UINT32 | prpSizeIn |
| char | prpTag [8] |
| char | prpTagIn [8] |
| char | prpUnits [16] |
| UINT16 | reserved [2] |
| float | rngMaxValue |
| float | rngMinValue |
| char | rngUnits [16] |
| UINT16 | rowSize |
Defines an extended property query structure (legacy)
| UINT16 XPropertyQueryStruct::numRows |
the number of rows in an array property
| BYTE XPropertyQueryStruct::prpAccess |
the allowed data access for this property (either CA_READ, CA_WRITE or both)
| UINT16 XPropertyQueryStruct::prpArrayType |
the property array type (AT_NONE, AT_SCALAR, AT_CHANNEL, AT_SPECTRUM, etc.)
| char XPropertyQueryStruct::prpDescription |
the property description
| BYTE XPropertyQueryStruct::prpFormat |
the default output data format accepted for this property
| BYTE XPropertyQueryStruct::prpFormatIn |
is the default input data format accepted for this property
| BYTE XPropertyQueryStruct::prpGraphType |
is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc
| UINT16 XPropertyQueryStruct::prpHistoryDepthLong |
the depth of the long term history kept for this property
| UINT16 XPropertyQueryStruct::prpHistoryDepthShort |
the depth of the short term history kept for this property
| float XPropertyQueryStruct::prpMaxValue |
the upper limit of valid data associated with the property
| float XPropertyQueryStruct::prpMinValue |
the lower limit of valid data associated with the property
| char XPropertyQueryStruct::prpName |
the property name
| UINT32 XPropertyQueryStruct::prpNumOverloads |
the number of overloads associated with this property name
| char XPropertyQueryStruct::prpRedirection |
a redirection string if the property is redirected to another server
| UINT32 XPropertyQueryStruct::prpSize |
the maximum allowed size of an output data set associated with the property
| UINT32 XPropertyQueryStruct::prpSizeIn |
the maximum allowed size of an input data set associated with the property
| char XPropertyQueryStruct::prpTag |
the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char XPropertyQueryStruct::prpTagIn |
the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char XPropertyQueryStruct::prpUnits |
a string containing the natural units of the data returned by the property
| UINT16 XPropertyQueryStruct::reserved |
reserved field)
| float XPropertyQueryStruct::rngMaxValue |
the upper limit of x-axis range associated with the property
| float XPropertyQueryStruct::rngMinValue |
the lower limit of x-axis range associated with the property
| char XPropertyQueryStruct::rngUnits |
a string containing the natural units of the x-axis (range) in case of a spectrum type array
| UINT16 XPropertyQueryStruct::rowSize |
the size of a row in an array property
1.5.8