![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Data Structures | |
struct | QLFS_manager_s |
QLFS_manager structure object. More... | |
Macros | |
#define | QLFS_HEADER_SIZE 0x03U |
#define | QLFS_PATCH_DATA_SIZE 0x03U |
#define | QLFS_SCENE_HEADER_SIZE 0x04U |
#define | QLFS_FIXTURE_PRESET_HEADER_SIZE 0x02U |
#define | QLFS_CHASER_HEADER_SIZE 0x04U |
#define | QLFS_FILE_EXT ".qlsf" |
#define | QLFS_TEMP_FILE_EXT ".tmp" |
Q Lightweight Show File load/dump utility to store/restore a show configuration from file system.
#define QLFS_CHASER_HEADER_SIZE 0x04U |
size of a QLSF chaser header (uint16 buffer)
Definition at line 19 of file QLSF_manager.h.
#define QLFS_FILE_EXT ".qlsf" |
QLSF file extension
Definition at line 20 of file QLSF_manager.h.
#define QLFS_FIXTURE_PRESET_HEADER_SIZE 0x02U |
size of a QLSF fixture preset header (uint16 buffer
Definition at line 18 of file QLSF_manager.h.
#define QLFS_HEADER_SIZE 0x03U |
size of a QLSF header (uint16 buffer)
Definition at line 15 of file QLSF_manager.h.
#define QLFS_PATCH_DATA_SIZE 0x03U |
size of a QLSF patch header (uint16 buffer)
Definition at line 16 of file QLSF_manager.h.
#define QLFS_SCENE_HEADER_SIZE 0x04U |
size of a QLSF scene header (uint16 buffer)
Definition at line 17 of file QLSF_manager.h.
#define QLFS_TEMP_FILE_EXT ".tmp" |
temporary file extension
Definition at line 21 of file QLSF_manager.h.
QLSF chaser chunk byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF chaser chunk.
Definition at line 80 of file QLSF_manager.h.
QLSF chaser step chunk byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF chaser step.
Definition at line 93 of file QLSF_manager.h.
QLSF fixture preset chunk byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF fixture preset chunk.
Enumerator | |
---|---|
QLFS_FIXTURE_PRESET_ID_INDEX | Index of a fixture preset chunk "fixture id" byte |
QLFS_FIXTURE_PRESET_CHANNEL_CNT_INDEX | Index of a fixture preset chunk "channel count" byte |
Definition at line 69 of file QLSF_manager.h.
QLSF header byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF file.
Definition at line 30 of file QLSF_manager.h.
QLSF patch chunk byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF patch chunk.
Definition at line 44 of file QLSF_manager.h.
QLSF scene chunk byte indexes.
Series of pre-defined constant byte index values to be used during parsing of a QLSF scene chunk.
Definition at line 56 of file QLSF_manager.h.