source: pacpussensors/trunk/StdDbtPlayerComponents/DbtPlyGpsConfig.h@ 82

Last change on this file since 82 was 82, checked in by yuchunle, 9 years ago

added GPS dbt replay (GGA, GST, VTG)

File size: 577 bytes
Line 
1/// DbtPlyGps config header file
2///
3/// @date created 2012-07-04 - 09:35
4/// @author Marek Kurdej
5/// @version $Id: $
6
7#ifndef DBTPLYGPSCONFIG_H
8#define DBTPLYGPSCONFIG_H
9
10// Export macro for DbtPlyGps DLL for Windows only
11#ifdef WIN32
12# ifdef DBTPLYGPS_EXPORTS
13 // make DLL
14# define DBTPLYGPS_API __declspec(dllexport)
15# else
16 // use DLL
17# define DBTPLYGPS_API __declspec(dllimport)
18# endif
19#else
20 // On other platforms, simply ignore this
21# define DBTPLYGPS_API
22#endif
23
24#endif // DBTPLYGPSCONFIG_H
Note: See TracBrowser for help on using the repository browser.