Set a breakpoint on a node. More...
#include <msg.h>
Public Member Functions | |
BreakpointSet () | |
BreakpointSet (uint16 dest) | |
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 () |
Aseba::BreakpointSet::BreakpointSet | ( | ) | [inline] |
Aseba::BreakpointSet::BreakpointSet | ( | uint16 | dest | ) | [inline] |
void Aseba::BreakpointSet::deserializeSpecific | ( | ) | [protected, virtual] |
Reimplemented from Aseba::CmdMessage.
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.