Creates a LiIonEnergySource object. More...
#include "li-ion-energy-source-helper.h"
 Inheritance diagram for ns3::LiIonEnergySourceHelper:
 Collaboration diagram for ns3::LiIonEnergySourceHelper:Public Member Functions | |
| LiIonEnergySourceHelper () | |
| ~LiIonEnergySourceHelper () override | |
| void | Set (std::string name, const AttributeValue &v) override | 
  Public Member Functions inherited from ns3::EnergySourceHelper | |
| virtual | ~EnergySourceHelper () | 
| EnergySourceContainer | Install (NodeContainer c) const | 
| EnergySourceContainer | Install (Ptr< Node > node) const | 
| EnergySourceContainer | Install (std::string nodeName) const | 
| EnergySourceContainer | InstallAll () const | 
| This function installs an EnergySource on all nodes in simulation.  More... | |
| virtual void | Set (std::string name, const AttributeValue &v)=0 | 
Private Member Functions | |
| Ptr< EnergySource > | DoInstall (Ptr< Node > node) const override | 
Private Attributes | |
| ObjectFactory | m_liIonEnergySource | 
| LiIon Battery factory.  More... | |
Creates a LiIonEnergySource object.
Definition at line 37 of file li-ion-energy-source-helper.h.
| ns3::LiIonEnergySourceHelper::LiIonEnergySourceHelper | ( | ) | 
Definition at line 29 of file li-ion-energy-source-helper.cc.
References m_liIonEnergySource, and ns3::ObjectFactory::SetTypeId().
 Here is the call graph for this function:
      
  | 
  override | 
Definition at line 34 of file li-ion-energy-source-helper.cc.
      
  | 
  overrideprivatevirtual | 
| 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 45 of file li-ion-energy-source-helper.cc.
References ns3::ObjectFactory::Create(), m_liIonEnergySource, and NS_ASSERT.
 Here is the call graph for this function:
      
  | 
  overridevirtual | 
| 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 39 of file li-ion-energy-source-helper.cc.
References m_liIonEnergySource, and ns3::ObjectFactory::Set().
 Here is the call graph for this function:
      
  | 
  private | 
LiIon Battery factory.
Definition at line 49 of file li-ion-energy-source-helper.h.
Referenced by LiIonEnergySourceHelper(), DoInstall(), and Set().