Add ECOFEN

This commit is contained in:
Loic Guegan 2019-04-12 16:05:29 +02:00
parent cb10ad2490
commit 32ccf612d0
7 changed files with 54 additions and 18 deletions

View file

@ -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 ----------