![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Macros | |
#define | DMX512_CHANNEL_ADDRESS_MIN 0 |
DMX512 min channel address. More... | |
#define | DMX512_CHANNEL_ADDRESS_MAX 512 |
DMX512 max channel address. More... | |
#define | DMX512_CHANNEL_VALUE_MIN 0 |
DMX512 min channel value. More... | |
#define | DMX512_CHANNEL_VALUE_MAX 255 |
DMX512 max channel value. More... | |
Enumerations | |
enum | DMX512_engine_err_e { DMX512_ENGINE_OK , DMX512_ENGINE_INSTANCE_DUPLICATE = -1 , DMX512_ENGINE_INSTANCE_INVALID = -2 , DMX512_ENGINE_INSTANCE_UNDEFINED = -3 , DMX512_ENGINE_CONFIG_DUMP_EXCEPTION = -4 , DMX512_ENGINE_CONFIG_LOAD_EXCEPTION = -5 , DMX512_ENGINE_MEMORY_OVERFLOW = -6 , DMX512_ENGINE_API_ENDPOINT_UNDEF = -7 , DMX512_ENGINE_API_METHOD_UNDEF = -8 } |
DMX512 engine error index constants. More... | |
Variables | |
static char *const | DMX512_engine_errs_str [] |
DMX512 engine error strings constants TODO: this should be put into DMX512 API TODO: largely extend set of error messages to offer ease of debugging. More... | |
Definition of fundamental constant values to be used by the DMX512 engine
#define DMX512_CHANNEL_ADDRESS_MAX 512 |
DMX512 max channel address.
Definition at line 13 of file DMX512_defs.h.
#define DMX512_CHANNEL_ADDRESS_MIN 0 |
DMX512 min channel address.
Definition at line 12 of file DMX512_defs.h.
#define DMX512_CHANNEL_VALUE_MAX 255 |
DMX512 max channel value.
Definition at line 15 of file DMX512_defs.h.
#define DMX512_CHANNEL_VALUE_MIN 0 |
DMX512 min channel value.
Definition at line 14 of file DMX512_defs.h.
enum DMX512_engine_err_e |
DMX512 engine error index constants.
Series of pre-defined constant error values to be used throughout the whole DMX512 engine lifecycle. TODO: Very important !! UPDATE Erro enumerations and error strings to avoid confusion !!!!
Definition at line 24 of file DMX512_defs.h.
|
static |
DMX512 engine error strings constants TODO: this should be put into DMX512 API TODO: largely extend set of error messages to offer ease of debugging.
Definition at line 41 of file DMX512_defs.h.