![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Go to the source code of this file.
Macros | |
#define | EPICS_ALWAYS_INLINE __inline__ |
#define | EPICS_FUNCTION __PRETTY_FUNCTION__ |
#define | EPICS_PRINTF_STYLE(f, a) __attribute__((format(__printf__,f,a))) |
#define | EPICS_DEPRECATED __attribute__((deprecated)) |
#define | EPICS_UNUSED __attribute__((unused)) |
#define EPICS_ALWAYS_INLINE __inline__ |
Definition at line 26 of file compilerSpecific.h.
struct rset EPICS_DEPRECATED __attribute__((deprecated)) |
Definition at line 53 of file compilerSpecific.h.
#define EPICS_FUNCTION __PRETTY_FUNCTION__ |
Definition at line 30 of file compilerSpecific.h.
#define EPICS_PRINTF_STYLE | ( | f, | |
a | |||
) | __attribute__((format(__printf__,f,a))) |
Definition at line 48 of file compilerSpecific.h.
#define EPICS_UNUSED __attribute__((unused)) |
Definition at line 58 of file compilerSpecific.h.