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

Unified Diff: src/energy/model/energy-source.h

Issue 318390043: FInal updates to correct doxygen warnings for the energy module (Closed)
Patch Set: Update with check-style.py changes Created 7 years, 1 month 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/energy/model/energy-harvester.cc ('k') | src/energy/model/energy-source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/energy/model/energy-source.h
===================================================================
--- a/src/energy/model/energy-source.h
+++ b/src/energy/model/energy-source.h
@@ -35,7 +35,7 @@
#include "ns3/energy-harvester.h"
namespace ns3 {
-
+
/**
* \defgroup energy Energy Models
*
@@ -75,12 +75,16 @@
* energy in different units (eg. kWh), a simple converter function should
* suffice.
*/
-
+
class EnergyHarvester;
-
+
class EnergySource : public Object
{
public:
+ /**
+ * \brief Get the type ID.
+ * \return the object TypeId
+ */
static TypeId GetTypeId (void);
EnergySource ();
virtual ~EnergySource ();
@@ -168,7 +172,7 @@
* here. Called by EnergySourceContainer, which is aggregated to the node.
*/
void DisposeDeviceModels (void);
-
+
/**
* \param energyHarvesterPtr Pointer to energy harvester.
*
@@ -201,7 +205,7 @@
* sure device models are installed onto the corresponding node.
*/
Ptr<Node> m_node;
-
+
/**
* Vector of EnergyHarvester pointer connected to the same energy source.
* This vector is used by the CalculateTotalCurrent method to determine the
« no previous file with comments | « src/energy/model/energy-harvester.cc ('k') | src/energy/model/energy-source.cc » ('j') | no next file with comments »

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