![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Namespaces | |
Allocation | |
BaseIds | |
ConfigConstants | |
ConfigObjects | |
InstanceIds | |
Priorities | |
QueueSizes | |
StackSizes | |
TaskIds | |
Classes | |
class | Ports_ComPacketQueue |
struct | SubtopologyState |
struct | TopologyState |
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... | |
void ComCcsds::configComponents | ( | const TopologyState & | state | ) |
Configure components.
state | The topology state |
Definition at line 122 of file SubtopologyTopologyAc.cpp.
void ComCcsds::connectComponents | ( | ) |
Connect components.
Definition at line 177 of file SubtopologyTopologyAc.cpp.
void ComCcsds::freeThreads | ( | const TopologyState & | state | ) |
Free threads.
state | The topology state |
Definition at line 350 of file SubtopologyTopologyAc.cpp.
void ComCcsds::initComponents | ( | const TopologyState & | state | ) |
Initialize components.
state | The topology state |
Definition at line 107 of file SubtopologyTopologyAc.cpp.
void ComCcsds::loadParameters | ( | ) |
Load parameters.
Definition at line 320 of file SubtopologyTopologyAc.cpp.
void ComCcsds::readParameters | ( | ) |
Read parameters.
Definition at line 316 of file SubtopologyTopologyAc.cpp.
void ComCcsds::regCommands | ( | ) |
Register commands.
Definition at line 312 of file SubtopologyTopologyAc.cpp.
void ComCcsds::setBaseIds | ( | ) |
Set component base Ids.
Definition at line 162 of file SubtopologyTopologyAc.cpp.
void ComCcsds::setup | ( | const TopologyState & | state | ) |
Set up the topology.
state | The topology state |
Definition at line 367 of file SubtopologyTopologyAc.cpp.
void ComCcsds::startTasks | ( | const TopologyState & | state | ) |
Start tasks.
state | The topology state |
Definition at line 324 of file SubtopologyTopologyAc.cpp.
void ComCcsds::stopTasks | ( | const TopologyState & | state | ) |
Stop tasks.
state | The topology state |
Definition at line 344 of file SubtopologyTopologyAc.cpp.
void ComCcsds::teardown | ( | const TopologyState & | state | ) |
Tear down the topology.
state | The topology state |
Definition at line 378 of file SubtopologyTopologyAc.cpp.
void ComCcsds::tearDownComponents | ( | const TopologyState & | state | ) |
Tear down components.
state | The topology state |
Definition at line 356 of file SubtopologyTopologyAc.cpp.
Svc::Ccsds::ApidManager ComCcsds::apidManager |
apidManager
Definition at line 31 of file SubtopologyTopologyAc.hpp.
Svc::CmdSequencer ComCcsds::cmdSeq |
cmdSeq
Definition at line 38 of file SubtopologyTopologyAc.hpp.
Drv::TcpClient ComCcsds::comDriver |
comDriver
Definition at line 45 of file SubtopologyTopologyAc.hpp.
Svc::BufferManager ComCcsds::commsBufferManager |
commsBufferManager
Definition at line 66 of file SubtopologyTopologyAc.hpp.
Svc::ComQueue ComCcsds::comQueue |
comQueue
Definition at line 52 of file SubtopologyTopologyAc.hpp.
Svc::ComStub ComCcsds::comStub |
comStub
Definition at line 59 of file SubtopologyTopologyAc.hpp.
Svc::FprimeRouter ComCcsds::fprimeRouter |
fprimeRouter
Definition at line 73 of file SubtopologyTopologyAc.hpp.
Svc::FrameAccumulator ComCcsds::frameAccumulator |
frameAccumulator
Definition at line 80 of file SubtopologyTopologyAc.hpp.
Svc::Ccsds::SpacePacketDeframer ComCcsds::spacePacketDeframer |
spacePacketDeframer
Definition at line 87 of file SubtopologyTopologyAc.hpp.
Svc::Ccsds::SpacePacketFramer ComCcsds::spacePacketFramer |
spacePacketFramer
Definition at line 94 of file SubtopologyTopologyAc.hpp.
Svc::Ccsds::TcDeframer ComCcsds::tcDeframer |
tcDeframer
Definition at line 101 of file SubtopologyTopologyAc.hpp.
Svc::Ccsds::TmFramer ComCcsds::tmFramer |
tmFramer
Definition at line 108 of file SubtopologyTopologyAc.hpp.