 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
35# undef TOTAL_STATION_API
40# ifdef NDEVR_STATIC_BUILD
41# define TOTAL_STATION_API
42# define TOTAL_STATION_T_API extern
43# elif defined TOTAL_STATION_BUILD_DLL_EXPORT
44# define TOTAL_STATION_API __declspec(dllexport)
45# define TOTAL_STATION_T_API
46# pragma warning (disable : 4251)
47# pragma warning (disable : 4661)
48# pragma warning (disable : 4251)
54# define TOTAL_STATION_API __declspec(dllimport)
55# define TOTAL_STATION_T_API
56# pragma warning (disable : 4661)
57# pragma warning (disable : 4251)
61#include <QtCore/QtGlobal>
62# ifdef NDEVR_STATIC_BUILD
63# define TOTAL_STATION_API
64# define TOTAL_STATION_T_API
65# elif defined TOTAL_STATION_BUILD_DLL_EXPORT
66# define TOTAL_STATION_API Q_DECL_EXPORT
67# define TOTAL_STATION_T_API
69# define TOTAL_STATION_API Q_DECL_IMPORT
70# define TOTAL_STATION_T_API
74# define TOTAL_STATION_API __attribute__((visibility("default")))
75# define TOTAL_STATION_T_API
- TotalStation
- Headers
- DLLInfo.h