F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the documentation of this file.
32 this->fileName.toChar(),
33 this->hashFileName.toChar(),
44 this->fileName.toChar(),
45 this->hashFileName.toChar(),
54 return this->fileName;
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)
Fw::EightyCharString hashFileName
The hash file name.
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
Utils::HashBuffer hashBuffer
The hash value after creating or loading a validation file.
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