diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-04-25 15:51:05 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-04-25 15:51:05 +0200 |
| commit | a6e70544bb28c209891ea5335be0d2939f0737d6 (patch) | |
| tree | 361f3989128bff0633fd956b00f10ce7ee629003 /ns3-simulations/ns3-simulator/modules/modules.hpp | |
| parent | 1399886f4d56370d713ba3262b83df1df008d2a7 (diff) | |
Start some simulation tests
Diffstat (limited to 'ns3-simulations/ns3-simulator/modules/modules.hpp')
| -rw-r--r-- | ns3-simulations/ns3-simulator/modules/modules.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ns3-simulations/ns3-simulator/modules/modules.hpp b/ns3-simulations/ns3-simulator/modules/modules.hpp index c47dc39..321926d 100644 --- a/ns3-simulations/ns3-simulator/modules/modules.hpp +++ b/ns3-simulations/ns3-simulator/modules/modules.hpp @@ -26,6 +26,7 @@ #include "ns3/point-to-point-helper.h" #include "ns3/ecofen-module.h" #include "ns3/node-list.h" +#include "ns3/flow-monitor-module.h" // C++ library #include <iostream> // Why not ? @@ -33,11 +34,11 @@ #include <iomanip> // To use std::setw // ECOFEN -#define ECOFEN_LOG_UNTIL 1 +#define ECOFEN_LOG_UNTIL 100 #define ECOFEN_LOG_EVERY 0.1 // WIFI Energy Values -#define BASICENERGYSOURCEINITIALENERGYJ 1000 +#define BASICENERGYSOURCEINITIALENERGYJ 2.9009 #define BASICENERGYSUPPLYVOLTAGEV 3.3 #define TXCURRENTA 0.38 #define RXCURRENTA 0.313 |
