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