INET Framework for OMNeT++/OMNEST
inet::Flooding::Bcast Class Reference

#include <Flooding.h>

Public Member Functions

 Bcast (unsigned long n=0, const L3Address &s=L3Address(), simtime_t_cref d=SIMTIME_ZERO)
 

Public Attributes

unsigned long seqNum
 
L3Address srcAddr
 
simtime_t delTime
 

Constructor & Destructor Documentation

◆ Bcast()

inet::Flooding::Bcast::Bcast ( unsigned long  n = 0,
const L3Address s = L3Address(),
simtime_t_cref  d = SIMTIME_ZERO 
)
inline
77  :
78  seqNum(n), srcAddr(s), delTime(d)
79  {
80  }

Member Data Documentation

◆ delTime

simtime_t inet::Flooding::Bcast::delTime

◆ seqNum

unsigned long inet::Flooding::Bcast::seqNum

◆ srcAddr

L3Address inet::Flooding::Bcast::srcAddr

The documentation for this class was generated from the following file:
inet::Flooding::Bcast::seqNum
unsigned long seqNum
Definition: Flooding.h:72
inet::Flooding::Bcast::srcAddr
L3Address srcAddr
Definition: Flooding.h:73
inet::units::values::s
value< double, units::s > s
Definition: Units.h:1235
inet::Flooding::Bcast::delTime
simtime_t delTime
Definition: Flooding.h:74