2 command descriptions, Command descriptions – Teledyne LeCroy Automation API for Bluetooth Analyzers User Manual

Page 12

Advertising
background image

6

Automation API for CATC Bluetooth Analyzers

CATC

Ver. 1.40

diagram represents objects dependance:

All interfaces are dual interfaces, which allows simple use from typeless languages
as well as from C++.

All objects implement

ISupportErrorInfo

interface for easy error handling from the

client.

The examples of C++ code given in this document assume using “import” tech-
nique of creating COM clients:

For BTTracer:

#import "BTAutomationTracer.tlb" no_namespace named_guids

For Merlin II:

#import "BTAutomationMerlinII.tlb" no_namespace named_guids

For Merlin:

#import "BTAutomationMerlin.tlb" no_namespace named_guids

For Merlin Mobile:

#import "BTAutomationMerlinMobile.tlb" no_namespace named_guids

and appropriate wrapper classes are created in .tli, .tlh files by compiler.

The sample of WSH, VBScript, and C++ client applications are provided.

2.2 Command Descriptions

The following descriptions will be organized into seven sections that correspond to
the objects shown in the diagram on the previous page. The seven sections are:

Primary Dual Interface for Analyzer

Advertising