![]() |
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/Ccsds/ApidManager/ApidManager.hpp"
#include "Svc/Ccsds/SpacePacketDeframer/SpacePacketDeframer.hpp"
#include "Svc/Ccsds/SpacePacketFramer/SpacePacketFramer.hpp"
#include "Svc/Ccsds/TcDeframer/TcDeframer.hpp"
#include "Svc/Ccsds/TmFramer/TmFramer.hpp"
#include "Svc/CmdSequencer/CmdSequencer.hpp"
#include "Svc/ComQueue/ComQueue.hpp"
#include "Svc/ComStub/ComStub.hpp"
#include "Svc/FprimeRouter/FprimeRouter.hpp"
#include "Svc/FrameAccumulator/FrameAccumulator.hpp"
#include "Svc/Subtopologies/ComCcsds/SubtopologyTopologyDefs.hpp"
Go to the source code of this file.
Functions | |
void | ComCcsds::initComponents (const TopologyState &state) |
Initialize components. More... | |
void | ComCcsds::configComponents (const TopologyState &state) |
Configure components. More... | |
void | ComCcsds::setBaseIds () |
Set component base Ids. More... | |
void | ComCcsds::connectComponents () |
Connect components. More... | |
void | ComCcsds::regCommands () |
Register commands. More... | |
void | ComCcsds::readParameters () |
Read parameters. More... | |
void | ComCcsds::loadParameters () |
Load parameters. More... | |
void | ComCcsds::startTasks (const TopologyState &state) |
Start tasks. More... | |
void | ComCcsds::stopTasks (const TopologyState &state) |
Stop tasks. More... | |
void | ComCcsds::freeThreads (const TopologyState &state) |
Free threads. More... | |
void | ComCcsds::tearDownComponents (const TopologyState &state) |
Tear down components. More... | |
void | ComCcsds::setup (const TopologyState &state) |
Set up the topology. More... | |
void | ComCcsds::teardown (const TopologyState &state) |
Tear down the topology. More... | |