flext  0.6.2
Macros
Definitions for library objects

Macros

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

Detailed Description

Macro Definition Documentation

◆ FLEXT_DSP_SETUP

#define FLEXT_DSP_SETUP (   cl)    REAL_SETUP(cl,1)

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 
)    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)    REAL_SETUP(cl,0)

Register an object in the library.

Note
This is used in the library setup function