ADC 400F Handbuch Seite 69

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 74
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74

Kommentare zu diesen Handbüchern

Keine Kommentare