A sink to be plugged to the callback of LteChunkProcessor allowing to save and later retrieve the latest reported value. More...
#include "lte-chunk-processor.h"
 Collaboration diagram for ns3::LteSpectrumValueCatcher:
 Collaboration diagram for ns3::LteSpectrumValueCatcher:| Public Member Functions | |
| Ptr< SpectrumValue > | GetValue () | 
| void | ReportValue (const SpectrumValue &value) | 
| function to be plugged to LteChunkProcessor::AddCallback () | |
| Private Attributes | |
| Ptr< SpectrumValue > | m_value | 
| spectrum value | |
A sink to be plugged to the callback of LteChunkProcessor allowing to save and later retrieve the latest reported value.
Definition at line 91 of file lte-chunk-processor.h.
| Ptr< SpectrumValue > ns3::LteSpectrumValueCatcher::GetValue | ( | ) | 
Definition at line 84 of file lte-chunk-processor.cc.
References m_value.
Referenced by LteDownlinkCtrlSinrTestCase::DoRun(), LteDownlinkDataSinrTestCase::DoRun(), LteDownlinkPowerControlTestCase::DoRun(), LteEnbAntennaTestCase::DoRun(), LteInterferenceHardFrTestCase::DoRun(), LteInterferenceStrictFrTestCase::DoRun(), LteInterferenceTestCase::DoRun(), LteLinkAdaptationTestCase::DoRun(), LtePathlossModelSystemTestCase::DoRun(), and LteUplinkDataSinrTestCase::DoRun().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void ns3::LteSpectrumValueCatcher::ReportValue | ( | const SpectrumValue & | value | ) | 
function to be plugged to LteChunkProcessor::AddCallback ()
| value | 
Definition at line 78 of file lte-chunk-processor.cc.
References m_value.
Referenced by LteDownlinkCtrlSinrTestCase::DoRun(), LteDownlinkDataSinrTestCase::DoRun(), LteDownlinkPowerControlTestCase::DoRun(), LteEnbAntennaTestCase::DoRun(), LteInterferenceHardFrTestCase::DoRun(), LteInterferenceStrictFrTestCase::DoRun(), LteInterferenceTestCase::DoRun(), LteLinkAdaptationTestCase::DoRun(), LtePathlossModelSystemTestCase::DoRun(), and LteUplinkDataSinrTestCase::DoRun().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
spectrum value
Definition at line 109 of file lte-chunk-processor.h.
Referenced by GetValue(), and ReportValue().