#include "alg/routingtable.hh"
#include "alg/mprselection.hh"
#include "set/duplicate.hh"
#include "set/hna.hh"
#include "set/interfaces.hh"
#include "set/mid.hh"
#include "set/routes.hh"
#include "set/topology.hh"
#include "set/neighbors.hh"
#include "sys/routing.hh"
#include "events.hh"
Go to the source code of this file.
Namespaces | |
namespace | olsr |
namespace | olsr::sch |
namespace | olsr::sch::internal |
Defines | |
#define | QOLYESTER_DAEMON_SCH_EVENTS_HXX 1 |
#define | SENDER_TRAITS(Msg, Id) |
Functions | |
MessageSender< msg::TCMessage >::MessageSender () | |
void | MessageSender< msg::TCMessage >::handle () |
Variables | |
dupset_t | dup_set |
std::ostream | dump_state |
|
|
|
Value: const timeval_t& sender_traits<msg::Msg ## Message>::interval = \ cst::Id ## _interval; \ const timeval_t sender_traits<msg::Msg ## Message>::in_jitter(1000); \ const timeval_t& sender_traits<msg::Msg ## Message>::maxjitter = \ cst::maxjitter; \ const std::string sender_traits<msg::Msg ## Message>::name = #Msg ; |
|
|
|
|
|
|
|
|