Structure used for all-reduce LBTS computation. More...
#include <distributed-simulator-impl.h>
 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 | 
| uint32_t | m_myId | 
| uint32_t | m_rxCount | 
| Time | m_smallestTime | 
| uint32_t | m_txCount | 
Structure used for all-reduce LBTS computation.
Definition at line 36 of file distributed-simulator-impl.h.
      
  | 
  inline | 
Definition at line 39 of file distributed-simulator-impl.h.
      
  | 
  inline | 
| rxc | received count | 
| txc | transmitted count | 
| id | mpi rank | 
| t | smallest time | 
Definition at line 53 of file distributed-simulator-impl.h.
| ns3::LbtsMessage::~LbtsMessage | ( | ) | 
Definition at line 44 of file distributed-simulator-impl.cc.
| uint32_t ns3::LbtsMessage::GetMyId | ( | ) | 
Definition at line 66 of file distributed-simulator-impl.cc.
References m_myId.
| uint32_t ns3::LbtsMessage::GetRxCount | ( | ) | 
Definition at line 61 of file distributed-simulator-impl.cc.
References m_rxCount.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:| Time ns3::LbtsMessage::GetSmallestTime | ( | ) | 
Definition at line 49 of file distributed-simulator-impl.cc.
References m_smallestTime.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:| uint32_t ns3::LbtsMessage::GetTxCount | ( | ) | 
Definition at line 55 of file distributed-simulator-impl.cc.
References m_txCount.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:| bool ns3::LbtsMessage::IsFinished | ( | void | ) | 
Definition at line 72 of file distributed-simulator-impl.cc.
References m_isFinished.
Referenced by ns3::DistributedSimulatorImpl::Run().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 88 of file distributed-simulator-impl.h.
Referenced by IsFinished().
      
  | 
  private | 
Definition at line 86 of file distributed-simulator-impl.h.
Referenced by GetMyId().
      
  | 
  private | 
Definition at line 85 of file distributed-simulator-impl.h.
Referenced by GetRxCount().
      
  | 
  private | 
Definition at line 87 of file distributed-simulator-impl.h.
Referenced by GetSmallestTime().
      
  | 
  private | 
Definition at line 84 of file distributed-simulator-impl.h.
Referenced by GetTxCount().