|
CTS-SAT-1-OBC-Firmware
|
#include <stdint.h>

Go to the source code of this file.
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. |

