DESERT 3.5.1
|
#include <rng.h>
#include <uwip-module.h>
#include <uwcbr-module.h>
#include <uwmulti-cmn-hdr.h>
#include <packet.h>
#include <module.h>
#include <tclcl.h>
#include <map>
#include <vector>
#include <queue>
#include <iostream>
#include <string.h>
#include <cmath>
#include <climits>
#include <limits>
Go to the source code of this file.
Classes | |
struct | LocalConnection |
struct | RemoteConnection |
class | PriorityMap |
class | UwMultiPhyControl |
class | UwMultiPhyControl::ResilienceTimer |
class | UwMultiPhyControl::ProbeTimer |
Enumerations | |
enum | LinkStatus { LINK_UNKNOWN , LINK_OK , LINK_PROBING } |
Functions | |
std::string | printType (packet_t ptype) |
std::ostream & | operator<< (std::ostream &o, LinkStatus s) |
Definition of UwMultiPhyControl class.
Definition in file uwmulti-multiphy-controller.h.
enum LinkStatus |
Enumerator | |
---|---|
LINK_UNKNOWN | |
LINK_OK | |
LINK_PROBING |
Definition at line 71 of file uwmulti-multiphy-controller.h.
std::ostream & operator<< | ( | std::ostream & | o, |
LinkStatus | s | ||
) |
Definition at line 73 of file uwmulti-multiphy-controller.h.
std::string printType | ( | packet_t | ptype | ) |
Definition at line 58 of file uwmulti-multiphy-controller.h.