DESERT 3.5.1
Loading...
Searching...
No Matches
uwmulti-multiphy-controller.h File Reference
#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>
Include dependency graph for uwmulti-multiphy-controller.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Definition of UwMultiPhyControl class.

Author
Enrico Lovisotto
Version
1.0.0

Definition in file uwmulti-multiphy-controller.h.

Enumeration Type Documentation

◆ LinkStatus

enum LinkStatus
Enumerator
LINK_UNKNOWN 
LINK_OK 
LINK_PROBING 

Definition at line 71 of file uwmulti-multiphy-controller.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  o,
LinkStatus  s 
)

Definition at line 73 of file uwmulti-multiphy-controller.h.

◆ printType()

std::string printType ( packet_t  ptype)

Definition at line 58 of file uwmulti-multiphy-controller.h.