Creates a BasicEnergySource object. More...
#include "basic-energy-source-helper.h"
 Inheritance diagram for ns3::BasicEnergySourceHelper:
 Inheritance diagram for ns3::BasicEnergySourceHelper: Collaboration diagram for ns3::BasicEnergySourceHelper:
 Collaboration diagram for ns3::BasicEnergySourceHelper:| Public Member Functions | |
| BasicEnergySourceHelper () | |
| ~BasicEnergySourceHelper () | |
| void | Set (std::string name, const AttributeValue &v) | 
|  Public Member Functions inherited from ns3::EnergySourceHelper | |
| virtual | ~EnergySourceHelper () | 
| EnergySourceContainer | Install (Ptr< Node > node) const | 
| EnergySourceContainer | Install (NodeContainer c) const | 
| EnergySourceContainer | Install (std::string nodeName) const | 
| EnergySourceContainer | InstallAll (void) const | 
| This function installs an EnergySource on all nodes in simulation.  More... | |
| Private Member Functions | |
| virtual Ptr< EnergySource > | DoInstall (Ptr< Node > node) const | 
| Private Attributes | |
| ObjectFactory | m_basicEnergySource | 
Creates a BasicEnergySource object.
Definition at line 34 of file basic-energy-source-helper.h.
| ns3::BasicEnergySourceHelper::BasicEnergySourceHelper | ( | ) | 
Definition at line 26 of file basic-energy-source-helper.cc.
References m_basicEnergySource, and ns3::ObjectFactory::SetTypeId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ns3::BasicEnergySourceHelper::~BasicEnergySourceHelper | ( | ) | 
Definition at line 31 of file basic-energy-source-helper.cc.
| 
 | privatevirtual | 
| node | Pointer to node where the energy source is to be installed. | 
Child classes of EnergySourceHelper only have to implement this function, to create and aggregate an EnergySource object onto a single node. Rest of the installation process (eg. installing EnergySource on set of nodes) is implemented in the EnergySourceHelper base class.
Implements ns3::EnergySourceHelper.
Definition at line 42 of file basic-energy-source-helper.cc.
References ns3::ObjectFactory::Create(), m_basicEnergySource, and NS_ASSERT.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
| name | Name of attribute to set. | 
| v | Value of the attribute. | 
Sets one of the attributes of underlying EnergySource.
Implements ns3::EnergySourceHelper.
Definition at line 36 of file basic-energy-source-helper.cc.
References m_basicEnergySource, and ns3::ObjectFactory::Set().
Referenced by BasicEnergyDepletionTest::DepletionTestCase(), AcousticModemEnergyTestCase::DoRun(), and AcousticModemEnergyDepletionTestCase::DoRun().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 46 of file basic-energy-source-helper.h.
Referenced by BasicEnergySourceHelper(), DoInstall(), and Set().