CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
boom_deploy_telecommand_defs.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__BOOM_DEPLOY_TELECOMMAND_DEFS_H
2#define INCLUDE_GUARD__BOOM_DEPLOY_TELECOMMAND_DEFS_H
3
4#include <stdint.h>
5
7 const char *args_str,
8 char *response_output_buf, uint16_t response_output_buf_len
9);
10
11
13 const char *args_str,
14 char *response_output_buf, uint16_t response_output_buf_len
15);
16
17#endif /* INCLUDE_GUARD__BOOM_DEPLOY_TELECOMMAND_DEFS_H */
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.
Definition boom_deploy_telecommand_defs.c:170
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.
Definition boom_deploy_telecommand_defs.c:30