A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ChannelAccessManagerTest< TxopType >::Params Struct Reference

Input parameters for the StartTest function. More...

+ Collaboration diagram for ChannelAccessManagerTest< TxopType >::Params:

Public Attributes

uint32_t ackTimeoutValue {20}
 the Ack timeout value in microseconds
 
MHz_u chWidth {20}
 the channel width
 
uint64_t eifsNoDifsNoSifs {10}
 the EIFS no DIFS no SIFS in microseconds
 
uint64_t resetBackoffThr {}
 reset backoff threshold
 
uint64_t sifs {6}
 the SIFS in microseconds
 
uint64_t slotTime {4}
 the slot time in microseconds
 

Detailed Description

template<typename TxopType>
struct ChannelAccessManagerTest< TxopType >::Params

Input parameters for the StartTest function.

Definition at line 242 of file channel-access-manager-test.cc.

Member Data Documentation

◆ ackTimeoutValue

template<typename TxopType>
uint32_t ChannelAccessManagerTest< TxopType >::Params::ackTimeoutValue {20}

the Ack timeout value in microseconds

Definition at line 247 of file channel-access-manager-test.cc.

◆ chWidth

template<typename TxopType>
MHz_u ChannelAccessManagerTest< TxopType >::Params::chWidth {20}

the channel width

Definition at line 248 of file channel-access-manager-test.cc.

◆ eifsNoDifsNoSifs

template<typename TxopType>
uint64_t ChannelAccessManagerTest< TxopType >::Params::eifsNoDifsNoSifs {10}

the EIFS no DIFS no SIFS in microseconds

Definition at line 246 of file channel-access-manager-test.cc.

◆ resetBackoffThr

template<typename TxopType>
uint64_t ChannelAccessManagerTest< TxopType >::Params::resetBackoffThr {}

reset backoff threshold

Definition at line 249 of file channel-access-manager-test.cc.

◆ sifs

template<typename TxopType>
uint64_t ChannelAccessManagerTest< TxopType >::Params::sifs {6}

the SIFS in microseconds

Definition at line 245 of file channel-access-manager-test.cc.

◆ slotTime

template<typename TxopType>
uint64_t ChannelAccessManagerTest< TxopType >::Params::slotTime {4}

the slot time in microseconds

Definition at line 244 of file channel-access-manager-test.cc.


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