2#ifndef INCLUDE_GUARD__TESTING_TELECOMMAND_DEFINITIONS_H
3#define INCLUDE_GUARD__TESTING_TELECOMMAND_DEFINITIONS_H
9 char *response_output_buf, uint16_t response_output_buf_len);
12 char *response_output_buf, uint16_t response_output_buf_len);
15 char *response_output_buf, uint16_t response_output_buf_len);
19 char *response_output_buf, uint16_t response_output_buf_len
uint8_t TCMDEXEC_echo_back_args(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
A demo telecommand that echoes back the argument it received.
Definition testing_telecommand_defs.c:18
uint8_t TCMDEXEC_echo_back_uint32_args(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
A demo telecommand that echoes back each integer argument it received.
Definition testing_telecommand_defs.c:32
uint8_t TCMDEXEC_demo_blocking_delay(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Delay for a specified number of milliseconds, for testing purposes.
Definition testing_telecommand_defs.c:71
uint8_t TCMDEXEC_run_all_unit_tests(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Definition testing_telecommand_defs.c:60