AlcapDAQ  1
Functions | Variables
camac_wrapper.cpp File Reference
#include "midas.h"
#include "mcstd.h"
#include "camac_wrapper.h"

Go to the source code of this file.

Functions

void cam_init_once ()
 

Variables

static BOOL camac_inited = FALSE
 

Function Documentation

void cam_init_once ( )

Definition at line 7 of file camac_wrapper.cpp.

Referenced by lrs2249_bor1().

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

Variable Documentation

BOOL camac_inited = FALSE
static

Definition at line 5 of file camac_wrapper.cpp.

Referenced by cam_init_once().