1 // automatically generated by admSerialization.py do not edit
2 #ifndef ADM_teleCide_CONF_H
3 #define ADM_teleCide_CONF_H
4 typedef struct {
5 uint32_t order;
6 uint32_t back;
7 uint32_t back_saved;
8 uint32_t guide;
9 float gthresh;
10 uint32_t post;
11 bool chroma;
12 float vthresh;
13 float vthresh_saved;
14 float bthresh;
15 float dthresh;
16 bool blend;
17 uint32_t nt;
18 uint32_t y0;
19 uint32_t y1;
20 uint32_t hints;
21 bool show;
22 bool debug;
23 }teleCide;
24 #endif
25