![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Macros | |
#define | DMX512_ARG_UNDEF 513 |
Enumerations | |
enum | DMX512_rest_api_endpoint_e { DMX512_API_ENDPOINT_PATCH , DMX512_API_ENDPOINT_GROUPS , DMX512_API_ENDPOINT_SCENES , DMX512_API_ENDPOINT_CHASERS , DMX512_API_ENDPOINT_EFFECTS , DMX512_API_ENDPOINT_CUES , DMX512_API_ENDPOINT_CONFIGURE , DMX512_API_ENDPOINT_DEFAULT } |
DMX512 API endpoint string indexes. More... | |
enum | DMX512_rest_api_args_e { DMX512_API_PARAM_ID , DMX512_API_PARAM_ADDRESS , DMX512_API_PARAM_CHANNEL_COUNT , DMX512_API_PARAM_FADEIN_TIME , DMX512_API_PARAM_FADEOUT_TIME , DMX512_API_PARAM_CHANNELS , DMX512_API_PARAM_VALUES , DMX512_API_PARAM_START , DMX512_API_PARAM_STOP } |
DMX512 API parameter strings indexes. More... | |
Functions | |
void | DMX512_rest_api_router (http_request_s *req) |
Parses the current HTTP request method and URI in order to route requests to a specific api function. More... | |
Variables | |
static const char *const | DMX512_rest_api_endpoints_str [] |
DMX512 API endpoint string. More... | |
static char *const | DMX512_rest_api_args_str [] |
DMX512 API parameter strings. More... | |
DMX512 engine HTTP wrapper. Handles manipulation of the DMX512 engine resources over HTTP through a user-friendly REST API.
#define DMX512_ARG_UNDEF 513 |
Undefined argument default size TODO: remove/change this implementation
Definition at line 12 of file DMX512_rest_api.h.
DMX512 API parameter strings indexes.
Definition at line 32 of file DMX512_rest_api.h.
DMX512 API endpoint string indexes.
Definition at line 18 of file DMX512_rest_api.h.
void DMX512_rest_api_router | ( | http_request_s * | req | ) |
Parses the current HTTP request method and URI in order to route requests to a specific api function.
*req | pointer to the http request instance for retrieving uri parameters |
Definition at line 380 of file DMX512_rest_api.c.
|
static |
DMX512 API parameter strings.
Definition at line 61 of file DMX512_rest_api.h.
|
static |
DMX512 API endpoint string.
Definition at line 48 of file DMX512_rest_api.h.