Teledyne LeCroy SierraFC Automation API User Manual
Page 7

LeCroy Corporation
SierraFC M8-4 API Reference Manual
Manual Version 1.00
7
Objects
Interfaces
Description
FCAnalyzer
IFCAnalyzer
_IFCAnalyzerEvents
Represents the SierraFC Protocol Analyzer
application.
FCTrace
ITrace
IFCTrace*
IFCVerificationScript*
Represents recorded trace.
FCRecOptions
IRecOptions
IFCRecOptions
Represents recording options.
FCPacket
IPacket
IFCPacket*
Represents single packet of the recorded
trace.
FCTraceErrors
IFCAnalyzerErrors*
Represents the collection of errors that
occurred in the recorded trace.
* Primary interfaces
The examples of C++ code given in this document assume using the ―import‖ technique of
creating COM clients. That means the corresponding include is used:
#import "FCAutomation.tlb" no_namespace named_guids
Appropriate wrapper classes are created in .tli and .tlh files by the compiler.
Examples of WSH, VBScript, and C++ client applications are provided.