F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
|
A validated file. More...
#include <Os/ValidatedFile.hpp>
Public Member Functions | |
ValidatedFile (const char *const fileName) | |
Construct a validated file. More... | |
Os::ValidateFile::Status | validate (void) |
Os::ValidateFile::Status | createHashFile (void) |
const Fw::EightyCharString & | getFileName (void) const |
const Fw::EightyCharString & | getHashFileName (void) const |
const Utils::HashBuffer & | getHashBuffer (void) const |
Public Attributes | |
PRIVATE | __pad0__: Fw::EightyCharString fileName |
Fw::EightyCharString | hashFileName |
The hash file name. More... | |
Utils::HashBuffer | hashBuffer |
The hash value after creating or loading a validation file. More... | |
A validated file.
Definition at line 23 of file ValidatedFile.hpp.
Os::ValidatedFile::ValidatedFile | ( | const char *const | fileName | ) |
Construct a validated file.
fileName | The file name |
Definition at line 18 of file ValidatedFile.cpp.
Os::ValidateFile::Status Os::ValidatedFile::createHashFile | ( | void | ) |
const Fw::EightyCharString & Os::ValidatedFile::getFileName | ( | void | ) | const |
const Utils::HashBuffer & Os::ValidatedFile::getHashBuffer | ( | void | ) | const |
Get the hash file buffer
Definition at line 63 of file ValidatedFile.cpp.
const Fw::EightyCharString & Os::ValidatedFile::getHashFileName | ( | void | ) | const |
Os::ValidateFile::Status Os::ValidatedFile::validate | ( | void | ) |
PRIVATE Os::ValidatedFile::__pad0__ |
Definition at line 56 of file ValidatedFile.hpp.
Utils::HashBuffer Os::ValidatedFile::hashBuffer |
The hash value after creating or loading a validation file.
Definition at line 65 of file ValidatedFile.hpp.
Fw::EightyCharString Os::ValidatedFile::hashFileName |
The hash file name.
Definition at line 62 of file ValidatedFile.hpp.