ADC 400F Instrukcja Obsługi Strona 69

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 74
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 68
Chapter 5. Complete program listings.
update program default values.
*/
void
CMySpecTclApp::SetLimits()
{ CTclGrammerApp::SetLimits();
}
// Function:
// void CreateHistogrammer()
// Operation Type:
// Override
/*
Purpose:
Creates the histogramming data sink. If you want to override
this in general you probably won’t make use of the actual
base class function. You might, however extend this by
defining a base set of parameters and histograms from within
the program.
*/
void
CMySpecTclApp::CreateHistogrammer()
{ CTclGrammerApp::CreateHistogrammer();
}
// Function:
// void SelectDisplayer(UInt_t nDisplaySize, CHistogrammer& rHistogrammer)
// Operation Type:
// Override.
/*
Purpose:
Select a displayer object and link it to the
histogrammer. The default code will link Xamine
to the displayer, and set up the Xamine event handler
to deal with gate objects accepted by Xamine interaction.
*/
void
CMySpecTclApp::SelectDisplayer(UInt_t nDisplaySize, CHistogrammer& rHistogrammer)
{ CTclGrammerApp::SelectDisplayer(nDisplaySize, rHistogrammer);
}
// Function:
// void SetupTestDataSource()
// Operation Type:
// Override
/*
Purpose:
Allows you to set up a test data source. At
64
Przeglądanie stron 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74

Komentarze do niniejszej Instrukcji

Brak uwag