Go to the documentation of this file. 42 #ifndef URDF__VISIBILITY_CONTROL_HPP_ 43 #define URDF__VISIBILITY_CONTROL_HPP_ 48 #if defined _WIN32 || defined __CYGWIN__ 50 #define URDF_EXPORT __attribute__ ((dllexport)) 51 #define URDF_IMPORT __attribute__ ((dllimport)) 53 #define URDF_EXPORT __declspec(dllexport) 54 #define URDF_IMPORT __declspec(dllimport) 56 #ifdef URDF_BUILDING_LIBRARY 57 #define URDF_PUBLIC URDF_EXPORT 59 #define URDF_PUBLIC URDF_IMPORT 61 #define URDF_PUBLIC_TYPE URDF_PUBLIC 64 #define URDF_EXPORT __attribute__ ((visibility("default"))) 67 #define URDF_PUBLIC __attribute__ ((visibility("default"))) 68 #define URDF_LOCAL __attribute__ ((visibility("hidden"))) 73 #define URDF_PUBLIC_TYPE 76 #endif // URDF__VISIBILITY_CONTROL_HPP_
urdf
Author(s): Ioan Sucan
, Jackie Kay
autogenerated on Mon Jun 10 2019 15:38:18