OpenOCD
|
Go to the source code of this file.
Functions | |
int | tcl_init (void) |
int | tcl_register_commands (struct command_context *cmd_ctx) |
void | tcl_service_free (void) |
int tcl_init | ( | void | ) |
Definition at line 277 of file tcl_server.c.
References add_service(), CONNECTION_LIMIT_UNLIMITED, ERROR_OK, LOG_INFO, NULL, tcl_port, and tcl_service_driver.
Referenced by server_init().
int tcl_register_commands | ( | struct command_context * | cmd_ctx | ) |
Definition at line 353 of file tcl_server.c.
References NULL, register_commands(), tcl_command_handlers, and tcl_port.
Referenced by server_register_commands().
void tcl_service_free | ( | void | ) |