|
World Ocean Simulation System (WOSS) library
|
WOSS packet header. More...
#include <uw-woss-pkt-hdr.h>

Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_woss * | access (const Packet *p) |
Public Attributes | |
| std::complex< double > | attenuation |
| double | frequency |
| bool | already_processed |
Static Public Attributes | |
| static int | offset_ = 0 |
WOSS packet header.
struct hdr_woss extends Miracle MPhy header adding new information
|
inlinestatic |
|
inlinestatic |
References offset_.
| bool hdr_woss::already_processed |
bool that informs WossMPropagation that WossChannelModule has already processed this Packet
Referenced by WossMPropagation::computeGain(), WossMPropagation::getGain(), and WossChannelModule::schedulePacketCopies().
| std::complex<double> hdr_woss::attenuation |
complex attenuation of current Packet, calculated by woss::WossManager
Referenced by WossMPropagation::computeGain(), WossMPropagation::getGain(), and WossChannelModule::schedulePacketCopies().
| double hdr_woss::frequency |
frequency of calculations
Referenced by WossMPropagation::computeGain(), and WossChannelModule::schedulePacketCopies().