|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    A framework for building embedded system applications to NASA flight quality standards. | 
#include <Fw/Types/BasicTypes.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) | 
| Variables | |
| static const NATIVE_INT_TYPE | Utils::CRC_FILE_READ_BLOCK = 2048 | 
| static const U32 | Utils::CRC_MAX_FILENAME_SIZE = 128 |