A Discrete-Event Network Simulator
API
ns3::CoordinationListener Class Reference
+ Inheritance diagram for ns3::CoordinationListener:
+ Collaboration diagram for ns3::CoordinationListener:

Public Member Functions

 CoordinationListener (DefaultChannelScheduler *scheduler)
 
virtual ~CoordinationListener ()
 
virtual void NotifyCchSlotStart (Time duration)
 
virtual void NotifyGuardSlotStart (Time duration, bool cchi)
 
virtual void NotifySchSlotStart (Time duration)
 
- Public Member Functions inherited from ns3::ChannelCoordinationListener
virtual ~ChannelCoordinationListener (void)
 
- Public Member Functions inherited from ns3::SimpleRefCount< ChannelCoordinationListener >
 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...
 

Private Attributes

DefaultChannelSchedulerm_scheduler
 

Additional Inherited Members

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

Detailed Description

Definition at line 28 of file default-channel-scheduler.cc.

Constructor & Destructor Documentation

ns3::CoordinationListener::CoordinationListener ( DefaultChannelScheduler scheduler)
inline

Definition at line 31 of file default-channel-scheduler.cc.

virtual ns3::CoordinationListener::~CoordinationListener ( )
inlinevirtual

Definition at line 35 of file default-channel-scheduler.cc.

Member Function Documentation

virtual void ns3::CoordinationListener::NotifyCchSlotStart ( Time  duration)
inlinevirtual
Parameters
durationthe CCH access time (CCHI - GI) continues,

Implements ns3::ChannelCoordinationListener.

Definition at line 38 of file default-channel-scheduler.cc.

References m_scheduler, and ns3::DefaultChannelScheduler::NotifyCchSlotStart().

+ Here is the call graph for this function:

virtual void ns3::CoordinationListener::NotifyGuardSlotStart ( Time  duration,
bool  cchi 
)
inlinevirtual
Parameters
durationthe time Guard access time (GI) continues
cchiindicate whether the guard slot is in the GI of CCHI or SCHI.

Implements ns3::ChannelCoordinationListener.

Definition at line 46 of file default-channel-scheduler.cc.

References m_scheduler, and ns3::DefaultChannelScheduler::NotifyGuardSlotStart().

+ Here is the call graph for this function:

virtual void ns3::CoordinationListener::NotifySchSlotStart ( Time  duration)
inlinevirtual
Parameters
durationthe SCH access time (SCHI - GI) continues,

Implements ns3::ChannelCoordinationListener.

Definition at line 42 of file default-channel-scheduler.cc.

References m_scheduler, and ns3::DefaultChannelScheduler::NotifySchSlotStart().

+ Here is the call graph for this function:

Member Data Documentation

DefaultChannelScheduler* ns3::CoordinationListener::m_scheduler
private

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