gem5
v20.1.0.0
|
Similar to ParamDesc to describe ports. More...
#include <cxx_config.hh>
Public Member Functions | |
PortDesc (const std::string &name_, bool isVector_, bool isRequestor_) | |
Public Attributes | |
const std::string | name |
const bool | isVector |
const bool | isRequestor |
Is this a request or response port. More... | |
Similar to ParamDesc to describe ports.
Definition at line 90 of file cxx_config.hh.
|
inline |
Definition at line 101 of file cxx_config.hh.
const bool CxxConfigDirectoryEntry::PortDesc::isRequestor |
Is this a request or response port.
Definition at line 99 of file cxx_config.hh.
Referenced by CxxConfigManager::bindObjectPorts().
const bool CxxConfigDirectoryEntry::PortDesc::isVector |
Definition at line 96 of file cxx_config.hh.
Referenced by CxxConfigManager::bindObjectPorts().
const std::string CxxConfigDirectoryEntry::PortDesc::name |
Definition at line 93 of file cxx_config.hh.
Referenced by CxxConfigManager::bindObjectPorts(), CxxConfigManager::bindRequestPort(), and CxxConfigManager::findObjectParams().