Application level structure holding the Scene server model context and sensor state representation. More...
#include <app_scene.h>
Data Fields | |
| scene_setup_server_t | scene_setup_server |
| app_scene_transition_cb_t | app_scene_transition_cb |
| The device scene transition time. | |
| app_scene_state_t | state |
| Internal variable. More... | |
| app_scene_model_interface_t * | scene_models [APP_SCENE_MODEL_COUNT] |
| Internal variable. More... | |
| uint32_t | next_model_interface |
| Internal variable. More... | |
Detailed Description
Application level structure holding the Scene server model context and sensor state representation.
Definition at line 206 of file app_scene.h.
Field Documentation
◆ state
| app_scene_state_t app_scene_setup_server_t::state |
Internal variable.
Representation of the Scene state related data and transition parameters required for behavioral implementation, and for communicating with the application.
Definition at line 215 of file app_scene.h.
◆ scene_models
| app_scene_model_interface_t* app_scene_setup_server_t::scene_models[APP_SCENE_MODEL_COUNT] |
Internal variable.
App Scene stores pointers to all registered models.
Definition at line 217 of file app_scene.h.
◆ next_model_interface
| uint32_t app_scene_setup_server_t::next_model_interface |
Internal variable.
Number of registered models in App Scene.
Definition at line 219 of file app_scene.h.
- examples/common/include/app_scene.h