$search
Description of a native function available on a node, the description of the node itself must have been sent first. More...
#include <msg.h>

Public Member Functions | |
| NativeFunctionDescription () | |
Protected Member Functions | |
| virtual void | deserializeSpecific () |
| virtual void | dumpSpecific (std::wostream &stream) const |
| virtual | operator const char * () const |
| virtual void | serializeSpecific () |
Description of a native function available on a node, the description of the node itself must have been sent first.
Definition at line 211 of file msg.h.
| Aseba::NativeFunctionDescription::NativeFunctionDescription | ( | ) | [inline] |
| void Aseba::NativeFunctionDescription::deserializeSpecific | ( | ) | [protected, virtual] |
Implements Aseba::Message.
| void Aseba::NativeFunctionDescription::dumpSpecific | ( | std::wostream & | stream | ) | const [protected, virtual] |
Implements Aseba::Message.
| virtual Aseba::NativeFunctionDescription::operator const char * | ( | ) | const [inline, protected, virtual] |
Reimplemented from Aseba::Message.
| void Aseba::NativeFunctionDescription::serializeSpecific | ( | ) | [protected, virtual] |
Implements Aseba::Message.