6#include "cueos_config.h"
7#if cueOS_CONFIG_NODETYPE == cueOS_NODETYPE_SLAVE_DMX
9#include "DMX512_scene_pool.h"
66 }
else if(_DMX512_scene_pool_search(scene_pool, scene.
id) >= 0){
88 int16_t index = _DMX512_scene_pool_search(scene_pool,
id);
91 for(uint16_t i=index+1; i<scene_pool->
scene_count; i++){
116 int16_t index = _DMX512_scene_pool_search(scene_pool,
id);
118 *scene = &scene_pool->
scenes[index];
132 for(uint16_t i = 0; i<scene_pool->
scene_count;i++){
143 if(scene_pool != NULL){
144 for(uint16_t i = 0; i<scene_pool->
scene_count; i++){
147 vPortFree(scene_pool);
DMX512_engine_err_e
DMX512 engine error index constants.
@ DMX512_ENGINE_INSTANCE_UNDEFINED
@ DMX512_ENGINE_INSTANCE_DUPLICATE
void DMX512_scene_pool_manage(DMX512_scene_pool_s *scene_pool)
Manages all scenes contained within the pool.
DMX512_engine_err_e DMX512_scene_pool_del(DMX512_scene_pool_s *scene_pool, uint16_t id)
Deletes a scene instance from the pool.
void DMX512_scene_pool_free(DMX512_scene_pool_s *scene_pool)
Safely Frees instance pool.
DMX512_engine_err_e DMX512_scene_pool_get(DMX512_scene_pool_s *scene_pool, uint16_t id, DMX512_scene_s **scene)
Gets a scene instance from the pool.
DMX512_engine_err_e DMX512_scene_pool_add(DMX512_scene_pool_s *scene_pool, DMX512_scene_s scene)
Adds a scene instance into the pool.
DMX512_scene_pool_s * DMX512_scene_pool_new(void)
Creates a new scene pool instance.
void DMX512_scene_manage(DMX512_scene_s *scene)
State machine to manage scene at a given state.
void DMX512_scene_free(DMX512_scene_s *scene)
Resets a scene to its uninitialised state. frees dynamically allocated scene Data.
@ DMX512_SCENE_INITIALISED
DMX512 scene pool structure object.
DMX512 scene structure object.
DMX512_scene_status_e status