Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(61)

Unified Diff: src/contrib/energy/wscript

Issue 1008043: ns-3: Energy Model (Closed)
Patch Set: Remove modification to WifiPhy and YansWifiPhy. Add WifiRadioEnergyModelPhyListener. Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/contrib/energy/test/rv-battery-model-test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contrib/energy/wscript
===================================================================
--- a/src/contrib/energy/wscript
+++ b/src/contrib/energy/wscript
@@ -6,13 +6,16 @@
'model/wifi-radio-energy-model.cc',
'model/energy-source.cc',
'model/basic-energy-source.cc',
+ 'model/rv-battery-model.cc',
'model/device-energy-model.cc',
'model/device-energy-model-container.cc',
'helper/energy-source-container.cc',
'helper/energy-model-helper.cc',
'helper/basic-energy-source-helper.cc',
'helper/wifi-radio-energy-model-helper.cc',
+ 'helper/rv-battery-model-helper.cc',
'test/basic-energy-model-test.cc',
+ 'test/rv-battery-model-test.cc',
]
headers = bld.new_task_gen('ns3header')
headers.module = 'energy'
@@ -20,10 +23,12 @@
'model/wifi-radio-energy-model.h',
'model/energy-source.h',
'model/basic-energy-source.h',
+ 'model/rv-battery-model.h',
'model/device-energy-model.h',
'model/device-energy-model-container.h',
'helper/energy-source-container.h',
'helper/energy-model-helper.h',
'helper/basic-energy-source-helper.h',
'helper/wifi-radio-energy-model-helper.h',
+ 'helper/rv-battery-model-helper.h',
]
« no previous file with comments | « src/contrib/energy/test/rv-battery-model-test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b