|
CTS-SAT-1-OBC-Firmware
|
#include "mpi/mpi_data_files.h"#include "log/log.h"#include "littlefs/lfs.h"#include "littlefs/littlefs_helper.h"#include "littlefs/littlefs_searching.h"
Functions | |
| uint8_t | MPI_validate_science_data_file (const char *file_path) |
| Check if the given file path is a valid MPI science data file with a few heuristics (file size, sync word count). | |
| uint8_t MPI_validate_science_data_file | ( | const char * | file_path | ) |
Check if the given file path is a valid MPI science data file with a few heuristics (file size, sync word count).
| file_path | Path of potential science data file to validate. |

