40#ifndef UWOFDMMAC_HDR_H
41#define UWOFDMMAC_HDR_H
42#define MAX_AVAL_CAR 10
50#define HDR_OFDMMAC(p) \
51 (hdr_OFDMMAC::access(p))
Header of the OFDM message with fields to implement a multi carrier system.
static int & offset()
Reference to the offset_ variable.
static struct hdr_OFDMMAC * access(const Packet *p)
int usage_carriers[MAX_AVAL_CAR]
int bytesToSend
Vector with available carriers. fields are -1 if no more carriers are available (1 byte for now)
static int offset_
Required by the PacketHeaderManager.