Open source Very Long Baseline Interferometry
OpenVLBI
Classes | Typedefs

Classes

struct  dsp_point_t
 Indicates a dot or line inside a dsp_stream. More...
 
struct  dsp_offset_t
 Indicates an offset. More...
 
struct  dsp_star_t
 A star or object contained into a buffer. More...
 
struct  dsp_triangle_t
 A star or object contained into a buffer. More...
 
struct  dsp_align_info_t
 Alignment informations needed. More...
 
union  dsp_complex
 Complex number array struct, used in Fourier Transform functions. More...
 
struct  dsp_region_t
 Delimits a region in a single dimension of a buffer. More...
 
union  dsp_location_t
 The location type. More...
 
struct  dsp_stream_t
 Contains a set of informations and data relative to a buffer and how to use it. More...
 

Typedefs

typedef struct dsp_point_t dsp_point
 Indicates a dot or line inside a dsp_stream. More...
 
typedef struct dsp_offset_t dsp_offset
 Indicates an offset.
 
typedef struct dsp_star_t dsp_star
 A star or object contained into a buffer.
 
typedef struct dsp_triangle_t dsp_triangle
 A star or object contained into a buffer.
 
typedef struct dsp_align_info_t dsp_align_info
 Alignment informations needed.
 
typedef struct dsp_region_t dsp_region
 Delimits a region in a single dimension of a buffer.
 
typedef union dsp_location_t dsp_location
 The location type.
 
typedef void *(* dsp_func_t) (void *,...)
 Multi-dimensional processing delegate function.
 
typedef struct dsp_stream_t dsp_stream
 Contains a set of informations and data relative to a buffer and how to use it. More...
 

Detailed Description

Typedef Documentation

◆ dsp_point

typedef struct dsp_point_t dsp_point
See also
dsp_stream

◆ dsp_stream

typedef struct dsp_stream_t dsp_stream