15#include "DMX512_defs.h"
16#include "DMX512_fixture_preset.h"
17#include "ms_chronometer.h"
25#define DMX512_SCENE_DEFAULT {0, 0, 0, 0, NULL, {}, DMX512_SCENE_IDLE, DMX512_SCENE_UNINITIALISED}
DMX512_engine_err_e
DMX512 engine error index constants.
void DMX512_scene_manage(DMX512_scene_s *scene)
State machine to manage scene at a given state.
void DMX512_scene_stop(DMX512_scene_s *scene)
Starts a scene fade-out process.
DMX512_fixture_preset_s * DMX512_scene_get_fixture_preset(DMX512_scene_s *scene, uint16_t id)
Gets a fixture instance from the pool.
DMX512_scene_s DMX512_scene_new(uint16_t id, uint16_t fadein_time, uint16_t fadeout_time)
Creates and initialises a new scene instance.
DMX512_engine_err_e DMX512_scene_add_fixture_preset(DMX512_scene_s *scene, DMX512_fixture_preset_s fp)
Adds a fixture preset instance into the scene.
DMX512_engine_err_e DMX512_scene_del_fixture_preset(DMX512_scene_s *scene, uint16_t id)
Deletes a fixture preset instance from the scene.
void DMX512_scene_start(DMX512_scene_s *scene)
Starts a scene fade-in process.
DMX512_scene_status_e
Status of a scene instance.
DMX512_scene_state_e
Current playing state of a scene.
void DMX512_scene_free(DMX512_scene_s *scene)
Resets a scene to its uninitialised state. frees dynamically allocated scene Data.
@ DMX512_SCENE_UNINITIALISED
@ DMX512_SCENE_INITIALISED
DMX512 fixture preset structure object.
DMX512 scene structure object.
ms_chronometer_s ms_chronometer
DMX512_fixture_preset_s * fixture_presets
DMX512_scene_state_e state
DMX512_scene_status_e status
uint16_t fixture_preset_count
ms_chronometer structure object