Kestrel Interface
Loading...
Searching...
No Matches
kest_lib_cmph.h
Go to the documentation of this file.
1#ifndef KEST_LIB_COMPILATION_HELPER_H_
2#define KEST_LIB_COMPILATION_HELPER_H_
3
4// Definitions, etc, needed for compilation to proceed, but not
5// actually needed for the library to function. Better than having
6// #ifdef KEST_LIBRARY\#endif everywhere in the code proper
7
8#define PARAM_WIDGET_VIRTUAL_POT 0
9#define PARAM_WIDGET_HSLIDER 1
10#define PARAM_WIDGET_VSLIDER 2
11#define PARAM_WIDGET_VSLIDER_TALL 3
12
13#define SETTING_WIDGET_DROPDOWN 0
14#define SETTING_WIDGET_SWITCH 1
15#define SETTING_WIDGET_FIELD 2
16
17#define KEST_FPGA_SIMULATED
18
20typedef char_pll string_ll;
21
22#endif
char_pll string_ll
Definition kest_int.h:70
#define DECLARE_LINKED_PTR_LIST(X)