A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::InterferenceHelper::Event Class Reference
+ Inheritance diagram for ns3::InterferenceHelper::Event:

Public Member Functions

 Event (uint32_t size, WifiMode payloadMode, enum WifiPreamble preamble, Time duration, double rxPower)
 
Time GetDuration (void) const
 
Time GetEndTime (void) const
 
WifiMode GetPayloadMode (void) const
 
enum WifiPreamble GetPreambleType (void) const
 
double GetRxPowerW (void) const
 
uint32_t GetSize (void) const
 
Time GetStartTime (void) const
 
- Public Member Functions inherited from ns3::SimpleRefCount< InterferenceHelper::Event >
 SimpleRefCount (const SimpleRefCount &o)
 
uint32_t GetReferenceCount (void) const
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 
void Ref (void) const
 
void Unref (void) const
 

Private Attributes

Time m_endTime
 
WifiMode m_payloadMode
 
enum WifiPreamble m_preamble
 
double m_rxPowerW
 
uint32_t m_size
 
Time m_startTime
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< InterferenceHelper::Event >
static void Cleanup (void)
 

Detailed Description

Definition at line 43 of file interference-helper.h.


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