pfp::core::db::GenericAcknowledgeMessage Class Reference
Message which is sent to indicate that a request was successful or not when the debugger isn't expecting any information back. More...
#include <DebuggerMessages.h>
Inheritance diagram for pfp::core::db::GenericAcknowledgeMessage:
Collaboration diagram for pfp::core::db::GenericAcknowledgeMessage:Public Member Functions | |
| GenericAcknowledgeMessage (PFPSimDebugger::GenericAcknowledgeMsg_Status status) | |
Public Member Functions inherited from pfp::core::db::DebuggerMessage | |
| DebuggerMessage (PFPSimDebugger::DebugMsg_Type type) | |
| Default Constructor. More... | |
| ~DebuggerMessage () | |
| Destructor. | |
| bool | SerializeToString (std::string *output) |
| Serializes the message to a string using protobuf so that it can easily be send via the IPC. More... | |
| std::string | DebugString () |
| Creates a human-readable string representation of the message so that it can be printed in a log. More... | |
| PFPSimDebugger::DebugMsg_Type | type () |
| Get the type of the message. More... | |
Additional Inherited Members | |
Protected Attributes inherited from pfp::core::db::DebuggerMessage | |
| PFPSimDebugger::DebugMsg | message |
Detailed Description
Message which is sent to indicate that a request was successful or not when the debugger isn't expecting any information back.
The documentation for this class was generated from the following files:
- /home/lemniscate/workspace/PFPSim/pfpsim/core/debugger/DebuggerMessages.h
- /home/lemniscate/workspace/PFPSim/pfpsim/core/debugger/DebuggerMessages.cpp
