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

Unified Diff: src/contrib/energy/model/device-energy-model.h

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/model/basic-energy-source.cc ('k') | src/contrib/energy/model/energy-source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contrib/energy/model/device-energy-model.h
===================================================================
--- a/src/contrib/energy/model/device-energy-model.h
+++ b/src/contrib/energy/model/device-energy-model.h
@@ -53,20 +53,6 @@
virtual ~DeviceEnergyModel ();
/**
- * \brief Sets pointer to node containing this EnergySource.
- *
- * \param node Pointer to node containing this EnergySource.
- */
- virtual void SetNode (Ptr<Node> node) = 0;
-
- /**
- * \brief Gets pointer to node containing this EnergySource.
- *
- * \returns Pointer to node containing this EnergySource.
- */
- virtual Ptr<Node> GetNode (void) const = 0;
-
- /**
* \param source Pointer to energy source installed on node.
*
* This function sets the pointer to energy source installed on node. Should
« no previous file with comments | « src/contrib/energy/model/basic-energy-source.cc ('k') | src/contrib/energy/model/energy-source.h » ('j') | no next file with comments »

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