cueOS  2.4
cueOS - Universal Show Control OS for ARM
DMX512_defs.h
1
8#ifndef DMX512_defs_H
9#define DMX512_defs_H
10
11
12#define DMX512_CHANNEL_ADDRESS_MIN 0
13#define DMX512_CHANNEL_ADDRESS_MAX 512
14#define DMX512_CHANNEL_VALUE_MIN 0
15#define DMX512_CHANNEL_VALUE_MAX 255
24typedef enum{
35
41static char *const DMX512_engine_errs_str[] = {
42 "Success",
43 "Ressource id already exist",
44 "Wrong parameter values",
45 "Ressource id not found",
46 "Load config error",
47 "Save config error",
48 "mem overflow",
49 "API endoint doesn't exist",
50 "Unauthorised method",
51};
52
53#endif
54
DMX512_engine_err_e
DMX512 engine error index constants.
Definition: DMX512_defs.h:24
static char *const DMX512_engine_errs_str[]
DMX512 engine error strings constants TODO: this should be put into DMX512 API TODO: largely extend s...
Definition: DMX512_defs.h:41
@ DMX512_ENGINE_API_ENDPOINT_UNDEF
Definition: DMX512_defs.h:32
@ DMX512_ENGINE_MEMORY_OVERFLOW
Definition: DMX512_defs.h:31
@ DMX512_ENGINE_INSTANCE_UNDEFINED
Definition: DMX512_defs.h:28
@ DMX512_ENGINE_CONFIG_DUMP_EXCEPTION
Definition: DMX512_defs.h:29
@ DMX512_ENGINE_API_METHOD_UNDEF
Definition: DMX512_defs.h:33
@ DMX512_ENGINE_INSTANCE_DUPLICATE
Definition: DMX512_defs.h:26
@ DMX512_ENGINE_OK
Definition: DMX512_defs.h:25
@ DMX512_ENGINE_INSTANCE_INVALID
Definition: DMX512_defs.h:27
@ DMX512_ENGINE_CONFIG_LOAD_EXCEPTION
Definition: DMX512_defs.h:30