#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 &, const address_t &) const |
Static Public Member Functions | |
| static void | parse (const utl::ConstData &, const Message::header &) |
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. | |
typedef MIDMessage olsr::msg::MIDMessage::This [private] |
typedef Message olsr::msg::MIDMessage::Super [private] |
| olsr::msg::MIDMessage::MIDMessage | ( | ) | [inline] |
The default constructor
The constructor
| virtual olsr::msg::MIDMessage::~MIDMessage | ( | ) | [inline, virtual] |
The destructor
The dumping method
Implements olsr::msg::Message.
| void olsr::msg::MIDMessage::parse | ( | const utl::ConstData & | , | |
| const Message::header & | ||||
| ) | [inline, static] |
The parsing routine
const ::size_t olsr::msg::MIDMessage::min_length = ADDRESS_SIZE [static] |
utl::Data olsr::msg::MIDMessage::_data [private] |
The message data buffer.
1.5.1