Q2NS dev
ns-3 module
Loading...
Searching...
No Matches
q2ns::RoundsConfig Struct Reference

#include <q2ns-swap-helper.h>

Collaboration diagram for q2ns::RoundsConfig:

Public Member Functions

bool Enabled () const
 

Public Attributes

uint32_t rounds {0}
 
double period_s {0.0}
 
double jitter_s {0.0}
 
uint64_t seed {0}
 

Detailed Description

Definition at line 56 of file q2ns-swap-helper.h.

Member Function Documentation

◆ Enabled()

bool q2ns::RoundsConfig::Enabled ( ) const
inline

Definition at line 61 of file q2ns-swap-helper.h.

References period_s, and rounds.

Referenced by q2ns::AllAtOncePolicy::PlanSessions().

Here is the caller graph for this function:

Member Data Documentation

◆ jitter_s

double q2ns::RoundsConfig::jitter_s {0.0}

Definition at line 59 of file q2ns-swap-helper.h.

Referenced by q2ns::AllAtOncePolicy::PlanSessions().

◆ period_s

double q2ns::RoundsConfig::period_s {0.0}

Definition at line 58 of file q2ns-swap-helper.h.

Referenced by Enabled(), and q2ns::AllAtOncePolicy::PlanSessions().

◆ rounds

uint32_t q2ns::RoundsConfig::rounds {0}

Definition at line 57 of file q2ns-swap-helper.h.

Referenced by Enabled(), and q2ns::AllAtOncePolicy::PlanSessions().

◆ seed

uint64_t q2ns::RoundsConfig::seed {0}

Definition at line 60 of file q2ns-swap-helper.h.

Referenced by q2ns::AllAtOncePolicy::PlanSessions().


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