Teledyne-lecroy Automation API for Bluetooth Analyzers Instrukcja Użytkownika Strona 12

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 11
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
Przeglądanie stron 11
1 2 ... 7 8 9 10 11 12 13 14 15 16 17 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag