CoordinationTestListener is used to test channel coordination events. More...
Public Member Functions | |
CoordinationTestListener (ChannelCoordinationTestCase *coordinatorTest) | |
Constructor. More... | |
virtual | ~CoordinationTestListener (void) |
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 () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= ([[maybe_unused]] const SimpleRefCount &o) |
Assignment operator. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Public Attributes | |
ChannelCoordinationTestCase * | m_coordinatorTest |
coordinator test More... | |
CoordinationTestListener is used to test channel coordination events.
Definition at line 91 of file mac-extension-test-suite.cc.
|
inline |
Constructor.
coordinatorTest | channel coordination test case |
Definition at line 99 of file mac-extension-test-suite.cc.
|
inlinevirtual |
Definition at line 103 of file mac-extension-test-suite.cc.
|
inlinevirtual |
duration | the CCH access time (CCHI - GI) continues, |
Implements ns3::ChannelCoordinationListener.
Definition at line 106 of file mac-extension-test-suite.cc.
|
inlinevirtual |
duration | the time Guard access time (GI) continues |
cchi | indicate whether the guard slot is in the GI of CCHI or SCHI. |
Implements ns3::ChannelCoordinationListener.
Definition at line 114 of file mac-extension-test-suite.cc.
|
inlinevirtual |
duration | the SCH access time (SCHI - GI) continues, |
Implements ns3::ChannelCoordinationListener.
Definition at line 110 of file mac-extension-test-suite.cc.
ChannelCoordinationTestCase* CoordinationTestListener::m_coordinatorTest |
coordinator test
Definition at line 118 of file mac-extension-test-suite.cc.