fun_ofdm
1.0
802.11a Physical Layer for USRP
|
Header file for the ppdu class and the plcp_header struct. More...
Go to the source code of this file.
Classes | |
struct | fun::plcp_header |
The plcp_header struct is a container for PLCP Headers and their respective parameters. More... | |
class | fun::ppdu |
The ppdu class. More... | |
Namespaces | |
fun | |
Constant Groups | |
fun | |
Macros | |
#define | MAX_FRAME_SIZE 2000 |
Header file for the ppdu class and the plcp_header struct.
The ppdu class is a container for a ppdu which is made up of a PHY Header, otherwise known as a PLCP Header, and a payload of bytes. The class also has functions for encoding and decoding the header and payload based on the PHY transmission rates.
Definition in file ppdu.h.
#define MAX_FRAME_SIZE 2000 |
Definition at line 17 of file ppdu.h.
Referenced by fun::ppdu::ppdu().