beautypg.com

Set memory usage parameters – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 67

background image


Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual

Using Analyzer API 67


Example:

m_pICaptureProject->SetExcludeCONT (nStateId, bIsExclude);


CSerialSCSICaptureProject::SetExcludeCONT ()

SetExcludeSYNC ()

SetExludeOOBSignals ()

SetExcludeXXXX ()

SetExludeALIGN ()

SetExcludeRRDY ()

SetExcludeNOTIFY ()

SetExcludeIdle ()
Prototype

HRESULT (int nStateId, BOOL bIsExclude);

Usage

-> (,

);

Inputs

int nStateId: ID for a state in advanced mode and Capture ID in easy mode

BOOL bIsExclude: Specifies whether Exclude check for a particular pattern

is set or not

Return Value None
Description Call the respective functions to set whether a particular pattern must be

excluded from the sample or not.

NOTE: Function prototype and usage for all the abovef functions are the same, except for the

Payload Offset pattern:


CSerialSCSICaptureProject::SetExcludePayloadOffset
Prototype

HRESULT SetExcludePayloadOffset (int nStateId, WORD wExcludePayloadOffset);

Usage

-> SetExcludePayloadOffset (,

);

Inputs

int nStateId: ID for a state in advanced mode and Capture ID in easy mode
WORD wExcludePayloadOffset: Offset that defines data payload to exclude

frdata packet

Return Value None
Description Call the SetExcludePayloadOffset () function to set the offset to

exclude from the data packet.