|
CTS-SAT-1-OBC-Firmware
|


Go to the source code of this file.
Enumerations | |
| enum | COMMS_bulk_file_downlink_state_enum_t { COMMS_BULK_FILE_DOWNLINK_STATE_IDLE , COMMS_BULK_FILE_DOWNLINK_STATE_DOWNLINKING , COMMS_BULK_FILE_DOWNLINK_STATE_PAUSED } |
Functions | |
| int32_t | COMMS_bulk_file_downlink_start (char *file_path, uint32_t start_offset, uint32_t max_bytes) |
| Initiate a bulk file downlink over the UHF radio. | |
| uint8_t | COMMS_bulk_file_downlink_pause (void) |
| uint8_t | COMMS_bulk_file_downlink_resume (void) |
| uint8_t COMMS_bulk_file_downlink_pause | ( | void | ) |

| uint8_t COMMS_bulk_file_downlink_resume | ( | void | ) |

| int32_t COMMS_bulk_file_downlink_start | ( | char * | file_path, |
| uint32_t | start_offset, | ||
| uint32_t | max_bytes ) |
Initiate a bulk file downlink over the UHF radio.
| file_path | File name/path to downlink. |
| start_offset | The byte offset in the file to start downlinking from (0 for start). |
| max_bytes | The maximum number of bytes to downlink. Maximum value is 1000000 (1 MB, COMMS_bulk_file_downlink_total_bytes), for safety (to avoid a very very long-running downlink chain). Values >1 MB will be limited to 1 MB, and value 0 will be set to 1 MB. |


|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |