Wiselib
Namespaces | Enumerations
wiselib.testing/algorithms/cluster/clustering_types.h File Reference
#include "algorithms/cluster/join_message.h"
#include "algorithms/cluster/join_accept_message.h"
#include "algorithms/cluster/resume_message.h"
#include "algorithms/cluster/reform_message.h"
#include "algorithms/cluster/attribute_message.h"
#include "algorithms/cluster_radio/cluster_radio_message.h"

Go to the source code of this file.

Namespaces

namespace  wiselib
 

AES Algorithm.


Enumerations

enum  wiselib::msg_ids {
  wiselib::CLRADIO_MSG = 39, wiselib::JOIN = 43, wiselib::REJOIN = 43, wiselib::RESUME = 44,
  wiselib::CONVERGECAST = 44, wiselib::ATTRIBUTE = 45, wiselib::FLOOD = 45, wiselib::REFORM = 46,
  wiselib::INFORM = 47, wiselib::JOIN_ACCEPT = 22, wiselib::NEIGHBOR_DISCOVERY = 25, wiselib::NEIGHBOR_REPLY = 26,
  wiselib::JOIN_REQUEST = 27
}
enum  wiselib::node_type { wiselib::UNCLUSTERED = 0, wiselib::SIMPLE = 1, wiselib::HEAD = 2, wiselib::GATEWAY = 3 }
enum  wiselib::EventIds {
  wiselib::CLUSTER_HEAD_CHANGED = 0, wiselib::NODE_JOINED = 1, wiselib::NODE_LEFT = 2, wiselib::CLUSTER_FORMED = 3,
  wiselib::GATEWAY_NODE = 4
}
enum  wiselib::ClusterIds { wiselib::UNKNOWN_CLUSTER_HEAD = -1 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines