World Ocean Simulation System (WOSS) library
hdr_woss Struct Reference

WOSS packet header. More...

#include <uw-woss-pkt-hdr.h>

Collaboration diagram for hdr_woss:
Collaboration graph

Static Public Member Functions

static int & offset ()
 
static struct hdr_wossaccess (const Packet *p)
 

Public Attributes

std::complex< double > attenuation
 
double frequency
 
bool already_processed
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

WOSS packet header.

struct hdr_woss extends Miracle MPhy header adding new information

Member Data Documentation

◆ already_processed

bool hdr_woss::already_processed

bool that informs WossMPropagation that WossChannelModule has already processed this Packet

Referenced by WossMPropagation::computeGain(), and WossMPropagation::getGain().

◆ attenuation

std::complex<double> hdr_woss::attenuation

complex attenuation of current Packet, calculated by woss::WossManager

Referenced by WossMPropagation::computeGain(), and WossMPropagation::getGain().

◆ frequency

double hdr_woss::frequency

frequency of calculations

Referenced by WossMPropagation::computeGain().


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