Wiselib
|
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 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 Radio::node_id_t nodeid_t |
typedef wiselib::OSMODEL Os |
typedef Os::ExtendedRadio Radio |
enum error_code_t |