gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
MasterInfo Struct Reference

The MasterInfo class contains data about a specific master. More...

#include <mem_master.hh>

Public Member Functions

 MasterInfo (const SimObject *_obj, std::string master_name, MasterID master_id)
 

Public Attributes

const SimObjectobj
 SimObject related to the Master. More...
 
std::string masterName
 Master Name. More...
 
MasterID masterId
 Master ID. More...
 

Detailed Description

The MasterInfo class contains data about a specific master.

Definition at line 54 of file mem_master.hh.

Constructor & Destructor Documentation

◆ MasterInfo()

MasterInfo::MasterInfo ( const SimObject _obj,
std::string  master_name,
MasterID  master_id 
)
inline

Definition at line 56 of file mem_master.hh.

Member Data Documentation

◆ masterId

MasterID MasterInfo::masterId

Master ID.

Definition at line 69 of file mem_master.hh.

◆ masterName

std::string MasterInfo::masterName

Master Name.

Definition at line 66 of file mem_master.hh.

◆ obj

const SimObject* MasterInfo::obj

SimObject related to the Master.

Definition at line 63 of file mem_master.hh.


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

Generated on Fri Feb 28 2020 16:27:12 for gem5 by doxygen 1.8.13