Teledyne-lecroy SAS_SATA Automation API manual Instrukcja Użytkownika Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 150
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
AutomationAPIforTeledyneLeCroySAS/SATAProtocolSuite 15
SASAnalyzerObject
TeledyneLeCroy
ISASAnalyzer* sas_analyzer;
BSTR ro_file_name;
. . .
try
{
sas_analyzer->StartRecording( ro_file_name )
}
catch (_com_error& er)
{
if (er.Description().length() > 0)
::MessageBox( NULL, er.Description(), _T("SASTracer
client"), MB_OK );
else
::MessageBox( NULL, er.ErrorMessage(), _T("SASTracer
client"), MB_OK );
return 1;
}
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 149 150

Komentarze do niniejszej Instrukcji

Brak uwag