A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteSinrChunkProcessor Class Referenceabstract

This abstract class is used to process the time-vs-frequency SINR chunk of a received LTE signal which was calculated by the LteInterference object. More...

#include <lte-sinr-chunk-processor.h>

+ Inheritance diagram for ns3::LteSinrChunkProcessor:
+ Collaboration diagram for ns3::LteSinrChunkProcessor:

Public Member Functions

virtual ~LteSinrChunkProcessor ()
 
virtual void End ()=0
 
virtual void EvaluateSinrChunk (const SpectrumValue &sinr, Time duration)=0
 
virtual void Start ()=0
 
- Public Member Functions inherited from ns3::SimpleRefCount< LteSinrChunkProcessor >
 SimpleRefCount ()
 Constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< LteSinrChunkProcessor >
static void Cleanup (void)
 Noop. More...
 

Detailed Description

This abstract class is used to process the time-vs-frequency SINR chunk of a received LTE signal which was calculated by the LteInterference object.

Definition at line 45 of file lte-sinr-chunk-processor.h.

Constructor & Destructor Documentation

ns3::LteSinrChunkProcessor::~LteSinrChunkProcessor ( )
virtual

Definition at line 32 of file lte-sinr-chunk-processor.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

virtual void ns3::LteSinrChunkProcessor::EvaluateSinrChunk ( const SpectrumValue sinr,
Time  duration 
)
pure virtual

The documentation for this class was generated from the following files: