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.

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