diff options
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 |
