![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the source code of this file.
Namespaces | |
FileHandling | |
Functions | |
void | FileHandling::initComponents (const TopologyState &state) |
Initialize components. More... | |
void | FileHandling::configComponents (const TopologyState &state) |
Configure components. More... | |
void | FileHandling::setBaseIds () |
Set component base Ids. More... | |
void | FileHandling::connectComponents () |
Connect components. More... | |
void | FileHandling::regCommands () |
Register commands. More... | |
void | FileHandling::readParameters () |
Read parameters. More... | |
void | FileHandling::loadParameters () |
Load parameters. More... | |
void | FileHandling::startTasks (const TopologyState &state) |
Start tasks. More... | |
void | FileHandling::stopTasks (const TopologyState &state) |
Stop tasks. More... | |
void | FileHandling::freeThreads (const TopologyState &state) |
Free threads. More... | |
void | FileHandling::tearDownComponents (const TopologyState &state) |
Tear down components. More... | |
void | FileHandling::setup (const TopologyState &state) |
Set up the topology. More... | |
void | FileHandling::teardown (const TopologyState &state) |
Tear down the topology. More... | |
Variables | |
Svc::FileDownlink | FileHandling::fileDownlink (FW_OPTIONAL_NAME("fileDownlink")) |
fileDownlink More... | |
Svc::FileManager | FileHandling::fileManager (FW_OPTIONAL_NAME("fileManager")) |
fileManager More... | |
Svc::FileUplink | FileHandling::fileUplink (FW_OPTIONAL_NAME("fileUplink")) |
fileUplink More... | |
Svc::PrmDb | FileHandling::prmDb (FW_OPTIONAL_NAME("prmDb")) |
prmDb More... | |