fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
receiver_chain.cpp File Reference

C++ file for Receiver Chain class. More...

#include <iostream>
#include <functional>
#include <boost/date_time/posix_time/posix_time.hpp>
#include "receiver_chain.h"

Go to the source code of this file.

Namespaces

 fun
 

Constant Groups

 fun
 

Detailed Description

C++ file for Receiver Chain class.

The Receiver Chain class is the main controller for the blocks that are used to receive and decode PHY layer frames. It holds the instances of each block and shifts the data through the receive chain as it is processed eventually returning the correctly received payloads (MPDUs) which can then be passed to the upper layers.

Definition in file receiver_chain.cpp.