Noise and Interference (thus Ni) event. More...
Collaboration diagram for ns3::InterferenceHelper::NiChange:Public Member Functions | |
| NiChange (double power, Ptr< Event > event) | |
| Create a NiChange at the given time and the amount of NI change. More... | |
| void | AddPower (double power) |
| Add a given amount of power. More... | |
| Ptr< Event > | GetEvent (void) const |
| Return the event causes the corresponding NI change. More... | |
| double | GetPower (void) const |
| Return the power. More... | |
Private Attributes | |
| Ptr< Event > | m_event |
| event More... | |
| double | m_power |
| power More... | |
Noise and Interference (thus Ni) event.
Definition at line 232 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 93 of file interference-helper.cc.
| void ns3::InterferenceHelper::NiChange::AddPower | ( | double | power | ) |
Add a given amount of power.
| power | the power to be added to the existing value |
Definition at line 106 of file interference-helper.cc.
Return the event causes the corresponding NI change.
Definition at line 112 of file interference-helper.cc.
| double ns3::InterferenceHelper::NiChange::GetPower | ( | void | ) | const |
event
Definition at line 264 of file interference-helper.h.
|
private |
power
Definition at line 263 of file interference-helper.h.