A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::RvBatteryModelHelper Class Reference

Creates a RvBatteryModel object. More...

#include "rv-battery-model-helper.h"

+ Inheritance diagram for ns3::RvBatteryModelHelper:
+ Collaboration diagram for ns3::RvBatteryModelHelper:

Public Member Functions

 RvBatteryModelHelper ()
 
 ~RvBatteryModelHelper () 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.
 
virtual void Set (std::string name, const AttributeValue &v)=0
 

Private Member Functions

Ptr< EnergySourceDoInstall (Ptr< Node > node) const override
 

Private Attributes

ObjectFactory m_rvBatteryModel
 RV Battery factory.
 

Detailed Description

Creates a RvBatteryModel object.

Definition at line 35 of file rv-battery-model-helper.h.

Constructor & Destructor Documentation

◆ RvBatteryModelHelper()

ns3::RvBatteryModelHelper::RvBatteryModelHelper ( )

Definition at line 27 of file rv-battery-model-helper.cc.

References m_rvBatteryModel, and ns3::ObjectFactory::SetTypeId().

+ Here is the call graph for this function:

◆ ~RvBatteryModelHelper()

ns3::RvBatteryModelHelper::~RvBatteryModelHelper ( )
override

Definition at line 32 of file rv-battery-model-helper.cc.

Member Function Documentation

◆ DoInstall()

Ptr< EnergySource > ns3::RvBatteryModelHelper::DoInstall ( Ptr< Node node) const
overrideprivatevirtual
Parameters
nodePointer to node where the energy source is to be installed.
Returns
Pointer to the created EnergySource.

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 43 of file rv-battery-model-helper.cc.

References ns3::ObjectFactory::Create(), m_rvBatteryModel, and NS_ASSERT.

+ Here is the call graph for this function:

◆ Set()

void ns3::RvBatteryModelHelper::Set ( std::string  name,
const AttributeValue v 
)
overridevirtual
Parameters
nameName of attribute to set.
vValue of the attribute.

Sets one of the attributes of underlying EnergySource.

Implements ns3::EnergySourceHelper.

Definition at line 37 of file rv-battery-model-helper.cc.

References m_rvBatteryModel, and ns3::ObjectFactory::Set().

Referenced by BatteryLifetimeTest::ConstantLoadTest(), and BatteryLifetimeTest::VariableLoadTest().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_rvBatteryModel

ObjectFactory ns3::RvBatteryModelHelper::m_rvBatteryModel
private

RV Battery factory.

Definition at line 47 of file rv-battery-model-helper.h.

Referenced by RvBatteryModelHelper(), DoInstall(), and Set().


The documentation for this class was generated from the following files: