#include <mid.hh>
Inheritance diagram for olsr::msg::MIDMessage:
Public Member Functions | |
MIDMessage () | |
MIDMessage (const utl::Data &d, const address_t &) | |
virtual | ~MIDMessage () |
virtual bool | dump (utl::Data &d, const address_t &interface) const |
Static Public Member Functions | |
static void | parse (const utl::ConstData &d, const Message::header &mh) |
Static Public Attributes | |
static const ::size_t | min_length = ADDRESS_SIZE |
Minimum length of a MID message. | |
Private Types | |
typedef MIDMessage | This |
typedef Message | Super |
Private Attributes | |
utl::Data | _data |
The message data buffer. |
|
|
|
|
|
The default constructor |
|
The constructor
|
|
The destructor |
|
The dumping method
Implements olsr::msg::Message. |
|
The parsing routine
|
|
The message data buffer.
|
|
Minimum length of a MID message.
Reimplemented from olsr::msg::Message. |