This is Unofficial EPICS BASE Doxygen Site
compilerSpecific.h File Reference

Go to the source code of this file.

Macros

#define EPICS_ALWAYS_INLINE   __inline__ __attribute__((always_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))
 

Macro Definition Documentation

#define EPICS_ALWAYS_INLINE   __inline__ __attribute__((always_inline))

Definition at line 27 of file compilerSpecific.h.

#define EPICS_DEPRECATED   __attribute__((deprecated))

Definition at line 56 of file compilerSpecific.h.

#define EPICS_FUNCTION   __PRETTY_FUNCTION__

Definition at line 30 of file compilerSpecific.h.

#define EPICS_PRINTF_STYLE (   f,
 
)    __attribute__((format(__printf__,f,a)))

Definition at line 51 of file compilerSpecific.h.

#define EPICS_UNUSED   __attribute__((unused))

Definition at line 61 of file compilerSpecific.h.