#include <list>
#include "net/ipaddress.hh"
#include "utl/data.hh"
#include "utl/seqnum.hh"
#include "utl/timeval.hh"
#include "message.hxx"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::msg |
Classes | |
class | olsr::msg::Message |
The abstract message class. More... | |
struct | olsr::msg::Message::raw |
Convenience data structure of the message header. More... | |
struct | olsr::msg::Message::header |
class | olsr::msg::UnknownMessage |
Unknown message class. More... | |
Defines | |
#define | QOLYESTER_DAEMON_MSG_MESSAGE_HH 1 |
Typedefs | |
typedef std::list< const msg::Message * > | olsr::pending_t |
Variables | |
pending_t | olsr::pending_messages |
The queue of messages to be sent. |
#define QOLYESTER_DAEMON_MSG_MESSAGE_HH 1 |