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