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... | |
| SimpleRefCount & | operator= (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... | |
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.
|
virtual |
Definition at line 32 of file lte-sinr-chunk-processor.cc.
References NS_LOG_FUNCTION.
|
pure virtual |
|
pure virtual |
|
pure virtual |