DESERT 3.5.1
|
#include <uwofdmmac_hdr.h>
Static Public Member Functions | |
static int & | offset () |
static struct hdr_OFDMMAC * | access (const Packet *p) |
Public Attributes | |
int | usage_carriers [MAX_AVAL_CAR] |
int | bytesToSend |
double | timeReserved |
Static Public Attributes | |
static int | offset_ = 0 |
Header of the OFDM message with fields to implement a multi carrier system.
Definition at line 61 of file uwofdmmac_hdr.h.
|
inlinestatic |
Definition at line 81 of file uwofdmmac_hdr.h.
|
inlinestatic |
Reference to the offset_ variable.
Definition at line 75 of file uwofdmmac_hdr.h.
int hdr_OFDMMAC::bytesToSend |
Vector with available carriers. fields are -1 if no more carriers are available (1 byte for now)
Definition at line 67 of file uwofdmmac_hdr.h.
|
static |
double hdr_OFDMMAC::timeReserved |
Definition at line 69 of file uwofdmmac_hdr.h.
int hdr_OFDMMAC::usage_carriers[MAX_AVAL_CAR] |
Definition at line 65 of file uwofdmmac_hdr.h.