Wiselib
|
#include "algorithms/neighbor_discovery/echo.h"
#include "algorithms/cluster/clustering_types.h"
#include "util/pstl/vector_static.h"
#include "util/pstl/pair.h"
#include "util/pstl/map_static_vector.h"
#include "internal_interface/routing_table/routing_table_static_array.h"
#include "util/delegates/delegate.hpp"
#include "algorithms/cluster/fronts/fronts_core.h"
#include "algorithms/cluster/modules/chd/attr_chd.h"
#include "algorithms/cluster/modules/it/fronts_it.h"
#include "algorithms/cluster/modules/jd/bfs_jd.h"
Go to the source code of this file.
Classes | |
class | wiselib::HighwayCluster< OsModel_P, RoutingTable_P, Cluster_P, Neighbor_P, MAX_CLUSTERS > |
Highway clustering algorithm. More... | |
struct | wiselib::HighwayCluster< OsModel_P, RoutingTable_P, Cluster_P, Neighbor_P, MAX_CLUSTERS >::msg_highway |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Defines | |
#define | CTI_VISOR |
This file is part of the generic algorithm library Wiselib. | |
#define | SEND_OVERHEAD 13 |
#define CTI_VISOR |
This file is part of the generic algorithm library Wiselib.
** Copyright (C) 2008,2009 by the Wisebed (www.wisebed.eu) project. ** ** The Wiselib is free software: you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Public License as ** published by the Free Software Foundation, either version 3 of the ** License, or (at your option) any later version. ** ** The Wiselib is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU Lesser General Public License for more details. ** ** You should have received a copy of the GNU Lesser General Public ** License along with the Wiselib. ** If not, see <http://www.gnu.org/licenses/>. **
#define SEND_OVERHEAD 13 |