F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <FpConfig.hpp>
#include <cstdio>
#include <Utils/CRCChecker.hpp>
#include <Fw/Types/Assert.hpp>
#include <Os/File.hpp>
#include <Os/FileSystem.hpp>
#include <Utils/Hash/Hash.hpp>
Go to the source code of this file.
Namespaces | |
Utils | |
Functions | |
crc_stat_t | Utils::create_checksum_file (const char *const fname) |
crc_stat_t | Utils::read_crc32_from_file (const char *const fname, U32 &checksum_from_file) |
crc_stat_t | Utils::verify_checksum (const char *const fname, U32 &expected, U32 &actual) |