flext 0.6.2
Definitions for library objects

Macros

#define FLEXT_LIB_SETUP(NAME, SETUPFUN)
 Specify that to declare the library itself.
#define FLEXT_SETUP(cl)
 Register an object in the library.
#define FLEXT_DSP_SETUP(cl)
 Register a DSP object in the library.

Detailed Description

Macro Definition Documentation

◆ FLEXT_DSP_SETUP

#define FLEXT_DSP_SETUP ( cl)
Value:
#define REAL_SETUP(cl, DSP)
Definition flbase.h:423

Register a DSP object in the library.

Note
This is used in the library setup function

◆ FLEXT_LIB_SETUP

#define FLEXT_LIB_SETUP ( NAME,
SETUPFUN )
Value:
REAL_LIB_SETUP(NAME,SETUPFUN)

Specify that to declare the library itself.

Note
If you have a library this is compulsory (to register all the objects of the library)

◆ FLEXT_SETUP

#define FLEXT_SETUP ( cl)
Value:

Register an object in the library.

Note
This is used in the library setup function