Noise and Interference (thus Ni) event. More...
#include "interference-helper.h"
Public Member Functions | |
NiChange (Watt_u power, Ptr< Event > event) | |
Create a NiChange at the given time and the amount of NI change. | |
~NiChange () | |
void | AddPower (Watt_u power) |
Add a given amount of power. | |
Ptr< Event > | GetEvent () const |
Return the event causes the corresponding NI change. | |
Watt_u | GetPower () const |
Return the power. | |
Private Attributes | |
Ptr< Event > | m_event |
event | |
Watt_u | m_power |
power | |
Noise and Interference (thus Ni) event.
Definition at line 358 of file interference-helper.h.
Create a NiChange at the given time and the amount of NI change.
power | the power |
event | causes this NI change |
Definition at line 131 of file interference-helper.cc.
ns3::InterferenceHelper::NiChange::~NiChange | ( | ) |
Definition at line 137 of file interference-helper.cc.
void ns3::InterferenceHelper::NiChange::AddPower | ( | Watt_u | power | ) |
Add a given amount of power.
power | the power to be added to the existing value |
Definition at line 149 of file interference-helper.cc.
Return the event causes the corresponding NI change.
Definition at line 155 of file interference-helper.cc.
Watt_u ns3::InterferenceHelper::NiChange::GetPower | ( | ) | const |
event
Definition at line 390 of file interference-helper.h.
|
private |
power
Definition at line 389 of file interference-helper.h.