AlcapDAQ  1
Functions
camac_wrapper.h File Reference

Go to the source code of this file.

Functions

void cam_init_once ()
 

Function Documentation

void cam_init_once ( )

Definition at line 7 of file camac_wrapper.cpp.

References cam_inhibit_clear(), cam_init(), and camac_inited.

Referenced by lrs2249_bor1().

8 {
9  if(!camac_inited) {
10  cam_init();
12  }
13 }