gem5  v20.1.0.0
Public Attributes | List of all members
MemCmd::CommandInfo Struct Reference

Structure that defines attributes and other data associated with a Command. More...

Public Attributes

const std::bitset< NUM_COMMAND_ATTRIBUTESattributes
 Set of attribute flags. More...
 
const Command response
 Corresponding response for requests; InvalidCmd if no response is applicable. More...
 
const std::string str
 String representation (for printing) More...
 

Detailed Description

Structure that defines attributes and other data associated with a Command.

Definition at line 173 of file packet.hh.

Member Data Documentation

◆ attributes

const std::bitset<NUM_COMMAND_ATTRIBUTES> MemCmd::CommandInfo::attributes

Set of attribute flags.

Definition at line 176 of file packet.hh.

Referenced by MemCmd::testCmdAttrib().

◆ response

const Command MemCmd::CommandInfo::response

Corresponding response for requests; InvalidCmd if no response is applicable.

Definition at line 179 of file packet.hh.

Referenced by MemCmd::responseCommand().

◆ str

const std::string MemCmd::CommandInfo::str

String representation (for printing)

Definition at line 181 of file packet.hh.

Referenced by MemCmd::toString().


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

Generated on Wed Sep 30 2020 14:02:27 for gem5 by doxygen 1.8.17