 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
35#define GNSS_USE_ANIMATIONS 1
37#define GNSS_USE_ANIMATIONS 0
40# undef GPS_INTERFACE_API
45# ifdef GPS_INTERFACE_BUILD_DLL_EXPORT
46# define GPS_INTERFACE_API __declspec(dllexport)
47# pragma warning (disable : 4251)
53#elif !(defined NDEVR_STATIC_BUILD)
54# define GPS_INTERFACE_API __declspec(dllimport)
56# define GPS_INTERFACE_API
59#include <QtCore/QtGlobal>
60# ifdef GPS_INTERFACE_BUILD_DLL_EXPORT
61# define GPS_INTERFACE_API Q_DECL_EXPORT
66# elif (defined GPS_INTERFACE_DLL)
67# define GPS_INTERFACE_API Q_DECL_IMPORT
69# define GPS_INTERFACE_API
73# define GPS_INTERFACE_API __attribute__ ((visibility("default")))
- GPSInterface
- Headers
- DLLInfo.h