![]() |
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 | |
ComFprime | |
Functions | |
void | ComFprime::initComponents (const TopologyState &state) |
Initialize components. More... | |
void | ComFprime::configComponents (const TopologyState &state) |
Configure components. More... | |
void | ComFprime::setBaseIds () |
Set component base Ids. More... | |
void | ComFprime::connectComponents () |
Connect components. More... | |
void | ComFprime::regCommands () |
Register commands. More... | |
void | ComFprime::readParameters () |
Read parameters. More... | |
void | ComFprime::loadParameters () |
Load parameters. More... | |
void | ComFprime::startTasks (const TopologyState &state) |
Start tasks. More... | |
void | ComFprime::stopTasks (const TopologyState &state) |
Stop tasks. More... | |
void | ComFprime::freeThreads (const TopologyState &state) |
Free threads. More... | |
void | ComFprime::tearDownComponents (const TopologyState &state) |
Tear down components. More... | |
void | ComFprime::setup (const TopologyState &state) |
Set up the topology. More... | |
void | ComFprime::teardown (const TopologyState &state) |
Tear down the topology. More... | |
Variables | |
Svc::CmdSequencer | ComFprime::cmdSeq (FW_OPTIONAL_NAME("cmdSeq")) |
cmdSeq More... | |
Drv::TcpClient | ComFprime::comDriver (FW_OPTIONAL_NAME("comDriver")) |
comDriver More... | |
Svc::ComQueue | ComFprime::comQueue (FW_OPTIONAL_NAME("comQueue")) |
comQueue More... | |
Svc::ComStub | ComFprime::comStub (FW_OPTIONAL_NAME("comStub")) |
comStub More... | |
Svc::BufferManager | ComFprime::commsBufferManager (FW_OPTIONAL_NAME("commsBufferManager")) |
commsBufferManager More... | |
Svc::FprimeDeframer | ComFprime::deframer (FW_OPTIONAL_NAME("deframer")) |
deframer More... | |
Svc::FprimeFramer | ComFprime::fprimeFramer (FW_OPTIONAL_NAME("fprimeFramer")) |
fprimeFramer More... | |
Svc::FprimeRouter | ComFprime::fprimeRouter (FW_OPTIONAL_NAME("fprimeRouter")) |
fprimeRouter More... | |
Svc::FrameAccumulator | ComFprime::frameAccumulator (FW_OPTIONAL_NAME("frameAccumulator")) |
frameAccumulator More... | |