trait_macros.h
Go to the documentation of this file.
1 #include "sick_scan/sick_scan_base.h" /* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2 
3 /*
4  * Copyright (C) 2009, Willow Garage, Inc.
5  *
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions are met:
8  * * Redistributions of source code must retain the above copyright notice,
9  * this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above copyright
11  * notice, this list of conditions and the following disclaimer in the
12  * documentation and/or other materials provided with the distribution.
13  * * Neither the names of Willow Garage, Inc. nor the names of its
14  * contributors may be used to endorse or promote products derived from
15  * this software without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
21  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27  * POSSIBILITY OF SUCH DAMAGE.
28  */
29 
30 #ifndef STD_MSGS_TRAIT_MACROS_H
31 #define STD_MSGS_TRAIT_MACROS_H
32 
33 #define STD_MSGS_DEFINE_BUILTIN_TRAITS(builtin, msg, static_md5sum1, static_md5sum2) \
34  namespace roswrap \
35  { \
36  namespace message_traits \
37  { \
38  \
39  template<> struct MD5Sum<builtin> \
40  { \
41  static const char* value() \
42  { \
43  return MD5Sum<std_msgs::msg>::value(); \
44  } \
45  \
46  static const char* value(const builtin&) \
47  { \
48  return value(); \
49  } \
50  }; \
51  \
52  template<> struct DataType<builtin> \
53  { \
54  static const char* value() \
55  { \
56  return DataType<std_msgs::msg>::value(); \
57  } \
58  \
59  static const char* value(const builtin&) \
60  { \
61  return value(); \
62  } \
63  }; \
64  \
65  template<> struct Definition<builtin> \
66  { \
67  static const char* value() \
68  { \
69  return Definition<std_msgs::msg>::value(); \
70  } \
71  \
72  static const char* value(const builtin&) \
73  { \
74  return value(); \
75  } \
76  }; \
77  \
78  } \
79  }
80 
81 #endif // STD_MSGS_TRAIT_MACROS_H
sick_scan_base.h


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:12