ns-3
|
Structure used for all-reduce LBTS computation. More...
#include <distributed-simulator-impl.h>
Public Member Functions | |
LbtsMessage (uint32_t rxc, uint32_t txc, uint32_t id, const Time &t) | |
Time | GetSmallestTime () |
uint32_t | GetTxCount () |
uint32_t | GetRxCount () |
uint32_t | GetMyId () |
Structure used for all-reduce LBTS computation.
|
inline |
rxc | received count |
txc | transmitted count |
id | mpi rank |
t | smallest time |
uint32_t ns3::LbtsMessage::GetMyId | ( | ) |
uint32_t ns3::LbtsMessage::GetRxCount | ( | ) |
Referenced by ns3::DistributedSimulatorImpl::Run().
Time ns3::LbtsMessage::GetSmallestTime | ( | ) |
Referenced by ns3::DistributedSimulatorImpl::Run().
uint32_t ns3::LbtsMessage::GetTxCount | ( | ) |
Referenced by ns3::DistributedSimulatorImpl::Run().