#include <hello.hh>
Inheritance diagram for olsr::msg::HELLOMessage:
Public Member Functions | |
virtual | ~HELLOMessage () |
virtual bool | dump (utl::Data &, const address_t &) const |
Static Public Member Functions | |
static void | parse (const utl::ConstData &, const Message::header &) |
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... |
virtual olsr::msg::HELLOMessage::~HELLOMessage | ( | ) | [inline, virtual] |
The destructor
The message dumper
Implements olsr::msg::Message.
void olsr::msg::HELLOMessage::parse | ( | const utl::ConstData & | , | |
const Message::header & | ||||
) | [inline, static] |
The message parser
const ::size_t olsr::msg::HELLOMessage::min_length = sizeof (raw) [static, protected] |