MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
Macros
dllmarker.h File Reference

Macros for identifying exported functions. More...

Go to the source code of this file.

Macros

#define METAWEAR_HELPER_DLL_IMPORT
 
#define METAWEAR_HELPER_DLL_EXPORT
 
#define METAWEAR_HELPER_DLL_LOCAL
 
#define METAWEAR_API   METAWEAR_HELPER_DLL_EXPORT
 Indicates the function should be exported to the symbol table

 
#define METAWEAR_LOCAL   METAWEAR_HELPER_DLL_LOCAL
 Indicates the function is only to be used by the API.
 

Detailed Description

Macros for identifying exported functions.