CTS-SAT-1-OBC-Firmware
Loading...
Searching...
No Matches
mpi_data_files.h
Go to the documentation of this file.
1#ifndef INCLUDE_GUARD__MPI_DATA_FILES_H
2#define INCLUDE_GUARD__MPI_DATA_FILES_H
3
4#include <stdint.h>
5
6uint8_t MPI_validate_science_data_file(const char* file_path);
7
8#endif // INCLUDE_GUARD__MPI_DATA_FILES_H
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,...
Definition mpi_data_files.c:11