CAEN MCA  0.99.10
SDK for Hexagon
Export macros

Functions are exported in the DLL only if the _CAENMCA_EXPORT macro is defined by the preprocessor. More...

Macros

#define CAEN_MCA_API
 Calling convention (Windows only) More...
 
#define CAEN_MCA_DLLAPI   __attribute__((visibility("default")))
 Storage-class attributes (Windows only) More...
 
#define _MCALIB_SYMBOL_DLLAPI_   extern CAEN_MCA_DLLAPI
 

Detailed Description

Functions are exported in the DLL only if the _CAENMCA_EXPORT macro is defined by the preprocessor.

Precondition
Windows only.

Macro Definition Documentation

◆ CAEN_MCA_API

#define CAEN_MCA_API

Calling convention (Windows only)

Definition at line 45 of file CAENMCATypes.h.

◆ CAEN_MCA_DLLAPI

#define CAEN_MCA_DLLAPI   __attribute__((visibility("default")))

Storage-class attributes (Windows only)

Definition at line 46 of file CAENMCATypes.h.

◆ _MCALIB_SYMBOL_DLLAPI_

#define _MCALIB_SYMBOL_DLLAPI_   extern CAEN_MCA_DLLAPI

Definition at line 66 of file CAENMCATypes.h.