|
| static void | send_trailer (bool is_nak, pixelkey_error_t error) |
| | Sends the OK/NAK trailer for each command. More...
|
| |
|
static void | handler_undefined (void *p_cmd_args) |
| |
|
static void | handler_config_get (void *p_cmd_args) |
| |
| static void | handler_config_set (void *p_cmd_args) |
| |
|
static void | handler_help (void *p_cmd_args) |
| |
|
static void | handler_resume (void *p_cmd_args) |
| |
|
static void | handler_stop (void *p_cmd_args) |
| |
|
static void | handler_status (void *p_cmd_args) |
| |
|
static void | handler_version (void *p_cmd_args) |
| |
|
static void | handler_time_get (void *p_cmd_args) |
| |
|
static void | handler_time_set (void *p_cmd_args) |
| |
|
static void | handler_reboot (void *p_cmd_args) |
| |
|
static void | handler_keyframe_wrapper (void *p_cmd_args) |
| |
|
static void | handler_keyframe_mod_repeat (void *p_cmd_args) |
| |
|
static void | handler_keyframe_mod_schedule (void *p_cmd_args) |
| |
|
static void | handler_keyframe_mod_group (void *p_cmd_args) |
| |
|
void | pixelkey_commandproc_init (void) |
| | Initialize the command processor.
|
| |
| pixelkey_error_t | pixelkey_commandproc_push (cmd_t *p_cmd) |
| | Pushes a command to the processor buffer. More...
|
| |
| void | pixelkey_commandproc_task (void) |
| | Executes queued commands. More...
|
| |
|
void | pixelkey_commandproc_terminal_connected (void) |
| | Writes the initial device info and terminal prompt when a terminal attach is detected.
|
| |
| void | pixelkey_commandproc_send_prompt (void) |
| | Writes the terminal prompt. More...
|
| |