Structure used for all-reduce LBTS computation. More...
#include "distributed-simulator-impl.h"
 Collaboration diagram for ns3::LbtsMessage:
 Collaboration diagram for ns3::LbtsMessage:| Public Member Functions | |
| LbtsMessage () | |
| LbtsMessage (uint32_t rxc, uint32_t txc, uint32_t id, bool isFinished, const Time &t) | |
| ~LbtsMessage () | |
| uint32_t | GetMyId () | 
| uint32_t | GetRxCount () | 
| Time | GetSmallestTime () | 
| uint32_t | GetTxCount () | 
| bool | IsFinished () | 
| Private Attributes | |
| bool | m_isFinished | 
| truewhen this rank has no more events.  More... | |
| uint32_t | m_myId | 
| System Id of the rank sending this LBTS.  More... | |
| uint32_t | m_rxCount | 
| Count of received messages.  More... | |
| Time | m_smallestTime | 
| Earliest next event timestamp.  More... | |
| uint32_t | m_txCount | 
| Count of transmitted messages.  More... | |
Structure used for all-reduce LBTS computation.
Definition at line 43 of file distributed-simulator-impl.h.
| 
 | inline | 
Definition at line 46 of file distributed-simulator-impl.h.
| 
 | inline | 
| rxc | received count | 
| txc | transmitted count | 
| id | mpi rank | 
| isFinished | whether message is finished | 
| t | smallest time | 
Definition at line 61 of file distributed-simulator-impl.h.
| ns3::LbtsMessage::~LbtsMessage | ( | ) | 
Definition at line 49 of file distributed-simulator-impl.cc.
| uint32_t ns3::LbtsMessage::GetMyId | ( | ) | 
Definition at line 71 of file distributed-simulator-impl.cc.
References m_myId.
| uint32_t ns3::LbtsMessage::GetRxCount | ( | ) | 
Definition at line 66 of file distributed-simulator-impl.cc.
References m_rxCount.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Time ns3::LbtsMessage::GetSmallestTime | ( | ) | 
Definition at line 54 of file distributed-simulator-impl.cc.
References m_smallestTime.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| uint32_t ns3::LbtsMessage::GetTxCount | ( | ) | 
Definition at line 60 of file distributed-simulator-impl.cc.
References m_txCount.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| bool ns3::LbtsMessage::IsFinished | ( | void | ) | 
Definition at line 77 of file distributed-simulator-impl.cc.
References m_isFinished.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
true when this rank has no more events. 
Definition at line 98 of file distributed-simulator-impl.h.
Referenced by IsFinished().
| 
 | private | 
System Id of the rank sending this LBTS.
Definition at line 96 of file distributed-simulator-impl.h.
Referenced by GetMyId().
| 
 | private | 
Count of received messages.
Definition at line 95 of file distributed-simulator-impl.h.
Referenced by GetRxCount().
| 
 | private | 
Earliest next event timestamp.
Definition at line 97 of file distributed-simulator-impl.h.
Referenced by GetSmallestTime().
| 
 | private | 
Count of transmitted messages.
Definition at line 94 of file distributed-simulator-impl.h.
Referenced by GetTxCount().