#include <TmsD.h>
Public Member Functions | |
TestCaptureInfo () | |
TestCaptureInfo (UInt32 psource, UInt32 pclock, UInt32 pstartTime, UInt32 ppostTriggerDelay, UInt32 ptriggerMask, Int32 ptriggerAnd, Int32 ptriggerStore, Int32 ptriggerSourceData) | |
Public Attributes | |
UInt32 | source |
The source data (0 - 3). | |
UInt32 | clock |
The Clock source. | |
UInt32 | startTime |
The start time in ms from CYCLE_START before trigger is activated. | |
UInt32 | postTriggerDelay |
The delay, in clock cycles, after the trigger before capture starts. | |
UInt32 | triggerMask |
The Trigger bit mask. This is the bit mask of the 8 timing signals. | |
Int32 | triggerAnd |
The Trigger function is an AND rather than an OR. | |
Int32 | triggerStore |
Store the trigger in the upper 8 data bits. | |
Int32 | triggerSourceData |
Use lower 32bits of data as trigger source rather than timing signals. |
Tms::TestCaptureInfo::TestCaptureInfo | ( | ) |
Tms::TestCaptureInfo::TestCaptureInfo | ( | UInt32 | psource, | |
UInt32 | pclock, | |||
UInt32 | pstartTime, | |||
UInt32 | ppostTriggerDelay, | |||
UInt32 | ptriggerMask, | |||
Int32 | ptriggerAnd, | |||
Int32 | ptriggerStore, | |||
Int32 | ptriggerSourceData | |||
) |
The source data (0 - 3).
The Clock source.
The start time in ms from CYCLE_START before trigger is activated.
The delay, in clock cycles, after the trigger before capture starts.
The Trigger bit mask. This is the bit mask of the 8 timing signals.
The Trigger function is an AND rather than an OR.
Store the trigger in the upper 8 data bits.
Use lower 32bits of data as trigger source rather than timing signals.