libosmodsp 0.5.0
Osmocom DSP library
Loading...
Searching...
No Matches
cfile Struct Reference

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.

Detailed Description

Structure representing a currently mapped .cfile.

Field Documentation

◆ _blen

size_t cfile::_blen

Length (in bytes) of the data.

Referenced by cfile_load(), and cfile_release().

◆ data

float complex* cfile::data

Data array (read only !).

Referenced by cfile_load(), and cfile_release().

◆ len

unsigned int cfile::len

Length (in samples) of the data.

Referenced by cfile_load().


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