DESERT 3.5.1
Loading...
Searching...
No Matches
uwmulti-stack-controller.h File Reference
#include <rng.h>
#include <packet.h>
#include <module.h>
#include <tclcl.h>
#include <map>
#include <iostream>
#include <string.h>
#include <cmath>
#include <climits>
#include "controller-clmsg.h"
Include dependency graph for uwmulti-stack-controller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UwMultiStackController
 

Typedefs

typedef std::map< int, double > ThresMap
 
typedef std::map< int, ThresMapThresMatrix
 

Detailed Description

Definition of UwMultiStackController class.

Author
Federico Favaro, Federico Guerra, Filippo Campagnaro
Version
1.0.0

Definition in file uwmulti-stack-controller.h.

Typedef Documentation

◆ ThresMap

typedef std::map<int, double> ThresMap

Threshoold map <PHY_order, threshold>

Definition at line 53 of file uwmulti-stack-controller.h.

◆ ThresMatrix

typedef std::map<int, ThresMap> ThresMatrix

Thresholds matrix.

Definition at line 54 of file uwmulti-stack-controller.h.