Response to a Write.
More...
#include <stdMem.h>
|
|
| WriteResp (id_t id, Addr physAddr, uint64_t size, flags_t flags=0, Addr virtAddr=0, Addr instPtr=0, uint32_t tid=0) |
| | Manually construct a write response.
|
|
| WriteResp (Write *wr) |
| | Automatically construct a write response from a Write.
|
|
virtual | ~WriteResp () |
| | Destructor.
|
| virtual Request * | makeResponse () override |
| virtual bool | needsResponse () override |
| SST::Event * | convert (RequestConverter *converter) override |
| void | handle (RequestHandler *handler) override |
| std::string | getString () override |
| void | serialize_order (SST::Core::Serialization::serializer &ser) override |
|
| ImplementSerializable (SST::Interfaces::StandardMem::WriteResp) |
| Public Member Functions inherited from SST::Interfaces::StandardMem::Request |
|
| Request (flags_t fl=0) |
|
| Request (id_t rid, flags_t flags=0) |
|
id_t | getID () |
|
void | setNoncacheable () |
|
void | unsetNoncacheable () |
|
bool | getNoncacheable () |
|
void | setSuccess () |
|
void | unsetSuccess () |
|
bool | getSuccess () |
|
bool | getFail () |
|
void | setFail () |
|
void | unsetFail () |
|
void | setTrace () |
|
void | unsetTrace () |
|
bool | getTrace () |
|
void | setFlag (flags_t flag) |
|
void | setFlag (Flag flag) |
|
void | unsetFlag (flags_t flag) |
|
void | unsetFlag (Flag flag) |
|
bool | getFlag (flags_t flag) |
|
bool | getFlag (Flag flag) |
|
void | clearAllFlags () |
|
flags_t | getAllFlags () |
|
std::string | getFlagString () |
|
| ImplementVirtualSerializable (SST::Interfaces::StandardMem::Request) |
|
virtual const char * | cls_name () const =0 |
|
virtual uint32_t | cls_id () const =0 |
|
virtual std::string | serialization_name () const =0 |
|
| Public Types inherited from SST::Interfaces::StandardMem::Request |
| enum class | Flag { F_NONCACHEABLE = 1 << 1
, F_FAIL = 1 << 2
, F_TRACE = 1 << 3
, F_RESERVED = 1 << 16
} |
| | Flags that modify requests. More...
|
|
using | id_t = uint64_t |
|
using | flags_t = uint32_t |
|
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
|
static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() |
| enum | cxn_flag_t { ConstructorFlag
} |
|
static void | serializable_abort (uint32_t line, const char *file, const char *func, const char *obj) |
| Protected Attributes inherited from SST::Interfaces::StandardMem::Request |
|
id_t | id |
|
flags_t | flags |
◆ convert()
◆ getString()
| std::string SST::Interfaces::StandardMem::WriteResp::getString |
( |
| ) |
|
|
inlineoverridevirtual |
◆ handle()
| void SST::Interfaces::StandardMem::WriteResp::handle |
( |
RequestHandler * | handler | ) |
|
|
inlineoverridevirtual |
◆ makeResponse()
| virtual Request * SST::Interfaces::StandardMem::WriteResp::makeResponse |
( |
| ) |
|
|
inlineoverridevirtual |
◆ needsResponse()
| virtual bool SST::Interfaces::StandardMem::WriteResp::needsResponse |
( |
| ) |
|
|
inlineoverridevirtual |
◆ serialize_order()
The documentation for this class was generated from the following file: