4 transaction decoder primitives – Teledyne LeCroy Protocol Analyzers File-Based Decoding User Manual User Manual
Page 51
Advertising

File-based Decoding User Manual
Chapter 11: Primitives
LeCroy Corporation
45
11.4 Transaction Decoder Primitives
Abort()
Abort()
Parameter
Meaning
Default
Value
Comments
N/A
Support
Supported by Bluetooth and Firewire analyzers only.
Return value
An integer that should be passed back to the application unchanged.
Comments
Called when an input context renders the currently pending transaction done, but is not
itself a member of that transaction. An example would be an input transaction that
represents some sort of reset condition that renders all pending transactions invalid. The
input transaction is not consumed by this action and goes on to be considered for other
pending transactions.
Example
if ( IsReset )
return Abort();
Advertising