Defines the definitive (non-legacy) property query structure More...
Public Attributes | |
| UInt16 | numRows |
| the number of rows in an array property More... | |
| byte | prpAccess |
| the allowed data access for this property (either CA_READ, CA_WRITE or both) More... | |
| UInt16 | prpArrayType |
| the property array type (AT_NONE, AT_SCALAR, AT_CHANNEL, AT_SPECTRUM, etc.) More... | |
| char[] | prpDescription |
| the property description More... | |
| byte | prpFormat |
| the default output data format accepted for this property More... | |
| byte | prpFormatIn |
| is the default input data format accepted for this property More... | |
| byte | prpGraphType |
| is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc More... | |
| UInt16 | prpHistoryDepthLong |
| the depth of the long term history kept for this property More... | |
| UInt16 | prpHistoryDepthShort |
| the depth of the short term history kept for this property More... | |
| float | prpMaxValue |
| the upper limit of valid data associated with the property More... | |
| float | prpMinValue |
| the lower limit of valid data associated with the property More... | |
| char[] | prpName |
| the property name More... | |
| UInt32 | prpNumOverloads |
| the number of overloads associated with this property name More... | |
| char[] | prpRedirection |
| a redirection string if the property is redirected to another server More... | |
| UInt32 | prpSize |
| the maximum allowed size of an output data set associated with the property More... | |
| UInt32 | prpSizeIn |
| the maximum allowed size of an input data set associated with the property More... | |
| char[] | prpTag |
| the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.) More... | |
| char[] | prpTagIn |
| the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.) More... | |
| char[] | prpUnits |
| a string containing the natural units of the data returned by the property More... | |
| float | rngMaxValue |
| the upper limit of x-axis range associated with the property More... | |
| float | rngMinValue |
| the lower limit of x-axis range associated with the property More... | |
| char[] | rngUnits |
| a string containing the natural units of the x-axis (range) in case of a spectrum type array More... | |
| UInt16 | rowSize |
| the size of a row in an array property More... | |
Defines the definitive (non-legacy) property query structure
| UInt16 tine.PrpQueryStruct.numRows |
the number of rows in an array property
| byte tine.PrpQueryStruct.prpAccess |
the allowed data access for this property (either CA_READ, CA_WRITE or both)
| UInt16 tine.PrpQueryStruct.prpArrayType |
the property array type (AT_NONE, AT_SCALAR, AT_CHANNEL, AT_SPECTRUM, etc.)
| char [] tine.PrpQueryStruct.prpDescription |
the property description
| byte tine.PrpQueryStruct.prpFormat |
the default output data format accepted for this property
| byte tine.PrpQueryStruct.prpFormatIn |
is the default input data format accepted for this property
| byte tine.PrpQueryStruct.prpGraphType |
is the preferred graph type for output data associated with this property, e.g. GT_LIN, GT_LOG, etc
| UInt16 tine.PrpQueryStruct.prpHistoryDepthLong |
the depth of the long term history kept for this property
| UInt16 tine.PrpQueryStruct.prpHistoryDepthShort |
the depth of the short term history kept for this property
| float tine.PrpQueryStruct.prpMaxValue |
the upper limit of valid data associated with the property
| float tine.PrpQueryStruct.prpMinValue |
the lower limit of valid data associated with the property
| char [] tine.PrpQueryStruct.prpName |
the property name
| UInt32 tine.PrpQueryStruct.prpNumOverloads |
the number of overloads associated with this property name
| char [] tine.PrpQueryStruct.prpRedirection |
a redirection string if the property is redirected to another server
| UInt32 tine.PrpQueryStruct.prpSize |
the maximum allowed size of an output data set associated with the property
| UInt32 tine.PrpQueryStruct.prpSizeIn |
the maximum allowed size of an input data set associated with the property
| char [] tine.PrpQueryStruct.prpTag |
the data tag for output data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char [] tine.PrpQueryStruct.prpTagIn |
the data tag for input data sets (CF_STRUCT, CF_BITFIELD, CF_HISTORY, etc.)
| char [] tine.PrpQueryStruct.prpUnits |
a string containing the natural units of the data returned by the property
| float tine.PrpQueryStruct.rngMaxValue |
the upper limit of x-axis range associated with the property
| float tine.PrpQueryStruct.rngMinValue |
the lower limit of x-axis range associated with the property
| char [] tine.PrpQueryStruct.rngUnits |
a string containing the natural units of the x-axis (range) in case of a spectrum type array
| UInt16 tine.PrpQueryStruct.rowSize |
the size of a row in an array property
1.5.8