gem5
v21.0.0.0
|
#include <MachineID.hh>
Public Member Functions | |
MachineID () | |
MachineID (MachineType mach_type, NodeID node_id) | |
MachineType | getType () const |
NodeID | getNum () const |
bool | isValid () const |
Public Attributes | |
MachineType | type |
NodeID | num |
range: 0 ... number of this machine's components in system - 1 More... | |
Definition at line 50 of file MachineID.hh.
|
inline |
Definition at line 52 of file MachineID.hh.
|
inline |
Definition at line 53 of file MachineID.hh.
|
inline |
Definition at line 61 of file MachineID.hh.
References num.
Referenced by AbstractController::getVersion(), and Network::Network().
|
inline |
Definition at line 60 of file MachineID.hh.
References type.
Referenced by AbstractController::getType(), AbstractController::init(), and Network::Network().
|
inline |
Definition at line 63 of file MachineID.hh.
References type.
NodeID MachineID::num |
range: 0 ... number of this machine's components in system - 1
Definition at line 58 of file MachineID.hh.
Referenced by NetDest::add(), getNum(), NetDest::isElement(), machineIDToNodeID(), MachineIDToString(), mapAddressToRange(), operator!=(), operator<<(), operator==(), and NetDest::remove().
MachineType MachineID::type |
Definition at line 56 of file MachineID.hh.
Referenced by getType(), isValid(), machineIDToMachineType(), MachineIDToString(), operator!=(), operator<<(), and operator==().