diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-04-29 09:00:49 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-04-29 09:00:49 +0200 |
| commit | bf9646552888e022c22139448c33c1b219b9e713 (patch) | |
| tree | 4ca6121e3513e5438392309d636683ec67adb923 /ns3-simulations/simulator/modules/modules.hpp | |
| parent | daa845cc4974763437d925afefda082bf69bb597 (diff) | |
Update simulations
Diffstat (limited to 'ns3-simulations/simulator/modules/modules.hpp')
| -rw-r--r-- | ns3-simulations/simulator/modules/modules.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ns3-simulations/simulator/modules/modules.hpp b/ns3-simulations/simulator/modules/modules.hpp index ec823c9..b537e92 100644 --- a/ns3-simulations/simulator/modules/modules.hpp +++ b/ns3-simulations/simulator/modules/modules.hpp @@ -33,12 +33,13 @@ #include <utility> // To use std::pair #include <iomanip> // To use std::setw +#define SIM_TIME 60 + // ECOFEN -#define ECOFEN_LOG_UNTIL 100 -#define ECOFEN_LOG_EVERY 0.1 +#define ECOFEN_LOG_EVERY 0.5 // WIFI Energy Values -#define BASICENERGYSOURCEINITIALENERGYJ 10 +#define BASICENERGYSOURCEINITIALENERGYJ 10000 #define BASICENERGYSUPPLYVOLTAGEV 3.3 #define TXCURRENTA 0.38 #define RXCURRENTA 0.313 |
