|
CTS-SAT-1-OBC-Firmware
|
#include "boom_deploy_drivers/boom_deploy_drivers.h"#include "telecommand_exec/telecommand_definitions.h"#include "telecommand_exec/telecommand_args_helpers.h"#include "eps_drivers/eps_commands.h"#include "eps_drivers/eps_types_to_json.h"#include "eps_drivers/eps_types.h"#include "eps_drivers/eps_channel_control.h"#include "telecommands/boom_deploy_telecommand_defs.h"#include "log/log.h"#include "main.h"#include <stdio.h>#include <stdlib.h>#include <string.h>
Functions | |
| uint8_t | TCMDEXEC_boom_deploy_timed (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Activate the burn wire for the specified duration. | |
| static void | boom_self_check_cleanup () |
| uint8_t | TCMDEXEC_boom_self_check (const char *args_str, char *response_output_buf, uint16_t response_output_buf_len) |
| Run the self-check on the boom deployment system. | |
|
static |


| uint8_t TCMDEXEC_boom_deploy_timed | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Activate the burn wire for the specified duration.
| args_str |
|

| uint8_t TCMDEXEC_boom_self_check | ( | const char * | args_str, |
| char * | response_output_buf, | ||
| uint16_t | response_output_buf_len ) |
Run the self-check on the boom deployment system.
| args_str | None. |
