DESERT 3.5.1
|
#include <mmac.h>
#include <module.h>
#include <packet.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | hdr_OFDM |
Macros | |
#define | HDR_OFDM(p) (hdr_OFDM::access(p)) |
#define | MAX_CARRIERS 16 |
Typedefs | |
typedef struct hdr_OFDM | hdr_OFDM |
Variables | |
packet_t | PT_OFDM |
#define HDR_OFDM | ( | p | ) | (hdr_OFDM::access(p)) |
alias defined to access the PROBE HEADER
Definition at line 50 of file uwofdmphy_hdr.h.
#define MAX_CARRIERS 16 |
Definition at line 52 of file uwofdmphy_hdr.h.
Header of the OFDM message with fields to implement a multi carrier system.
|
extern |
Definition at line 42 of file DESERT_Framework/DESERT/data_link/uw-ofdm-aloha/initlib.cpp.