EMANE
1.2.1
|
A pathloss entry holds the source NEM Id and the forward and reverse pathloss to apply to received transmissions. More...
#include <pathloss.h>
Public Member Functions | |
Pathloss (NEMId id, float fForwardPathlossdB, float fReversePathlossdB) | |
NEMId | getNEMId () const |
float | getForwardPathlossdB () const |
float | getReversePathlossdB () const |
A pathloss entry holds the source NEM Id and the forward and reverse pathloss to apply to received transmissions.
Definition at line 54 of file pathloss.h.
|
inline |
Creates a Pathloss instance
id | NEM id of the transmitter |
fForwardPathlossdB | The pathloss from transmitter to receiver in dB |
fReversePathlossdB | The pathloss from the receiver to the transmitter in dB |
Definition at line 34 of file pathloss.inl.
|
inline |
Gets the pathloss from the transmitter to receiver in dB
Definition at line 48 of file pathloss.inl.
|
inline |
|
inline |
Gets the pathloss from the receiver to the transmitter in dB
Definition at line 54 of file pathloss.inl.