DESERT 3.5.1
Loading...
Searching...
No Matches
hdr_OFDM Struct Reference

#include <uwofdmphy_hdr.h>

Static Public Member Functions

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

Public Attributes

int carriers [MAX_CARRIERS]
 
double carrierSize
 
int carrierNum
 
string carMod [MAX_CARRIERS]
 
bool nativeOFDM = false
 
int srcID
 

Static Public Attributes

static int offset_ = 0
 

Detailed Description

Header of the OFDM message with fields to implement a multi carrier system.

Definition at line 58 of file uwofdmphy_hdr.h.

Member Function Documentation

◆ access()

static struct hdr_OFDM * hdr_OFDM::access ( const Packet *  p)
inlinestatic

Definition at line 78 of file uwofdmphy_hdr.h.

◆ offset()

static int & hdr_OFDM::offset ( )
inlinestatic

Reference to the offset_ variable.

Definition at line 72 of file uwofdmphy_hdr.h.

Member Data Documentation

◆ carMod

string hdr_OFDM::carMod[MAX_CARRIERS]

Definition at line 64 of file uwofdmphy_hdr.h.

◆ carrierNum

int hdr_OFDM::carrierNum

Definition at line 63 of file uwofdmphy_hdr.h.

◆ carriers

int hdr_OFDM::carriers[MAX_CARRIERS]

Definition at line 61 of file uwofdmphy_hdr.h.

◆ carrierSize

double hdr_OFDM::carrierSize

Definition at line 62 of file uwofdmphy_hdr.h.

◆ nativeOFDM

bool hdr_OFDM::nativeOFDM = false

Definition at line 65 of file uwofdmphy_hdr.h.

◆ offset_

int hdr_OFDM::offset_ = 0
static

Required by the PacketHeaderManager.

Definition at line 60 of file uwofdmphy_hdr.h.

◆ srcID

int hdr_OFDM::srcID

Definition at line 66 of file uwofdmphy_hdr.h.


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