1 // automatically generated by admSerialization.py, do not edit!
2 extern const ADM_paramList deciMate_param[]={
3  {"cycle",offsetof(deciMate,cycle),"uint32_t",ADM_param_uint32_t},
4  {"mode",offsetof(deciMate,mode),"uint32_t",ADM_param_uint32_t},
5  {"quality",offsetof(deciMate,quality),"uint32_t",ADM_param_uint32_t},
6  {"show",offsetof(deciMate,show),"bool",ADM_param_bool},
7  {"debug",offsetof(deciMate,debug),"bool",ADM_param_bool},
8  {"threshold",offsetof(deciMate,threshold),"float",ADM_param_float},
9  {"threshold2",offsetof(deciMate,threshold2),"float",ADM_param_float},
10 {NULL,0,NULL}
11 };
12