9#ifndef DMX512_SCENE_POOL_H_
10#define DMX512_SCENE_POOL_H_
16#include "DMX512_defs.h"
17#include "DMX512_scene.h"
DMX512_engine_err_e
DMX512 engine error index constants.
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.
DMX512 scene pool structure object.
DMX512 scene structure object.