diff options
Diffstat (limited to 'ns3-simulator/modules/modules.hpp')
| -rw-r--r-- | ns3-simulator/modules/modules.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ns3-simulator/modules/modules.hpp b/ns3-simulator/modules/modules.hpp index 9423866..0b84aa8 100644 --- a/ns3-simulator/modules/modules.hpp +++ b/ns3-simulator/modules/modules.hpp @@ -24,6 +24,7 @@ #include "ns3/energy-module.h" #include "ns3/wifi-radio-energy-model-helper.h" #include "ns3/point-to-point-helper.h" +#include "ns3/ecofen-module.h" // C++ library #include <iostream> // Why not ? @@ -62,6 +63,10 @@ void setupScenario(Cell cell, CloudInfos cloudInfos, int sensorsPktSize, int sen * Configure WIFI energy module for cell */ void setupCellEnergy(Cell cell); +/* + * Configure link/port energy using ecofen + */ +void setupCloudEnergy(CloudInfos cloudInfos); // ---------- callbacks.cc ---------- |
