Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dthermostat.c9 THERMOSTAT_BASE_CONTROL_BLOCK *controller; /* Pointer to thermostat controller. */ member
36 static THERMOSTAT_INFO *thermostat_info_get(THERMOSTAT_BASE_CONTROL_BLOCK *controller) in thermostat_info_get() argument
40 while (info->controller) in thermostat_info_get()
42 if (info->controller == controller) in thermostat_info_get()
62 while (info->controller) in thermostat_screen_bottom_info_update()
91 THERMOSTAT_BASE_CONTROL_BLOCK *controller = info->controller; in thermostat_controller_info_update() local
104 gx_numeric_prompt_value_set(&controller->thermostat_base_center_value, value); in thermostat_controller_info_update()
115 xpos += controller->base.gx_widget_size.gx_rectangle_left; in thermostat_controller_info_update()
117 …gx_widget_shift(&controller->thermostat_base_dot_lable, xpos - controller->thermostat_base_dot_lab… in thermostat_controller_info_update()
131 gx_icon_pixelmap_set(&controller->thermostat_base_cold_heat_icon, icon, icon); in thermostat_controller_info_update()
[all …]