#include <TmsD.h>
Public Member Functions | |
DataInfo () | |
DataInfo (UInt32 pcycleNumber, UInt32 pchannel, UInt32 pcyclePeriod, UInt32 pstartTime, UInt32 porbitNumber, UInt32 pbunchNumber, UInt32 pfunction, UInt32 pargument, UInt32 pnumValues, Int32 pbeyondPeriod) | |
Public Attributes | |
UInt32 | cycleNumber |
The PS Cycle number. | |
UInt32 | channel |
The pick-up channel number. | |
UInt32 | cyclePeriod |
The cycle period the data is from. | |
UInt32 | startTime |
The start time in milli-seconds in the cycle period (starting from 0). | |
UInt32 | orbitNumber |
The starting orbit number (starting from 0). | |
UInt32 | bunchNumber |
The Bunch number (starting from 1 (0 is all bunches)). | |
UInt32 | function |
The data processing function to perform or performed. (0 normal data). | |
UInt32 | argument |
The Argument to the data processing function. | |
UInt32 | numValues |
The total number of data points to return. | |
Int32 | beyondPeriod |
If set allows reads of data beyond the end of the period. |
Tms::DataInfo::DataInfo | ( | ) |
Tms::DataInfo::DataInfo | ( | UInt32 | pcycleNumber, | |
UInt32 | pchannel, | |||
UInt32 | pcyclePeriod, | |||
UInt32 | pstartTime, | |||
UInt32 | porbitNumber, | |||
UInt32 | pbunchNumber, | |||
UInt32 | pfunction, | |||
UInt32 | pargument, | |||
UInt32 | pnumValues, | |||
Int32 | pbeyondPeriod | |||
) |
The PS Cycle number.
The pick-up channel number.
The cycle period the data is from.
The start time in milli-seconds in the cycle period (starting from 0).
The starting orbit number (starting from 0).
The Bunch number (starting from 1 (0 is all bunches)).
The data processing function to perform or performed. (0 normal data).
The Argument to the data processing function.
The total number of data points to return.
If set allows reads of data beyond the end of the period.