CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
bulk_file_downlink.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__BULK_FILE_DOWNLINK_H__
2#define INCLUDE_GUARD__BULK_FILE_DOWNLINK_H__
3
4#include <stdint.h>
5
6#include "littlefs/lfs.h" // For lfs_file_t type.
7#include "littlefs/littlefs_helper.h" // For LFS_MAX_PATH_LENGTH
8
14
15
25
26
27int32_t COMMS_bulk_file_downlink_start(char *file_path, uint32_t start_offset, uint32_t max_bytes);
28
30
32
33#endif // INCLUDE_GUARD__BULK_FILE_DOWNLINK_H__
struct lfs_file lfs_file_t
#define LFS_MAX_PATH_LENGTH
The maximum path length supported by CTS-SAT-1, including the null terminator.
Definition littlefs_helper.h:25