Searched refs:WEATHER_BASE_CONTROL_BLOCK (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | demo_guix_home_automation_specifications.c | 1167 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_weather_text), /* control block */ 1191 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_weather_icon), /* control block */ 1215 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_wind_speed), /* control block */ 1239 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_prompt_14_3), /* control block */ 1263 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_prompt_14_1), /* control block */ 1287 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_wind_icon), /* control block */ 1311 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_prompt_14_4), /* control block */ 1335 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_humidity_value), /* control block */ 1359 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_prompt_14_2), /* control block */ 1383 offsetof(WEATHER_BASE_CONTROL_BLOCK, weather_base_humidity_icon), /* control block */ [all …]
|
| D | weather.c | 13 WEATHER_BASE_CONTROL_BLOCK *widget; /* Pointer to the weather display widget. */ 111 WEATHER_BASE_CONTROL_BLOCK *base = info->widget; in init_weather_info() 192 WEATHER_BASE_CONTROL_BLOCK *base = info->widget; in hide_weather_children() 217 WEATHER_BASE_CONTROL_BLOCK *base = info->widget; in start_weather_children_animation()
|
| D | demo_guix_home_automation_specifications.h | 317 } WEATHER_BASE_CONTROL_BLOCK; typedef 535 WEATHER_BASE_CONTROL_BLOCK base; 540 WEATHER_BASE_CONTROL_BLOCK base; 545 WEATHER_BASE_CONTROL_BLOCK base; 675 extern WEATHER_BASE_CONTROL_BLOCK weather_base;
|