4 transaction decoder primitives – Teledyne LeCroy LeCroy Analyzers File Based Decoding Manual User Manual
Page 52
Advertising
Chapter 11: Primitives
File-based Decoding User Manual
46
LeCroy Corporation
11.4 Transaction Decoder Primitives
Abort()
Abort()
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();
Parameter
Meaning
Default
Value
Comments
N/A
Advertising