GNU Radio's TEST Package
|
Structure representing a currently mapped .cfile. More...
#include <cfile.h>
Public Attributes | |
float complex * | data |
Data array (read only !) More... | |
unsigned int | len |
Length (in samples) of the data. More... | |
size_t | _blen |
Length (in bytes) of the data. More... | |
Structure representing a currently mapped .cfile.
size_t cfile::_blen |
Length (in bytes) of the data.
float complex* cfile::data |
Data array (read only !)
unsigned int cfile::len |
Length (in samples) of the data.