15 lines
394 B
C
15 lines
394 B
C
|
|
/*-----------------------------------------------------------------------
|
|
A M O R S C A N
|
|
Adaption of the scan command to do things specific to the
|
|
reflectometer AMOR at SINQ.
|
|
|
|
Mark Koennecke, September 1999
|
|
-----------------------------------------------------------------------*/
|
|
#ifndef AMORSCAN
|
|
#define AMORSCAN
|
|
|
|
int ConfigureAmor(pScanData pScan);
|
|
|
|
#endif
|