gem5
v20.0.0.0
|
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 SimObject * | obj |
SimObject related to the Master. More... | |
std::string | masterName |
Master Name. More... | |
MasterID | masterId |
Master ID. More... | |
The MasterInfo class contains data about a specific master.
Definition at line 52 of file mem_master.hh.
|
inline |
Definition at line 54 of file mem_master.hh.
MasterID MasterInfo::masterId |
Master ID.
Definition at line 67 of file mem_master.hh.
std::string MasterInfo::masterName |
Master Name.
Definition at line 64 of file mem_master.hh.
const SimObject* MasterInfo::obj |
SimObject related to the Master.
Definition at line 61 of file mem_master.hh.