#include <spectrum-error-model.h>
Public Member Functions | |
virtual | ~SpectrumErrorModel () |
virtual void | EvaluateChunk (const SpectrumValue &sinr, Time duration)=0 |
virtual bool | IsRxCorrect ()=0 |
virtual void | StartRx (Ptr< const Packet > p)=0 |
![]() | |
Object () | |
virtual | ~Object () |
void | AggregateObject (Ptr< Object > other) |
void | Dispose (void) |
AggregateIterator | GetAggregateIterator (void) const |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Start (void) |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
![]() | |
virtual | ~ObjectBase () |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Additional Inherited Members | |
![]() | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::Object. | |
![]() | |
Object (const Object &o) | |
virtual void | DoDispose (void) |
virtual void | DoStart (void) |
virtual void | NotifyNewAggregate (void) |
Definition at line 39 of file spectrum-error-model.h.
|
virtual |
Definition at line 30 of file spectrum-error-model.cc.
|
pure virtual |
Implemented in ns3::ShannonSpectrumErrorModel.
Referenced by ns3::SpectrumInterference::ConditionallyEvaluateChunk().
|
pure virtual |
Implemented in ns3::ShannonSpectrumErrorModel.
Referenced by ns3::SpectrumInterference::EndRx().
Implemented in ns3::ShannonSpectrumErrorModel.
Referenced by ns3::SpectrumInterference::StartRx().