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,...) |
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.
BOOL odb_get_bool | ( | char * | format, |
... | |||
) |
Definition at line 107 of file odb_wrapper.cpp.
void odb_get_boolarray | ( | BOOL * | array_out, |
int | num_array_elements, | ||
char * | format, | ||
... | |||
) |
Definition at line 125 of file odb_wrapper.cpp.
DWORD odb_get_dword | ( | char * | format, |
... | |||
) |
Definition at line 89 of file odb_wrapper.cpp.
int odb_get_int | ( | char * | format, |
... | |||
) |
Definition at line 54 of file odb_wrapper.cpp.
WORD odb_get_word | ( | char * | format, |
... | |||
) |
Definition at line 71 of file odb_wrapper.cpp.