![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
required type definition to carry state More...
#include <TestDeploymentsProject/Ref/Top/RefTopologyDefs.hpp>
Public Attributes | |
| const char * | hostname |
| Hostname for TCP communication. More... | |
| U16 | port |
| Port for TCP communication. More... | |
| CdhCore::SubtopologyState | cdhCore |
| Subtopology state for CdhCore. More... | |
| ComCcsds::SubtopologyState | comCcsds |
| Subtopology state for ComCcsds. More... | |
| DataProducts::SubtopologyState | dataProducts |
| Subtopology state for DataProducts. More... | |
| FileHandling::SubtopologyState | fileHandling |
| Subtopology state for FileHandling. More... | |
required type definition to carry state
The topology autocoder requires an object that carries state with the name Ref::TopologyState. Only the type definition is required by the autocoder and the contents of this object are otherwise opaque to the autocoder. The contents are entirely up to the definition of the project. This reference application specifies hostname and port fields, which are derived by command line inputs.
Definition at line 80 of file RefTopologyDefs.hpp.
| CdhCore::SubtopologyState Ref::TopologyState::cdhCore |
Subtopology state for CdhCore.
Definition at line 83 of file RefTopologyDefs.hpp.
| ComCcsds::SubtopologyState Ref::TopologyState::comCcsds |
Subtopology state for ComCcsds.
Definition at line 84 of file RefTopologyDefs.hpp.
| DataProducts::SubtopologyState Ref::TopologyState::dataProducts |
Subtopology state for DataProducts.
Definition at line 85 of file RefTopologyDefs.hpp.
| FileHandling::SubtopologyState Ref::TopologyState::fileHandling |
Subtopology state for FileHandling.
Definition at line 86 of file RefTopologyDefs.hpp.
| const char* Ref::TopologyState::hostname |
Hostname for TCP communication.
Definition at line 81 of file RefTopologyDefs.hpp.
| U16 Ref::TopologyState::port |
Port for TCP communication.
Definition at line 82 of file RefTopologyDefs.hpp.