gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::CxxConfigDirectoryEntry::PortDesc Class Reference

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.
 

Detailed Description

Similar to ParamDesc to describe ports.

Definition at line 93 of file cxx_config.hh.

Constructor & Destructor Documentation

◆ PortDesc()

gem5::CxxConfigDirectoryEntry::PortDesc::PortDesc ( const std::string & name_,
bool isVector_,
bool isRequestor_ )
inline

Definition at line 104 of file cxx_config.hh.

Member Data Documentation

◆ isRequestor

const bool gem5::CxxConfigDirectoryEntry::PortDesc::isRequestor

Is this a request or response port.

Definition at line 102 of file cxx_config.hh.

Referenced by gem5::CxxConfigManager::bindObjectPorts().

◆ isVector

const bool gem5::CxxConfigDirectoryEntry::PortDesc::isVector

Definition at line 99 of file cxx_config.hh.

Referenced by gem5::CxxConfigManager::bindObjectPorts().

◆ name

const std::string gem5::CxxConfigDirectoryEntry::PortDesc::name

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

Generated on Tue Jun 18 2024 16:24:10 for gem5 by doxygen 1.11.0