#include <TmsD.h>
Public Member Functions | |
CycleInformationPeriod () | |
CycleInformationPeriod (UInt32 pcyclePeriod, UInt32 pstartTime, UInt32 pendTime, UInt32 pharmonic, UInt32 pnumBunches, UInt32 pbunchMask, UInt32 pnumValues) | |
Public Attributes | |
UInt32 | cyclePeriod |
The Cycle Period. | |
UInt32 | startTime |
The start time in ms. | |
UInt32 | endTime |
The end time in ms. | |
UInt32 | harmonic |
The Machines harmonic number. | |
UInt32 | numBunches |
The number of bunches. | |
UInt32 | bunchMask |
Bitmask defining which buckets the bunches are captured from. Bit 0 is bucket 1, bit 1 is bucket 2 etc. | |
UInt32 | numValues |
The total number of raw data values available. |
Tms::CycleInformationPeriod::CycleInformationPeriod | ( | ) |
Tms::CycleInformationPeriod::CycleInformationPeriod | ( | UInt32 | pcyclePeriod, | |
UInt32 | pstartTime, | |||
UInt32 | pendTime, | |||
UInt32 | pharmonic, | |||
UInt32 | pnumBunches, | |||
UInt32 | pbunchMask, | |||
UInt32 | pnumValues | |||
) |
The Cycle Period.
The start time in ms.
The end time in ms.
The Machines harmonic number.
The number of bunches.
Bitmask defining which buckets the bunches are captured from. Bit 0 is bucket 1, bit 1 is bucket 2 etc.
The total number of raw data values available.