DESERT 3.5.1
Loading...
Searching...
No Matches
uwofdmphy_hdr.h File Reference
#include <mmac.h>
#include <module.h>
#include <packet.h>
#include <string>
Include dependency graph for uwofdmphy_hdr.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Common structures and variables in the protocol.

Author
Sara Falleni
Version
1.0.0

Definition in file uwofdmphy_hdr.h.

Macro Definition Documentation

◆ HDR_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.

◆ MAX_CARRIERS

#define MAX_CARRIERS   16

Definition at line 52 of file uwofdmphy_hdr.h.

Typedef Documentation

◆ hdr_OFDM

typedef struct hdr_OFDM hdr_OFDM

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

Variable Documentation

◆ PT_OFDM

packet_t PT_OFDM
extern