DESERT 3.5.1
|
#include <uwofdmphy_hdr.h>
Static Public Member Functions | |
static int & | offset () |
static struct hdr_OFDM * | access (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 |
Header of the OFDM message with fields to implement a multi carrier system.
Definition at line 58 of file uwofdmphy_hdr.h.
|
inlinestatic |
Definition at line 78 of file uwofdmphy_hdr.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 72 of file uwofdmphy_hdr.h.
string hdr_OFDM::carMod[MAX_CARRIERS] |
Definition at line 64 of file uwofdmphy_hdr.h.
int hdr_OFDM::carrierNum |
Definition at line 63 of file uwofdmphy_hdr.h.
int hdr_OFDM::carriers[MAX_CARRIERS] |
Definition at line 61 of file uwofdmphy_hdr.h.
double hdr_OFDM::carrierSize |
Definition at line 62 of file uwofdmphy_hdr.h.
bool hdr_OFDM::nativeOFDM = false |
Definition at line 65 of file uwofdmphy_hdr.h.
|
static |
Required by the PacketHeaderManager.
Definition at line 60 of file uwofdmphy_hdr.h.
int hdr_OFDM::srcID |
Definition at line 66 of file uwofdmphy_hdr.h.