fun_ofdm
1.0
802.11a Physical Layer for USRP
|
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... | |
The tagged_sample struct.
A single complex double with a meta-data tag
Definition at line 82 of file tagged_vector.h.
|
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.
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 |