Instrument Neutral Distributed Interface INDI  2.0.2
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. More...
 
typedef struct dsp_star_t dsp_star
 A star or object contained into a buffer. More...
 
typedef struct dsp_triangle_t dsp_triangle
 A star or object contained into a buffer. More...
 
typedef struct dsp_align_info_t dsp_align_info
 Alignment informations needed. More...
 
typedef struct dsp_region_t dsp_region
 Delimits a region in a single dimension of a buffer. More...
 
typedef union dsp_location_t dsp_location
 The location type. More...
 
typedef void *(* dsp_func_t) (void *,...)
 Multi-dimensional processing delegate function. More...
 
typedef struct dsp_stream_t dsp_stream
 Contains a set of informations and data relative to a buffer and how to use it. More...
 
typedef struct dsp_stream_tdsp_stream_p
 

Detailed Description

Typedef Documentation

◆ dsp_align_info

Alignment informations needed.

◆ dsp_func_t

typedef void*(* dsp_func_t) (void *,...)

Multi-dimensional processing delegate function.

Definition at line 350 of file dsp.h.

◆ dsp_location

The location type.

◆ dsp_offset

typedef struct dsp_offset_t dsp_offset

Indicates an offset.

◆ dsp_point

typedef struct dsp_point_t dsp_point

Indicates a dot or line inside a dsp_stream.

See also
dsp_stream

◆ dsp_region

typedef struct dsp_region_t dsp_region

Delimits a region in a single dimension of a buffer.

◆ dsp_star

typedef struct dsp_star_t dsp_star

A star or object contained into a buffer.

◆ dsp_stream

typedef struct dsp_stream_t dsp_stream

Contains a set of informations and data relative to a buffer and how to use it.

See also
dsp_stream_new
dsp_stream_add_dim
dsp_stream_del_dim
dsp_stream_alloc_buffer
dsp_stream_copy
dsp_stream_free_buffer
dsp_stream_free

◆ dsp_stream_p

typedef struct dsp_stream_t * dsp_stream_p

◆ dsp_triangle

typedef struct dsp_triangle_t dsp_triangle

A star or object contained into a buffer.