source: pacpussensors/trunk/LMOComponent/LMOComponentConfig.h@ 19

Last change on this file since 19 was 17, checked in by morasjul, 11 years ago

Added: LMOComponent. (Lidar-Map-Odometry)

File size: 963 bytes
Line 
1// %pacpus:license{
2// This file is part of the PACPUS framework distributed under the
3// CECILL-C License, Version 1.0.
4// %pacpus:license}
5/// @file
6/// @date created 2013-07-01 13:18:37
7/// @author @todo kurdejma <firstname.surname@utc.fr>
8/// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved.
9/// @version $Id: $
10///
11/// @todo Brief description of LMOComponentConfig.h.
12///
13/// @todo Detailed description of LMOComponentConfig.h.
14
15#ifndef LMOCOMPONENTCONFIG_H
16#define LMOCOMPONENTCONFIG_H
17
18// Export macro for LMOComponent DLL for Windows only
19#ifdef WIN32
20# ifdef LMOCOMPONENT_EXPORTS
21 // make DLL
22# define LMOCOMPONENT_API __declspec(dllexport)
23# else
24 // use DLL
25# define LMOCOMPONENT_API __declspec(dllimport)
26# endif
27#else
28 // On other platforms, simply ignore this
29# define LMOCOMPONENT_API
30#endif
31
32#endif // LMOCOMPONENTCONFIG_H
33
Note: See TracBrowser for help on using the repository browser.