31 lines
631 B
C
31 lines
631 B
C
|
|
#line 15 "histsim.w"
|
|
|
|
/*--------------------------------------------------------------------------
|
|
H M _ T A N G O
|
|
|
|
Header file for the ANSTO histogramming memory driver interfacing
|
|
a TANGO server
|
|
|
|
Based on anstohm.h (Andy Gotz, February 2004)
|
|
Modified: Paul Hathaway, July 2004
|
|
|
|
Copyright: see Copyright.txt
|
|
---------------------------------------------------------------------------*/
|
|
#ifndef SICS_HM_TANGO
|
|
#define SICS_HM_TANGO
|
|
|
|
#line 5 "histsim.w"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
pHistDriver CreateHmTango(pStringDict pOpt);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#line 27 "histsim.w"
|
|
|
|
#endif
|