fun_ofdm  1.0
802.11a Physical Layer for USRP
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fun::tagged_sample Struct Reference

The tagged_sample struct. More...

#include <tagged_vector.h>

Public Member Functions

 tagged_sample ()
 Constructor for tagged_sample. More...
 

Public Attributes

std::complex< double > sample
 The complex sample. More...
 
vector_tag tag
 The sample's tag. More...
 

Detailed Description

The tagged_sample struct.

A single complex double with a meta-data tag

Definition at line 82 of file tagged_vector.h.

Constructor & Destructor Documentation

fun::tagged_sample::tagged_sample ( )
inline

Constructor for tagged_sample.

Does not initialize the sample to anything Initializes the tag to NONE

Definition at line 93 of file tagged_vector.h.

References fun::NONE, and tag.

93 { tag = NONE; }

Member Data Documentation

std::complex<double> fun::tagged_sample::sample

The complex sample.

Definition at line 84 of file tagged_vector.h.

vector_tag fun::tagged_sample::tag

The sample's tag.

Definition at line 85 of file tagged_vector.h.

Referenced by tagged_sample().


The documentation for this struct was generated from the following file: