F´ Flight Software - C/C++ Documentation
devel
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 () |
Os::ValidateFile::Status | createHashFile () |
const Fw::StringBase & | getFileName () const |
const Fw::StringBase & | getHashFileName () const |
const Utils::HashBuffer & | getHashBuffer () const |
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 | ( | ) |
const Fw::StringBase & Os::ValidatedFile::getFileName | ( | ) | const |
const Utils::HashBuffer & Os::ValidatedFile::getHashBuffer | ( | ) | const |
Get the hash file buffer
Definition at line 63 of file ValidatedFile.cpp.
const Fw::StringBase & Os::ValidatedFile::getHashFileName | ( | ) | const |
Os::ValidateFile::Status Os::ValidatedFile::validate | ( | ) |