ADC 400F Manual Pagina 69

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 74
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74

Comentarios a estos manuales

Sin comentarios