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. | |
| 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 367 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 132 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 145 of file interference-helper.cc.
References m_power.
Return the event causes the corresponding NI change.
Definition at line 151 of file interference-helper.cc.
References m_event.
| Watt_u ns3::InterferenceHelper::NiChange::GetPower | ( | ) | const | 
Return the power.
Definition at line 139 of file interference-helper.cc.
References m_power.
event
Definition at line 399 of file interference-helper.h.
Referenced by NiChange(), and GetEvent().
| 
 | private | 
power
Definition at line 398 of file interference-helper.h.
Referenced by NiChange(), AddPower(), and GetPower().