Creates a BasicEnergyHarvester object. More...
#include "basic-energy-harvester-helper.h"
 Inheritance diagram for ns3::BasicEnergyHarvesterHelper:
 Inheritance diagram for ns3::BasicEnergyHarvesterHelper: Collaboration diagram for ns3::BasicEnergyHarvesterHelper:
 Collaboration diagram for ns3::BasicEnergyHarvesterHelper:| Public Member Functions | |
| BasicEnergyHarvesterHelper () | |
| ~BasicEnergyHarvesterHelper () | |
| void | Set (std::string name, const AttributeValue &v) | 
|  Public Member Functions inherited from ns3::EnergyHarvesterHelper | |
| virtual | ~EnergyHarvesterHelper () | 
| EnergyHarvesterContainer | Install (Ptr< EnergySource > source) const | 
| EnergyHarvesterContainer | Install (EnergySourceContainer sourceContainer) const | 
| EnergyHarvesterContainer | Install (std::string sourceName) const | 
| Private Member Functions | |
| virtual Ptr< EnergyHarvester > | DoInstall (Ptr< EnergySource > source) const | 
| Private Attributes | |
| ObjectFactory | m_basicEnergyHarvester | 
Creates a BasicEnergyHarvester object.
Definition at line 35 of file basic-energy-harvester-helper.h.
| ns3::BasicEnergyHarvesterHelper::BasicEnergyHarvesterHelper | ( | ) | 
Definition at line 27 of file basic-energy-harvester-helper.cc.
References m_basicEnergyHarvester, and ns3::ObjectFactory::SetTypeId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ns3::BasicEnergyHarvesterHelper::~BasicEnergyHarvesterHelper | ( | ) | 
Definition at line 32 of file basic-energy-harvester-helper.cc.
| 
 | privatevirtual | 
| node | Pointer to node where the energy harvester is to be installed. | 
Child classes of EnergyHarvesterHelper only have to implement this function, to create and aggregate an EnergyHarvester object onto a single node. Rest of the installation process (eg. installing EnergyHarvester on set of nodes) is implemented in the EnergyHarvesterHelper base class.
Implements ns3::EnergyHarvesterHelper.
Definition at line 43 of file basic-energy-harvester-helper.cc.
References ns3::ObjectFactory::Create(), m_basicEnergyHarvester, 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 EnergyHarvester.
Implements ns3::EnergyHarvesterHelper.
Definition at line 37 of file basic-energy-harvester-helper.cc.
References m_basicEnergyHarvester, and ns3::ObjectFactory::Set().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 47 of file basic-energy-harvester-helper.h.
Referenced by BasicEnergyHarvesterHelper(), DoInstall(), and Set().