CTS-SAT-1-OBC-Firmware
Toggle main menu visibility
Loading...
Searching...
No Matches
firmware
Core
Inc
telecommands
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
6
uint8_t
TCMDEXEC_boom_deploy_timed
(
7
const
char
*args_str,
8
char
*response_output_buf, uint16_t response_output_buf_len
9
);
10
11
12
uint8_t
TCMDEXEC_boom_self_check
(
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 */
TCMDEXEC_boom_self_check
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
TCMDEXEC_boom_deploy_timed
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
Generated by
1.17.0