olsr::msg::MIDMessage Class Reference

MID message class. More...

#include <mid.hh>

Inheritance diagram for olsr::msg::MIDMessage:

olsr::msg::Message List of all members.

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.

Detailed Description

MID message class.


Member Typedef Documentation

typedef MIDMessage olsr::msg::MIDMessage::This [private]

typedef Message olsr::msg::MIDMessage::Super [private]


Constructor & Destructor Documentation

olsr::msg::MIDMessage::MIDMessage (  )  [inline]

The default constructor

olsr::msg::MIDMessage::MIDMessage ( const utl::Data d,
const address_t  
) [inline]

The constructor

virtual olsr::msg::MIDMessage::~MIDMessage (  )  [inline, virtual]

The destructor


Member Function Documentation

bool olsr::msg::MIDMessage::dump ( utl::Data ,
const address_t  
) const [inline, virtual]

The dumping method

Implements olsr::msg::Message.

void olsr::msg::MIDMessage::parse ( const utl::ConstData ,
const Message::header  
) [inline, static]

The parsing routine


Member Data Documentation

const ::size_t olsr::msg::MIDMessage::min_length = ADDRESS_SIZE [static]

Minimum length of a MID message.

Reimplemented from olsr::msg::Message.

utl::Data olsr::msg::MIDMessage::_data [private]

The message data buffer.


The documentation for this class was generated from the following files:
Generated on Mon Sep 10 17:02:13 2007 for Qolyester daemon by  doxygen 1.5.1