Contains the information related to all the application specific controllable and observable parameters.
| Public Attributes | |
| data_union_t | controlVals [CONTROL_CONFS_COUNT] | 
| Contains the buffered values of all controllable parameters. | |
| lv_obj_t * | lblsControl [CONTROL_CONFS_COUNT] | 
| Contains the lv_label_t objects to update all controllable parameters. | |
| data_union_t | monitorVals [MONITOR_CONFS_COUNT] | 
| Contains the buffered values of all monitored parameters. | |
| lv_obj_t * | lblsMonitor [MONITOR_CONFS_COUNT] | 
| Contains the lv_label_t objects to update all monitored parameters. | |