![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
DMX512 chaser step structure object. More...
#include <DMX512_chaser_step.h>
Data Fields | |
DMX512_scene_s * | scene |
uint16_t | fadein_time |
uint16_t | fadeout_time |
uint16_t | hold_time |
ms_chronometer_s | ms_chronometer |
DMX512_fixture_chaser_step_status_e | status |
DMX512_fixture_chaser_step_state_e | state |
DMX512 chaser step structure object.
Definition at line 60 of file DMX512_chaser_step.h.
uint16_t fadein_time |
Step fade in time in ms
Definition at line 62 of file DMX512_chaser_step.h.
uint16_t fadeout_time |
Step fade out time in ms
Definition at line 63 of file DMX512_chaser_step.h.
uint16_t hold_time |
Step hold time in ms
Definition at line 64 of file DMX512_chaser_step.h.
ms_chronometer_s ms_chronometer |
Step chronometer used to keep track of time during play-time
Definition at line 65 of file DMX512_chaser_step.h.
DMX512_scene_s* scene |
Pointer to a scene instance
Definition at line 61 of file DMX512_chaser_step.h.
Current step playing state
Definition at line 67 of file DMX512_chaser_step.h.
Step initilisation status
Definition at line 66 of file DMX512_chaser_step.h.