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