Go to the documentation of this file. 32 #if defined(rtabmap_core_EXPORTS) 33 #define RTABMAP_EXP __declspec( dllexport ) 35 #define RTABMAP_EXP __declspec( dllimport ) 42 #define RTABMAP_DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) 43 #elif defined(_MSC_VER) 44 #define RTABMAP_DEPRECATED(func, msg) __declspec(deprecated(msg)) func 46 #pragma message("WARNING: You need to implement DEPRECATED for this compiler") 47 #define RTABMAP_DEPRECATED(func, msg) func 50 #endif // RTABMAPEXP_H
rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jan 23 2023 03:37:30