![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Namespaces | |
BaseIds | |
ConfigConstants | |
InstanceIds | |
Priorities | |
QueueSizes | |
StackSizes | |
TaskIds | |
Functions | |
void | initComponents (const TopologyState &state) |
Initialize components. More... | |
void | configComponents (const TopologyState &state) |
Configure components. More... | |
void | setBaseIds () |
Set component base Ids. More... | |
void | connectComponents () |
Connect components. More... | |
void | regCommands () |
Register commands. More... | |
void | readParameters () |
Read parameters. More... | |
void | loadParameters () |
Load parameters. More... | |
void | startTasks (const TopologyState &state) |
Start tasks. More... | |
void | stopTasks (const TopologyState &state) |
Stop tasks. More... | |
void | freeThreads (const TopologyState &state) |
Free threads. More... | |
void | tearDownComponents (const TopologyState &state) |
Tear down components. More... | |
void | setup (const TopologyState &state) |
Set up the topology. More... | |
void | teardown (const TopologyState &state) |
Tear down the topology. More... | |
Variables | |
Svc::CommandDispatcher | cmdDisp (FW_OPTIONAL_NAME("cmdDisp")) |
cmdDisp More... | |
Svc::ActiveLogger | events (FW_OPTIONAL_NAME("events")) |
events More... | |
Svc::AssertFatalAdapter | fatalAdapter (FW_OPTIONAL_NAME("fatalAdapter")) |
fatalAdapter More... | |
Svc::FatalHandler | fatalHandler (FW_OPTIONAL_NAME("fatalHandler")) |
fatalHandler More... | |
Svc::Health | health (FW_OPTIONAL_NAME("health")) |
health More... | |
Svc::PassiveTextLogger | textLogger (FW_OPTIONAL_NAME("textLogger")) |
textLogger More... | |
Svc::TlmChan | tlmSend (FW_OPTIONAL_NAME("tlmSend")) |
tlmSend More... | |
Svc::Version | version (FW_OPTIONAL_NAME("version")) |
version More... | |
void CdhCore::configComponents | ( | const TopologyState & | state | ) |
Configure components.
state | The topology state |
Definition at line 78 of file SubtopologyTopologyAc.cpp.
void CdhCore::connectComponents | ( | ) |
Connect components.
Definition at line 100 of file SubtopologyTopologyAc.cpp.
void CdhCore::freeThreads | ( | const TopologyState & | state | ) |
Free threads.
state | The topology state |
Definition at line 151 of file SubtopologyTopologyAc.cpp.
void CdhCore::initComponents | ( | const TopologyState & | state | ) |
Initialize components.
state | The topology state |
Definition at line 67 of file SubtopologyTopologyAc.cpp.
void CdhCore::loadParameters | ( | ) |
Load parameters.
Definition at line 120 of file SubtopologyTopologyAc.cpp.
void CdhCore::readParameters | ( | ) |
Read parameters.
Definition at line 116 of file SubtopologyTopologyAc.cpp.
void CdhCore::regCommands | ( | ) |
Register commands.
Definition at line 109 of file SubtopologyTopologyAc.cpp.
void CdhCore::setBaseIds | ( | ) |
Set component base Ids.
Definition at line 89 of file SubtopologyTopologyAc.cpp.
void CdhCore::setup | ( | const TopologyState & | state | ) |
Set up the topology.
state | The topology state |
Definition at line 165 of file SubtopologyTopologyAc.cpp.
void CdhCore::startTasks | ( | const TopologyState & | state | ) |
Start tasks.
state | The topology state |
Definition at line 124 of file SubtopologyTopologyAc.cpp.
void CdhCore::stopTasks | ( | const TopologyState & | state | ) |
Stop tasks.
state | The topology state |
Definition at line 145 of file SubtopologyTopologyAc.cpp.
void CdhCore::teardown | ( | const TopologyState & | state | ) |
Tear down the topology.
state | The topology state |
Definition at line 176 of file SubtopologyTopologyAc.cpp.
void CdhCore::tearDownComponents | ( | const TopologyState & | state | ) |
Tear down components.
state | The topology state |
Definition at line 157 of file SubtopologyTopologyAc.cpp.
Svc::CommandDispatcher CdhCore::cmdDisp |
cmdDisp
Definition at line 27 of file SubtopologyTopologyAc.hpp.
Svc::ActiveLogger CdhCore::events |
events
Definition at line 34 of file SubtopologyTopologyAc.hpp.
Svc::AssertFatalAdapter CdhCore::fatalAdapter |
fatalAdapter
Definition at line 41 of file SubtopologyTopologyAc.hpp.
Svc::FatalHandler CdhCore::fatalHandler |
fatalHandler
Definition at line 48 of file SubtopologyTopologyAc.hpp.
Svc::Health CdhCore::health |
health
Definition at line 55 of file SubtopologyTopologyAc.hpp.
Svc::PassiveTextLogger CdhCore::textLogger |
textLogger
Definition at line 62 of file SubtopologyTopologyAc.hpp.
Svc::TlmChan CdhCore::tlmSend |
tlmSend
Definition at line 69 of file SubtopologyTopologyAc.hpp.
Svc::Version CdhCore::version |
version
Definition at line 76 of file SubtopologyTopologyAc.hpp.