#include <tc.hh>
Inheritance diagram for olsr::msg::TCMessage:
Public Member Functions | |
TCMessage () | |
TCMessage (const utl::Data &) | |
virtual | ~TCMessage () |
virtual bool | dump (utl::Data &, const address_t &) 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 = sizeof (raw) |
Minimum length of a TC message. | |
Private Attributes | |
utl::Data | _data |
The message data buffer. | |
Classes | |
struct | raw |
Convenience definition of the TC header. More... |
|
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 TC message.
Reimplemented from olsr::msg::Message. |