DESERT 3.5.1
|
#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"
Go to the source code of this file.
Classes | |
class | UwMultiStackController |
Typedefs | |
typedef std::map< int, double > | ThresMap |
typedef std::map< int, ThresMap > | ThresMatrix |
Definition of UwMultiStackController class.
Definition in file uwmulti-stack-controller.h.
typedef std::map<int, double> ThresMap |
Threshoold map <PHY_order, threshold>
Definition at line 53 of file uwmulti-stack-controller.h.
typedef std::map<int, ThresMap> ThresMatrix |
Thresholds matrix.
Definition at line 54 of file uwmulti-stack-controller.h.