Wiselib
Classes | Defines | Typedefs | Enumerations
wiselib.testing/algorithms/bgu_clustering/utils.h File Reference
#include <stdint.h>
#include <external_interface/external_interface_testing.h>

Go to the source code of this file.

Classes

struct  topology_record_t

Defines

#define ASSERT(_X)   if (!(_X)) {std::cout<<"*** ASSERTION ("<<#_X<<") FAILED AT "<<__FILE__<<":"<<__LINE__<<" ***"<<std::endl; std::cin.get();}
#define ARRSIZE(_a)   (sizeof(_a)/sizeof((_a)[0]))

Typedefs

typedef wiselib::OSMODEL Os
typedef Os::Timer Timer
typedef Os::ExtendedRadio Radio
typedef Radio::node_id_t nodeid_t

Enumerations

enum  error_code_t { ecSuccess, ecBufferTooShort }

Define Documentation

#define ARRSIZE (   _a)    (sizeof(_a)/sizeof((_a)[0]))
#define ASSERT (   _X)    if (!(_X)) {std::cout<<"*** ASSERTION ("<<#_X<<") FAILED AT "<<__FILE__<<":"<<__LINE__<<" ***"<<std::endl; std::cin.get();}

Typedef Documentation

typedef wiselib::OSMODEL Os
typedef Os::ExtendedRadio Radio
typedef Os::Timer Timer

Enumeration Type Documentation

Enumerator:
ecSuccess 
ecBufferTooShort 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines