|
flext
0.6.0
|
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... | |
| #define FLEXT_DSP_SETUP | ( | cl | ) | REAL_SETUP(cl,1) |
Register a DSP object in the library.
| #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.