The Sparta Modeling Framework
Loading...
Searching...
No Matches
core_example::CPUTopology::PortConnectionInfo Struct Reference

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.
 

Detailed Description

Structure to represent a port binding between units in device tree.

Definition at line 75 of file CPUTopology.hpp.

Constructor & Destructor Documentation

◆ PortConnectionInfo()

core_example::CPUTopology::PortConnectionInfo::PortConnectionInfo ( const std::string &  output_port_name,
const std::string &  input_port_name 
)
inline

Constructor for PortConnectionInfo.

Definition at line 86 of file CPUTopology.hpp.

Member Data Documentation

◆ input_port_name

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.

◆ output_port_name

std::string core_example::CPUTopology::PortConnectionInfo::output_port_name

Out port name of unit_1.

Definition at line 78 of file CPUTopology.hpp.


The documentation for this struct was generated from the following file: