![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include "Drv/TcpClient/TcpClient.hpp"
#include "Svc/BufferManager/BufferManager.hpp"
#include "Svc/CmdSequencer/CmdSequencer.hpp"
#include "Svc/ComQueue/ComQueue.hpp"
#include "Svc/ComStub/ComStub.hpp"
#include "Svc/FprimeDeframer/FprimeDeframer.hpp"
#include "Svc/FprimeFramer/FprimeFramer.hpp"
#include "Svc/FprimeRouter/FprimeRouter.hpp"
#include "Svc/FrameAccumulator/FrameAccumulator.hpp"
#include "Svc/Subtopologies/ComFprime/SubtopologyTopologyDefs.hpp"
Go to the source code of this file.
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... | |