![]() |
The Open Master Hearing Aid (openMHA)
openMHA
Open community platform for hearing aid algorithm research
|
Macros | |
| #define | COMPILER_ID_VENDOR "gcc" |
| #define | COMPILER_ID_MAJOR __GNUC__ |
| #define | COMPILER_ID_MINOR __GNUC_MINOR__ |
| #define | COMPILER_ID_PATCH __GNUC_PATCHLEVEL__ |
| #define | COMPILER_ID_VERSION_HELPER2(x, y, z) #x "." #y "." #z |
| #define | COMPILER_ID_VERSION_HELPER1(x, y, z) COMPILER_ID_VERSION_HELPER2(x,y,z) |
| #define | COMPILER_ID_VERSION |
| #define | COMPILER_ID COMPILER_ID_VENDOR "-" COMPILER_ID_VERSION "-" COMPILER_ID_STANDARD |
| #define COMPILER_ID_VENDOR "gcc" |
| #define COMPILER_ID_MAJOR __GNUC__ |
| #define COMPILER_ID_MINOR __GNUC_MINOR__ |
| #define COMPILER_ID_PATCH __GNUC_PATCHLEVEL__ |
| #define COMPILER_ID_VERSION_HELPER2 | ( | x, | |
| y, | |||
| z | |||
| ) | #x "." #y "." #z |
| #define COMPILER_ID_VERSION_HELPER1 | ( | x, | |
| y, | |||
| z | |||
| ) | COMPILER_ID_VERSION_HELPER2(x,y,z) |
| #define COMPILER_ID_VERSION |
| #define COMPILER_ID COMPILER_ID_VENDOR "-" COMPILER_ID_VERSION "-" COMPILER_ID_STANDARD |