|
libosmodsp 0.5.0
Osmocom DSP library
|
Structure representing a currently mapped .cfile. More...
#include <cfile.h>
Data Fields | |
| 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.
Referenced by cfile_load(), and cfile_release().
| float complex* cfile::data |
Data array (read only !).
Referenced by cfile_load(), and cfile_release().
| unsigned int cfile::len |
Length (in samples) of the data.
Referenced by cfile_load().