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)
the number of rows in an array property
the allowed data access for this property (either CA_READ, CA_WRITE or both)
the property array type (AT_NONE, AT_SCALAR, AT_CHANNEL, AT_SPECTRUM, etc.)
the property description
the default output data format accepted for this property
is the default input data format accepted for this property
is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc
the depth of the long term history kept for this property
the depth of the short term history kept for this property
the upper limit of valid data associated with the property
the lower limit of valid data associated with the property
the property name
| UINT32 XPropertyQueryStruct::prpNumOverloads |
the number of overloads associated with this property name
a redirection string if the property is redirected to another server
the maximum allowed size of an output data set associated with the property
the maximum allowed size of an input data set associated with the property
the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
a string containing the natural units of the data returned by the property
reserved field)
the upper limit of x-axis range associated with the property
the lower limit of x-axis range associated with the property
a string containing the natural units of the x-axis (range) in case of a spectrum type array
the size of a row in an array property
1.5.8