22 lines
565 B
C
22 lines
565 B
C
/*---------------------------------------------------------------------
|
|
|
|
Name: cfd950.h
|
|
Created by: RA36 2008/06/06
|
|
|
|
Contents: MIDAS device driver declaration for the MSCB constant
|
|
fraction discriminator CFD950.
|
|
|
|
$Id: cfd950.h,v 1.1.1.1 2019/02/21 10:07:20 raselli Exp $
|
|
|
|
---------------------------------------------------------------------*/
|
|
|
|
/*---- device driver declaration -----------------------------------*/
|
|
|
|
/*!
|
|
* <p>MIDAS device driver for the MSCB cfd950
|
|
* (positive and negative).
|
|
*/
|
|
INT cfd950(INT cmd, ...);
|
|
|
|
|