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

#include <Flood.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

inet::Flood::Bcast::Bcast ( unsigned long  n = 0,
const L3Address s = L3Address(),
simtime_t_cref  d = SIMTIME_ZERO 
)
inline
79  :
80  seqNum(n), srcAddr(s), delTime(d)
81  {
82  }
L3Address srcAddr
Definition: Flood.h:75
unsigned long seqNum
Definition: Flood.h:74
simtime_t delTime
Definition: Flood.h:76
value< double, units::s > s
Definition: Units.h:1049

Member Data Documentation

simtime_t inet::Flood::Bcast::delTime
unsigned long inet::Flood::Bcast::seqNum
L3Address inet::Flood::Bcast::srcAddr

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