CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
rtos_bulk_downlink_task.c File Reference
Include dependency graph for rtos_bulk_downlink_task.c:

Functions

static void do_bulk_downlink_task_action (void)
 Downlink task action.
 
void TASK_bulk_downlink (void *argument)
 

Variables

uint32_t COMMS_bulk_downlink_delay_per_packet_ms = 208
 
static uint8_t bulk_file_data [COMMS_BULK_FILE_DOWNLINK_PACKET_MAX_DATA_BYTES_PER_PACKET]
 

Function Documentation

◆ do_bulk_downlink_task_action()

static void do_bulk_downlink_task_action ( void )
static

Downlink task action.

Parameters
<br>
Note
Expects that the state has already been checked to be COMMS_BULK_FILE_DOWNLINK_STATE_DOWNLINKING.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TASK_bulk_downlink()

void TASK_bulk_downlink ( void * argument)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ bulk_file_data

◆ COMMS_bulk_downlink_delay_per_packet_ms

uint32_t COMMS_bulk_downlink_delay_per_packet_ms = 208