F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
Defines a file class to validate files or generate a file validator file. More...
#include <Utils/Hash/HashBuffer.hpp>
Go to the source code of this file.
Namespaces | |
Os | |
Os::ValidateFile | |
Macros | |
#define | VFILE_HASH_CHUNK_SIZE (256) |
Functions | |
Status | Os::ValidateFile::validate (const char *fileName, const char *hashFileName, Utils::HashBuffer &hashBuffer) |
Validate the contents of a file 'fileName' against its hash. More... | |
Status | Os::ValidateFile::validate (const char *fileName, const char *hashFileName) |
stored in 'hashFileName' More... | |
Status | Os::ValidateFile::createValidation (const char *fileName, const char *hash, Utils::HashBuffer &hashBuffer) |
Status | Os::ValidateFile::createValidation (const char *fileName, const char *hashFileName) |
in a file 'hashFileName' More... | |
Defines a file class to validate files or generate a file validator file.
Definition in file ValidateFile.hpp.
#define VFILE_HASH_CHUNK_SIZE (256) |
Definition at line 16 of file ValidateFile.hpp.