cueOS  2.4
cueOS - Universal Show Control OS for ARM
QLSF Manager
Collaboration diagram for QLSF Manager:

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"
 

Enumerations

enum  QLFS_header_byte_indexes_e {
  QLFS_HEADER_PATCH_CNT_INDEX ,
  QLFS_HEADER_SCENE_CNT_INDEX ,
  QLFS_HEADER_CHASE_CNT_INDEX ,
  QLFS_HEADER_EFFEX_CNT_INDEX
}
 QLSF header byte indexes. More...
 
enum  QLFS_patch_chunk_byte_indexes_e {
  QLFS_PATCH_CHUNK_ID_INDEX ,
  QLFS_PATCH_CHUNK_ADDR_INDEX ,
  QLFS_PATCH_CHUNK_CHN_INDEX
}
 QLSF patch chunk byte indexes. More...
 
enum  QLFS_scene_byte_indexes_e {
  QLFS_SCENE_ID_INDEX ,
  QLFS_SCENE_FIXTURE_PRESET_CNT_INDEX ,
  QLFS_SCENE_FADEIN_TIME_INDEX ,
  QLFS_SCENE_FADEOUT_TIME_INDEX
}
 QLSF scene chunk byte indexes. More...
 
enum  QLFS_fixture_preset_byte_indexes_e {
  QLFS_FIXTURE_PRESET_ID_INDEX ,
  QLFS_FIXTURE_PRESET_CHANNEL_CNT_INDEX
}
 QLSF fixture preset chunk byte indexes. More...
 
enum  QLFS_chaser_byte_indexes_e {
  QLFS_CHASER_ID_INDEX ,
  QLFS_CHASER_DIR_MODE_INDEX ,
  QLFS_CHASER_RUN_MODE_INDEX ,
  QLFS_CHASER_STEP_COUNT_INDEX
}
 QLSF chaser chunk byte indexes. More...
 
enum  QLFS_chaser_step_byte_indexes_e {
  QLFS_STEP_ID_INDEX ,
  QLFS_STEP_FADEIN_INDEX ,
  QLFS_STEP_FADEOUT_INDEX ,
  QLFS_STEP_HOLD_INDEX
}
 QLSF chaser step chunk byte indexes. More...
 

Detailed Description

Q Lightweight Show File load/dump utility to store/restore a show configuration from file system.

See also
File System

Macro Definition Documentation

◆ QLFS_CHASER_HEADER_SIZE

#define QLFS_CHASER_HEADER_SIZE   0x04U

size of a QLSF chaser header (uint16 buffer)

Definition at line 19 of file QLSF_manager.h.

◆ QLFS_FILE_EXT

#define QLFS_FILE_EXT   ".qlsf"

QLSF file extension

Definition at line 20 of file QLSF_manager.h.

◆ QLFS_FIXTURE_PRESET_HEADER_SIZE

#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.

◆ QLFS_HEADER_SIZE

#define QLFS_HEADER_SIZE   0x03U

size of a QLSF header (uint16 buffer)

Definition at line 15 of file QLSF_manager.h.

◆ QLFS_PATCH_DATA_SIZE

#define QLFS_PATCH_DATA_SIZE   0x03U

size of a QLSF patch header (uint16 buffer)

Definition at line 16 of file QLSF_manager.h.

◆ QLFS_SCENE_HEADER_SIZE

#define QLFS_SCENE_HEADER_SIZE   0x04U

size of a QLSF scene header (uint16 buffer)

Definition at line 17 of file QLSF_manager.h.

◆ QLFS_TEMP_FILE_EXT

#define QLFS_TEMP_FILE_EXT   ".tmp"

temporary file extension

Definition at line 21 of file QLSF_manager.h.

Enumeration Type Documentation

◆ QLFS_chaser_byte_indexes_e

QLSF chaser chunk byte indexes.

Series of pre-defined constant byte index values to be used during parsing of a QLSF chaser chunk.

Enumerator
QLFS_CHASER_ID_INDEX 

Index of a chaser chunk "chaser id" byte

QLFS_CHASER_DIR_MODE_INDEX 

Index of a chaser chunk "run direction" byte

QLFS_CHASER_RUN_MODE_INDEX 

Index of a chaser chunk "run mode" byte

QLFS_CHASER_STEP_COUNT_INDEX 

Index of a chaser chunk "step count" byte

Definition at line 80 of file QLSF_manager.h.

◆ QLFS_chaser_step_byte_indexes_e

QLSF chaser step chunk byte indexes.

Series of pre-defined constant byte index values to be used during parsing of a QLSF chaser step.

Enumerator
QLFS_STEP_ID_INDEX 

Index of a chaser step chunk "chaser step id" byte

QLFS_STEP_FADEIN_INDEX 

Index of a chaser step chunk "fade in time" byte

QLFS_STEP_FADEOUT_INDEX 

Index of a chaser step chunk "fade out time" byte

QLFS_STEP_HOLD_INDEX 

Index of a chaser step chunk "hold time" byte

Definition at line 93 of file QLSF_manager.h.

◆ QLFS_fixture_preset_byte_indexes_e

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.

◆ QLFS_header_byte_indexes_e

QLSF header byte indexes.

Series of pre-defined constant byte index values to be used during parsing of a QLSF file.

Enumerator
QLFS_HEADER_PATCH_CNT_INDEX 

Index of the patch count byte contained in a QLSF header

QLFS_HEADER_SCENE_CNT_INDEX 

Index of the scene count byte contained in a QLSF header

QLFS_HEADER_CHASE_CNT_INDEX 

Index of the chaser count byte contained in a QLSF header

QLFS_HEADER_EFFEX_CNT_INDEX 

Index of the effect count byte contained in a QLSF header

Definition at line 30 of file QLSF_manager.h.

◆ QLFS_patch_chunk_byte_indexes_e

QLSF patch chunk byte indexes.

Series of pre-defined constant byte index values to be used during parsing of a QLSF patch chunk.

Enumerator
QLFS_PATCH_CHUNK_ID_INDEX 

Index of a patch chunk "id" byte

QLFS_PATCH_CHUNK_ADDR_INDEX 

Index of a patch chunk "address" byte

QLFS_PATCH_CHUNK_CHN_INDEX 

Index of a patch chunk "channel count" byte

Definition at line 44 of file QLSF_manager.h.

◆ QLFS_scene_byte_indexes_e

QLSF scene chunk byte indexes.

Series of pre-defined constant byte index values to be used during parsing of a QLSF scene chunk.

Enumerator
QLFS_SCENE_ID_INDEX 

Index of a scene chunk "id" byte

QLFS_SCENE_FIXTURE_PRESET_CNT_INDEX 

Index of a scene chunk "fixture preset count" byte

QLFS_SCENE_FADEIN_TIME_INDEX 

Index of a scene chunk "fade-in time" byte

QLFS_SCENE_FADEOUT_TIME_INDEX 

Index of a scene chunk "fade-out time" byte

Definition at line 56 of file QLSF_manager.h.