|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#include <NDEVRConfig.h>
40# ifdef HARDWARE_BUILD_DLL_EXPORT
41# define HARDWARE_API __declspec(dllexport)
42# define HARDWARE_T_API
43# pragma warning (disable : 4251)
44# pragma warning (disable : 4661)
45# pragma warning (disable : 4251)
50# elif (defined HARDWARE_DLL)
51# define HARDWARE_API __declspec(dllimport)
52# define HARDWARE_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
57# define HARDWARE_T_API extern
61#include <QtCore/QtGlobal>
62# ifdef HARDWARE_BUILD_DLL_EXPORT
63# define HARDWARE_API Q_DECL_EXPORT
64# define HARDWARE_T_API
65# elif (defined HARDWARE_DLL)
66# define HARDWARE_API Q_DECL_IMPORT
67# define HARDWARE_T_API
70# define HARDWARE_T_API
74# define HARDWARE_API __attribute__((visibility("default")))
75# define HARDWARE_T_API