Ignition Msgs

API Reference

8.2.0
Export.hh
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 Open Source Robotics Foundation
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16 */
17 
18 /*
19  * ==========================================================================
20  * This file was automatically generated by CMake; do not modify it directly.
21  * To modify this file, make changes to ign-cmake/cmake/Export.hh.in
22  * ==========================================================================
23 */
24 
25 #ifndef IGNITION_MSGS_EXPORT_HH_
26 #define IGNITION_MSGS_EXPORT_HH_
27 
28 // The detail/Export.hh header is automatically generated by CMake, which only
29 // provides the system-dependent implementations of these macros, with no
30 // commentary or explanation, so we configure this public-facing header which
31 // leverages the auto-generated macros but provides commentary for them.
32 #include "ignition/msgs/detail/Export.hh"
33 
34 
35 #ifndef IGNITION_MSGS_VISIBLE
36 #define IGNITION_MSGS_VISIBLE \
40  DETAIL_IGNITION_MSGS_VISIBLE
41 #endif
42 
43 
44 #ifndef IGNITION_MSGS_HIDDEN
45 #define IGNITION_MSGS_HIDDEN \
51  DETAIL_IGNITION_MSGS_HIDDEN
52 #endif
53 
54 
55 #ifndef IGN_DEPRECATED
56 #define IGN_DEPRECATED(version) IGN_DEPRECATED_ALL_VERSIONS
61 #endif
62 
63 #endif