CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
comms_tx.c File Reference
#include "comms_drivers/comms_tx.h"
#include "comms_drivers/beacon.h"
#include <string.h>
Include dependency graph for comms_tx.c:

Functions

uint8_t COMMS_downlink_tcmd_response (uint64_t ts_sent, uint8_t response_code, uint16_t duration_ms, char *response, uint32_t response_len)
 
uint8_t COMMS_downlink_log_message (const char log_message_str[])
 
uint8_t COMMS_downlink_bulk_file_downlink (uint8_t file_seq_num, uint8_t file_max_seq_num, uint32_t file_offset, uint8_t data[], uint16_t data_len)
 
uint8_t COMMS_downlink_beacon_basic_packet ()
 

Variables

static COMMS_log_message_packet_t log_msg_packet
 
static COMMS_beacon_basic_packet_t beacon_basic_packet
 

Function Documentation

◆ COMMS_downlink_beacon_basic_packet()

uint8_t COMMS_downlink_beacon_basic_packet ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ COMMS_downlink_bulk_file_downlink()

uint8_t COMMS_downlink_bulk_file_downlink ( uint8_t file_seq_num,
uint8_t file_max_seq_num,
uint32_t file_offset,
uint8_t data[],
uint16_t data_len )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ COMMS_downlink_log_message()

uint8_t COMMS_downlink_log_message ( const char log_message_str[])
Here is the call graph for this function:
Here is the caller graph for this function:

◆ COMMS_downlink_tcmd_response()

uint8_t COMMS_downlink_tcmd_response ( uint64_t ts_sent,
uint8_t response_code,
uint16_t duration_ms,
char * response,
uint32_t response_len )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ beacon_basic_packet

COMMS_beacon_basic_packet_t beacon_basic_packet
static

◆ log_msg_packet

COMMS_log_message_packet_t log_msg_packet
static