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

Header file for the tagged_vector template. More...

#include <vector>
#include <complex>
#include <assert.h>

Go to the source code of this file.

Classes

struct  fun::tagged_vector< N >
 tagged_vector struct More...
 
struct  fun::tagged_sample
 The tagged_sample struct. More...
 

Namespaces

 fun
 

Constant Groups

 fun
 

Enumerations

enum  fun::vector_tag {
  fun::NONE, fun::STS_START, fun::STS_END, fun::LTS_START,
  fun::LTS1, fun::LTS2, fun::START_OF_FRAME
}
 The vector_tag enum. More...
 

Detailed Description

Header file for the tagged_vector template.

This file contains the template classes for tagged vectors and tagged samples that are used in the receiver chain's input and output buffers.

Definition in file tagged_vector.h.