|
GNU Radio 3.6.1 C++ API
|
Go to the source code of this file.
Macros | |
| #define | GLOB_SYMB(f) _ ## f |
| #define | DEF_FUNC_HEAD(f) .def GLOB_SYMB(f); .scl 2; .type 32; .endef |
| #define | FUNC_TAIL(f) /* none */ |
| #define DEF_FUNC_HEAD | ( | f | ) | .def GLOB_SYMB(f); .scl 2; .type 32; .endef |
| #define FUNC_TAIL | ( | f | ) | /* none */ |
| #define GLOB_SYMB | ( | f | ) | _ ## f |