AlcapDAQ
1
|
Go to the source code of this file.
Functions | |
int | odb_connect (char *format,...) |
int | odb_find_key (char *format,...) |
int | odb_get_int (char *format,...) |
WORD | odb_get_word (char *format,...) |
DWORD | odb_get_dword (char *format,...) |
BOOL | odb_get_bool (char *format,...) |
void | odb_get_boolarray (BOOL *array_out, int num_array_elements, char *format,...) |
Variables | |
HNDLE | hDB |
int odb_connect | ( | char * | format, |
... | |||
) |
Definition at line 11 of file odb_wrapper.cpp.
int odb_find_key | ( | char * | format, |
... | |||
) |
Definition at line 34 of file odb_wrapper.cpp.
Referenced by caenV767_bor(), caenV767_pre_bor(), dl403_init(), dl40x_bor(), lrs2249_bor(), rpc_master_bor(), rpc_slave_bor(), s500_bor(), setupRegs(), sis3600_bor(), and vmic_ttl_init().
BOOL odb_get_bool | ( | char * | format, |
... | |||
) |
Definition at line 107 of file odb_wrapper.cpp.
Referenced by caenV767_bor(), caenV767_bor1(), caenV767_pre_bor(), dl40x_bor(), lrs2249_bor(), rpc_master_bor(), rpc_master_init(), rpc_slave_bor(), s500_bor(), setupRegs(), sis3600_bor(), and sis3600_bor1().
void odb_get_boolarray | ( | BOOL * | array_out, |
int | num_array_elements, | ||
char * | format, | ||
... | |||
) |
DWORD odb_get_dword | ( | char * | format, |
... | |||
) |
Definition at line 89 of file odb_wrapper.cpp.
Referenced by caenV767_bor1(), dl401_bor1(), and sis3600_bor1().
int odb_get_int | ( | char * | format, |
... | |||
) |
Definition at line 54 of file odb_wrapper.cpp.
Referenced by caenV767_bor1(), diag_print_setup(), dl403_init(), frontend_init(), lrs2249_bor1(), s500_bor1(), and setupRegs().
WORD odb_get_word | ( | char * | format, |
... | |||
) |
Definition at line 71 of file odb_wrapper.cpp.
Referenced by dl401_bor1(), dl403_init(), and vmic_ttl_init().
HNDLE hDB |
Definition at line 9 of file odb_wrapper.cpp.