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"
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().
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().
|
private |
spectrum value
Definition at line 109 of file lte-chunk-processor.h.
Referenced by GetValue(), and ReportValue().