gem5  v21.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
MachineID Struct Reference

#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...
 

Detailed Description

Definition at line 50 of file MachineID.hh.

Constructor & Destructor Documentation

◆ MachineID() [1/2]

MachineID::MachineID ( )
inline

Definition at line 52 of file MachineID.hh.

◆ MachineID() [2/2]

MachineID::MachineID ( MachineType  mach_type,
NodeID  node_id 
)
inline

Definition at line 53 of file MachineID.hh.

Member Function Documentation

◆ getNum()

NodeID MachineID::getNum ( ) const
inline

Definition at line 61 of file MachineID.hh.

References num.

Referenced by AbstractController::getVersion(), and Network::Network().

◆ getType()

MachineType MachineID::getType ( ) const
inline

Definition at line 60 of file MachineID.hh.

References type.

Referenced by AbstractController::getType(), AbstractController::init(), and Network::Network().

◆ isValid()

bool MachineID::isValid ( ) const
inline

Definition at line 63 of file MachineID.hh.

References type.

Member Data Documentation

◆ num

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().

◆ type

MachineType MachineID::type

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

Generated on Tue Mar 23 2021 19:41:37 for gem5 by doxygen 1.8.17