$search
Set a breakpoint on a node. More...
#include <msg.h>
Public Member Functions | |
BreakpointSet (uint16 dest) | |
BreakpointSet () | |
Public Attributes | |
uint16 | pc |
Protected Member Functions | |
virtual void | deserializeSpecific () |
virtual void | dumpSpecific (std::wostream &stream) const |
virtual | operator const char * () const |
virtual void | serializeSpecific () |
Set a breakpoint on a node.
Definition at line 522 of file msg.h.
void Aseba::BreakpointSet::deserializeSpecific | ( | ) | [protected, virtual] |
Reimplemented from Aseba::CmdMessage.
virtual void Aseba::BreakpointSet::dumpSpecific | ( | std::wostream & | stream | ) | const [protected, virtual] |
Reimplemented from Aseba::CmdMessage.
virtual Aseba::BreakpointSet::operator const char * | ( | ) | const [inline, protected, virtual] |
Reimplemented from Aseba::CmdMessage.
void Aseba::BreakpointSet::serializeSpecific | ( | ) | [protected, virtual] |
Reimplemented from Aseba::CmdMessage.