LibTmsApi
2.0.0
|
This class defines the parameters for a test data capture. More...
#include <TmsD.h>
Public Member Functions | |
TestCaptureInfo (BUInt32 psource=BUInt32(), BUInt32 pclock=BUInt32(), BUInt32 pstartTime=BUInt32(), BUInt32 ppostTriggerDelay=BUInt32(), BUInt32 ptriggerMask=BUInt32(), BInt32 ptriggerAnd=BInt32(), BInt32 ptriggerStore=BInt32(), BInt32 ptriggerSourceData=BInt32(), BInt32 ptriggerStateEnable=BInt32(), BUInt32 ptriggerState=BUInt32()) | |
Public Attributes | |
BUInt32 | source |
The source data (0 - 3) More... | |
BUInt32 | clock |
The Clock source. More... | |
BUInt32 | startTime |
The start time in ms from CYCLE_START before trigger is activated. More... | |
BUInt32 | postTriggerDelay |
The delay, in clock cycles, after the trigger before capture starts. More... | |
BUInt32 | triggerMask |
The Trigger bit mask. This is the bit mask of the 8 timing signals. More... | |
BInt32 | triggerAnd |
The Trigger function is an AND rather than an OR. More... | |
BInt32 | triggerStore |
Store the trigger in the upper 8 data bits. More... | |
BInt32 | triggerSourceData |
Use lower 32bits of data as trigger source rather than timing signals. More... | |
BInt32 | triggerStateEnable |
Trigger in state enable. More... | |
BUInt32 | triggerState |
Trigger state number. More... | |
This class defines the parameters for a test data capture.
Tms::TestCaptureInfo::TestCaptureInfo | ( | BUInt32 | psource = BUInt32() , |
BUInt32 | pclock = BUInt32() , |
||
BUInt32 | pstartTime = BUInt32() , |
||
BUInt32 | ppostTriggerDelay = BUInt32() , |
||
BUInt32 | ptriggerMask = BUInt32() , |
||
BInt32 | ptriggerAnd = BInt32() , |
||
BInt32 | ptriggerStore = BInt32() , |
||
BInt32 | ptriggerSourceData = BInt32() , |
||
BInt32 | ptriggerStateEnable = BInt32() , |
||
BUInt32 | ptriggerState = BUInt32() |
||
) |
BUInt32 Tms::TestCaptureInfo::clock |
The Clock source.
BUInt32 Tms::TestCaptureInfo::postTriggerDelay |
The delay, in clock cycles, after the trigger before capture starts.
BUInt32 Tms::TestCaptureInfo::source |
The source data (0 - 3)
BUInt32 Tms::TestCaptureInfo::startTime |
The start time in ms from CYCLE_START before trigger is activated.
BInt32 Tms::TestCaptureInfo::triggerAnd |
The Trigger function is an AND rather than an OR.
BUInt32 Tms::TestCaptureInfo::triggerMask |
The Trigger bit mask. This is the bit mask of the 8 timing signals.
BInt32 Tms::TestCaptureInfo::triggerSourceData |
Use lower 32bits of data as trigger source rather than timing signals.
BUInt32 Tms::TestCaptureInfo::triggerState |
Trigger state number.
BInt32 Tms::TestCaptureInfo::triggerStateEnable |
Trigger in state enable.
BInt32 Tms::TestCaptureInfo::triggerStore |
Store the trigger in the upper 8 data bits.