Home
last modified time | relevance | path

Searched refs:THERMOSTAT_BASE_CONTROL_BLOCK (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dthermostat.c9 THERMOSTAT_BASE_CONTROL_BLOCK *controller; /* Pointer to thermostat controller. */
36 static THERMOSTAT_INFO *thermostat_info_get(THERMOSTAT_BASE_CONTROL_BLOCK *controller) in thermostat_info_get()
91 THERMOSTAT_BASE_CONTROL_BLOCK *controller = info->controller; in thermostat_controller_info_update()
143 static VOID on_close_button_clicked(THERMOSTAT_BASE_CONTROL_BLOCK *base) in on_close_button_clicked()
170 static VOID on_open_button_clicked(THERMOSTAT_BASE_CONTROL_BLOCK *base) in on_open_button_clicked()
196 static VOID thermostat_controller_reset(THERMOSTAT_BASE_CONTROL_BLOCK *widget) in thermostat_controller_reset()
310 …THERMOSTAT_INFO *info = thermostat_info_get((THERMOSTAT_BASE_CONTROL_BLOCK *)slider->gx_widget_par… in thermostat_radial_slider_value_update()
333 …thermostat_radial_slider_value_update(&((THERMOSTAT_BASE_CONTROL_BLOCK *)window)->thermostat_base_… in thermostat_base_event_process()
337 on_close_button_clicked((THERMOSTAT_BASE_CONTROL_BLOCK *)window); in thermostat_base_event_process()
341 on_open_button_clicked((THERMOSTAT_BASE_CONTROL_BLOCK *)window); in thermostat_base_event_process()
Ddemo_guix_home_automation_specifications.h442 } THERMOSTAT_BASE_CONTROL_BLOCK; typedef
565 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_4_office;
572 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_3_dinning_room;
573 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_3_outdoor_patio;
579 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_2_kids_bedroom;
580 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_2_living_room;
586 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_1_kitchen;
587 THERMOSTAT_BASE_CONTROL_BLOCK thermostat_page_1_master_bedroom;
659 extern THERMOSTAT_BASE_CONTROL_BLOCK thermostat_base;
Ddemo_guix_home_automation_specifications.c5860 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_8), /* control block */
5884 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_7), /* control block */
5908 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_6), /* control block */
5932 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_5), /* control block */
5956 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_4), /* control block */
5980 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_3), /* control block */
6004 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_2), /* control block */
6028 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16_1), /* control block */
6052 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_prompt_16), /* control block */
6076 offsetof(THERMOSTAT_BASE_CONTROL_BLOCK, thermostat_base_bottom_value), /* control block */
[all …]