Holds PDP Tap information (amplitude and delay) More...
#include "uan-prop-model.h"
 Collaboration diagram for ns3::Tap:
 Collaboration diagram for ns3::Tap:| Public Member Functions | |
| Tap () | |
| Default constructor.  More... | |
| Tap (Time delay, std::complex< double > amp) | |
| Constructor.  More... | |
| std::complex< double > | GetAmp (void) const | 
| Get the complex amplitude of arrival.  More... | |
| Time | GetDelay (void) const | 
| Get the delay time, usually from first arrival of signal.  More... | |
| Private Attributes | |
| std::complex< double > | m_amplitude | 
| The amplitude.  More... | |
| Time | m_delay | 
| The time delay.  More... | |
Holds PDP Tap information (amplitude and delay)
Definition at line 42 of file uan-prop-model.h.
| ns3::Tap::Tap | ( | ) | 
Default constructor.
Creates Tap with delay=0, amp=0
Definition at line 81 of file uan-prop-model.cc.
| ns3::Tap::Tap | ( | Time | delay, | 
| std::complex< double > | amp | ||
| ) | 
Constructor.
| delay | Time delay (usually from first arrival) of signal | 
| amp | Complex amplitude of arrival | 
Definition at line 88 of file uan-prop-model.cc.
| std::complex< double > ns3::Tap::GetAmp | ( | void | ) | const | 
Get the complex amplitude of arrival.
Definition at line 96 of file uan-prop-model.cc.
References m_amplitude.
| Time ns3::Tap::GetDelay | ( | void | ) | const | 
Get the delay time, usually from first arrival of signal.
Definition at line 102 of file uan-prop-model.cc.
References m_delay.
Referenced by ns3::UanPhyCalcSinrFhFsk::CalcSinrDb().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
| 
 | private |