#include <hello.hh>
Inheritance diagram for olsr::msg::HELLOMessage:
Public Member Functions | |
virtual | ~HELLOMessage () |
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 Protected Attributes | |
static const ::size_t | min_length = sizeof (raw) |
Minimum length of HELLO message. | |
Classes | |
struct | linksetraw |
Convenience structure of header of link set portion of HELLO message. More... | |
struct | raw |
Convenience structure of HELLO message header. More... |
|
The destructor |
|
The message dumper
Implements olsr::msg::Message. |
|
The message parser
|
|
Minimum length of HELLO message.
Reimplemented from olsr::msg::Message. |