gem5
|
Structure that defines attributes and other data associated with a Command. More...
Public Attributes | |
const std::bitset < NUM_COMMAND_ATTRIBUTES > | attributes |
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... | |
Structure that defines attributes and other data associated with a Command.
const std::bitset<NUM_COMMAND_ATTRIBUTES> MemCmd::CommandInfo::attributes |
Set of attribute flags.
Definition at line 165 of file packet.hh.
Referenced by MemCmd::testCmdAttrib().
const Command MemCmd::CommandInfo::response |
Corresponding response for requests; InvalidCmd if no response is applicable.
Definition at line 168 of file packet.hh.
Referenced by MemCmd::responseCommand().
const std::string MemCmd::CommandInfo::str |
String representation (for printing)
Definition at line 170 of file packet.hh.
Referenced by MemCmd::toString().