 |
F´ Flight Software - C/C++ Documentation
NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
33 this->hashFileName.toChar(),
45 this->hashFileName.toChar(),
54 return this->fileName;
60 return this->hashFileName;
66 return this->hashBuffer;
const char * toChar(void) const
gets char buffer
Os::ValidateFile::Status validate(void)
static void addFileExtension(const Fw::EightyCharString &baseName, Fw::EightyCharString &extendedName)
const Fw::EightyCharString & getHashFileName(void) const
Os::ValidateFile::Status createHashFile(void)
Status createValidation(const char *fileName, const char *hash, Utils::HashBuffer &hashBuffer)
An container class for holding a hash buffer.
const Fw::EightyCharString & getFileName(void) const
ValidatedFile(const char *const fileName)
Construct a validated file.
Status validate(const char *fileName, const char *hashFileName, Utils::HashBuffer &hashBuffer)
Validate the contents of a file 'fileName' against its hash.
const Utils::HashBuffer & getHashBuffer(void) const