Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 186 | f9daq | 1 | #ifndef _CAENV814_H | 
        
| 2 | #define _CAENV814_H | 
        ||
| 3 | |||
| 4 | int V814_map (int moduleNumber,  | 
        ||
| 5 | unsigned long moduleOffset, int print);  | 
        ||
| 6 | |||
| 7 | int V814_init (int ModuleNumber, unsigned int threshold, unsigned int width, unsigned int mask);  | 
        ||
| 8 | |||
| 9 | int V814_SetThreshold(int ModuleNumber, unsigned long channel, unsigned short threshold);  | 
        ||
| 10 | |||
| 11 | int V814_SetEnable(int ModuleNumber, unsigned short mask);  | 
        ||
| 12 | |||
| 13 | int V814_SetWidth(int ModuleNumber, unsigned short mask);  | 
        ||
| 14 | |||
| 15 | int V814_SetMajority(int ModuleNumber, unsigned short majlev);  | 
        ||
| 16 | |||
| 17 | int V814_TestPulse(int ModuleNumber);  | 
        ||
| 18 | |||
| 19 | |||
| 20 | #endif |