The Sparta Modeling Framework
|
Structure to represent a port binding between units in device tree. More...
#include <CPUTopology.hpp>
Public Member Functions | |
PortConnectionInfo (const std::string &output_port_name, const std::string &input_port_name) | |
Constructor for PortConnectionInfo. | |
Public Attributes | |
std::string | output_port_name |
Out port name of unit_1. | |
std::string | input_port_name |
In port name of next unit, unit_2. | |
Structure to represent a port binding between units in device tree.
Definition at line 75 of file CPUTopology.hpp.
|
inline |
Constructor for PortConnectionInfo.
Definition at line 86 of file CPUTopology.hpp.
std::string core_example::CPUTopology::PortConnectionInfo::input_port_name |
In port name of next unit, unit_2.
Definition at line 81 of file CPUTopology.hpp.
std::string core_example::CPUTopology::PortConnectionInfo::output_port_name |
Out port name of unit_1.
Definition at line 78 of file CPUTopology.hpp.