![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
DMX512 chaser structure object. More...
#include <DMX512_chaser.h>
Data Fields | |
uint16_t | id |
DMX512_chaser_step_s * | steps |
DMX512_chaser_mode_e | mode |
DMX512_chaser_direction_e | direction |
uint16_t | step_count |
uint16_t | current_step |
DMX512_chaser_state_e | state |
DMX512_chaser_status_e | status |
DMX512_chaser_pingpong_state_e | pingpong |
DMX512 chaser structure object.
Definition at line 88 of file DMX512_chaser.h.
uint16_t current_step |
Index of the current scene
Definition at line 94 of file DMX512_chaser.h.
DMX512_chaser_direction_e direction |
Chaser's playing direction
Definition at line 92 of file DMX512_chaser.h.
uint16_t id |
Chaser's unique identifier
Definition at line 89 of file DMX512_chaser.h.
DMX512_chaser_mode_e mode |
DMX512_chaser_pingpong_state_e pingpong |
Current pingpong state (this will be changed)
Definition at line 97 of file DMX512_chaser.h.
DMX512_chaser_state_e state |
Chaser's playing status
Definition at line 95 of file DMX512_chaser.h.
DMX512_chaser_status_e status |
Initialisation state of the chaser
Definition at line 96 of file DMX512_chaser.h.
uint16_t step_count |
Aomunt of steps in the list
Definition at line 93 of file DMX512_chaser.h.
DMX512_chaser_step_s* steps |
List of chaser steps
Definition at line 90 of file DMX512_chaser.h.