Int8.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 // Generated by gencpp from file std_msgs/Int8.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef STD_MSGS_MESSAGE_INT8_H
7 #define STD_MSGS_MESSAGE_INT8_H
8 
9 
10 #include <string>
11 #include <vector>
12 #include <map>
13 
14 #include <ros/types.h>
15 #include <ros/serialization.h>
16 #include <ros/builtin_message_traits.h>
17 #include <ros/message_operations.h>
18 
19 
20 namespace std_msgs
21 {
22 template <class ContainerAllocator>
23 struct Int8_
24 {
26 
28  : data(0) {
29  }
30  Int8_(const ContainerAllocator& _alloc)
31  : data(0) {
32  (void)_alloc;
33  }
34 
35 
36 
37  typedef int8_t _data_type;
39 
40 
41 
42 
43  typedef std::shared_ptr< ::std_msgs::Int8_<ContainerAllocator> > Ptr;
44  typedef std::shared_ptr< ::std_msgs::Int8_<ContainerAllocator> const> ConstPtr;
45 
46 }; // struct Int8_
47 
48 typedef ::std_msgs::Int8_<std::allocator<void> > Int8;
49 
50 typedef std::shared_ptr< ::std_msgs::Int8 > Int8Ptr;
51 typedef std::shared_ptr< ::std_msgs::Int8 const> Int8ConstPtr;
52 
53 // constants requiring out of line definition
54 
55 
56 
57 template<typename ContainerAllocator>
58 std::ostream& operator<<(std::ostream& s, const ::std_msgs::Int8_<ContainerAllocator> & v)
59 {
61 return s;
62 }
63 
64 } // namespace std_msgs
65 
66 namespace roswrap
67 {
68 namespace message_traits
69 {
70 
71 
72 
73 // BOOLTRAITS {'IsFixedSize': True, 'IsMessage': True, 'HasHeader': False}
74 // {'std_msgs': ['/tmp/binarydeb/ros-kinetic-std-msgs-0.5.11/msg']}
75 
76 // !!!!!!!!!!! ['__class__', '__delattr__', '__dict__', '__doc__', '__eq__', '__format__', '__getattribute__', '__hash__', '__init__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_parsed_fields', 'constants', 'fields', 'full_name', 'has_header', 'header_present', 'names', 'package', 'parsed_fields', 'short_name', 'text', 'types']
77 
78 
79 
80 
81 template <class ContainerAllocator>
82 struct IsFixedSize< ::std_msgs::Int8_<ContainerAllocator> >
83  : TrueType
84  { };
85 
86 template <class ContainerAllocator>
87 struct IsFixedSize< ::std_msgs::Int8_<ContainerAllocator> const>
88  : TrueType
89  { };
90 
91 template <class ContainerAllocator>
92 struct IsMessage< ::std_msgs::Int8_<ContainerAllocator> >
93  : TrueType
94  { };
95 
96 template <class ContainerAllocator>
97 struct IsMessage< ::std_msgs::Int8_<ContainerAllocator> const>
98  : TrueType
99  { };
100 
101 template <class ContainerAllocator>
102 struct HasHeader< ::std_msgs::Int8_<ContainerAllocator> >
103  : FalseType
104  { };
105 
106 template <class ContainerAllocator>
107 struct HasHeader< ::std_msgs::Int8_<ContainerAllocator> const>
108  : FalseType
109  { };
110 
111 
112 template<class ContainerAllocator>
113 struct MD5Sum< ::std_msgs::Int8_<ContainerAllocator> >
114 {
115  static const char* value()
116  {
117  return "27ffa0c9c4b8fb8492252bcad9e5c57b";
118  }
119 
120  static const char* value(const ::std_msgs::Int8_<ContainerAllocator>&) { return value(); }
121  static const uint64_t static_value1 = 0x27ffa0c9c4b8fb84ULL;
122  static const uint64_t static_value2 = 0x92252bcad9e5c57bULL;
123 };
124 
125 template<class ContainerAllocator>
126 struct DataType< ::std_msgs::Int8_<ContainerAllocator> >
127 {
128  static const char* value()
129  {
130  return "std_msgs/Int8";
131  }
132 
133  static const char* value(const ::std_msgs::Int8_<ContainerAllocator>&) { return value(); }
134 };
135 
136 template<class ContainerAllocator>
137 struct Definition< ::std_msgs::Int8_<ContainerAllocator> >
138 {
139  static const char* value()
140  {
141  return "int8 data\n\
142 ";
143  }
144 
145  static const char* value(const ::std_msgs::Int8_<ContainerAllocator>&) { return value(); }
146 };
147 
148 } // namespace message_traits
149 } // namespace roswrap
150 
151 namespace roswrap
152 {
153 namespace serialization
154 {
155 
156  template<class ContainerAllocator> struct Serializer< ::std_msgs::Int8_<ContainerAllocator> >
157  {
158  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
159  {
160  stream.next(m.data);
161  }
162 
164  }; // struct Int8_
165 
166 } // namespace serialization
167 } // namespace roswrap
168 
169 namespace roswrap
170 {
171 namespace message_operations
172 {
173 
174 template<class ContainerAllocator>
175 struct Printer< ::std_msgs::Int8_<ContainerAllocator> >
176 {
177  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::std_msgs::Int8_<ContainerAllocator>& v)
178  {
179  s << indent << "data: ";
180  Printer<int8_t>::stream(s, indent + " ", v.data);
181  }
182 };
183 
184 } // namespace message_operations
185 } // namespace roswrap
186 
187 #endif // STD_MSGS_MESSAGE_INT8_H
roswrap::message_traits::FalseType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:89
roswrap::message_traits::MD5Sum< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value()
Definition: Int8.h:115
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
roswrap::serialization::Serializer
Templated serialization class. Default implementation provides backwards compatibility with old messa...
Definition: serialization.h:120
roswrap::message_traits::HasHeader
HasHeader informs whether or not there is a header that gets serialized as the first thing in the mes...
Definition: message_traits.h:107
const
#define const
Definition: getopt.c:38
s
XmlRpcServer s
std_msgs::Int8_
Definition: Int8.h:23
roswrap::message_operations::Printer< ::std_msgs::Int8_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::std_msgs::Int8_< ContainerAllocator > &v)
Definition: Int8.h:177
roswrap::message_operations::Printer::stream
static void stream(Stream &s, const std::string &indent, const M &value)
Definition: message_operations.h:43
roswrap::message_traits::IsFixedSize
A fixed-size datatype is one whose size is constant, i.e. it has no variable-length arrays or strings...
Definition: message_traits.h:103
std_msgs::Int8_::Ptr
std::shared_ptr< ::std_msgs::Int8_< ContainerAllocator > > Ptr
Definition: Int8.h:43
ros::message_operations::Printer
std_msgs::Int8ConstPtr
std::shared_ptr< ::std_msgs::Int8 const > Int8ConstPtr
Definition: Int8.h:51
ROS_DECLARE_ALLINONE_SERIALIZER
#define ROS_DECLARE_ALLINONE_SERIALIZER
Declare your serializer to use an allInOne member instead of requiring 3 different serialization func...
Definition: serialization.h:74
std_msgs::Int8_::_data_type
int8_t _data_type
Definition: Int8.h:37
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
std_msgs
std_msgs::Int8_::Int8_
Int8_(const ContainerAllocator &_alloc)
Definition: Int8.h:30
std_msgs::Int8_::Type
Int8_< ContainerAllocator > Type
Definition: Int8.h:25
roswrap
Definition: param_modi.cpp:41
std_msgs::Int8
::std_msgs::Int8_< std::allocator< void > > Int8
Definition: Int8.h:48
roswrap::message_operations::Printer
Definition: message_operations.h:40
std_msgs::Int8_::Int8_
Int8_()
Definition: Int8.h:27
roswrap::message_traits::TrueType
Base type for compile-type true/false tests. Compatible with Boost.MPL. classes inheriting from this ...
Definition: message_traits.h:79
roswrap::message_traits::MD5Sum
Specialize to provide the md5sum for a message.
Definition: message_traits.h:118
std_msgs::Int8Ptr
std::shared_ptr< ::std_msgs::Int8 > Int8Ptr
Definition: Int8.h:50
roswrap::message_traits::IsMessage
Am I message or not.
Definition: message_traits.h:112
sick_scan_base.h
roswrap::serialization::Stream
Stream base-class, provides common functionality for IStream and OStream.
Definition: serialization.h:705
roswrap::serialization::Serializer< ::std_msgs::Int8_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: Int8.h:158
std_msgs::Int8_::data
_data_type data
Definition: Int8.h:38
std_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::std_msgs::Bool_< ContainerAllocator > &v)
Definition: Bool.h:58
roswrap::message_traits::Definition< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value()
Definition: Int8.h:139
roswrap::message_traits::DataType< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Int8_< ContainerAllocator > &)
Definition: Int8.h:133
std_msgs::Int8_::ConstPtr
std::shared_ptr< ::std_msgs::Int8_< ContainerAllocator > const > ConstPtr
Definition: Int8.h:44
roswrap::message_traits::Definition< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Int8_< ContainerAllocator > &)
Definition: Int8.h:145
roswrap::message_traits::MD5Sum< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value(const ::std_msgs::Int8_< ContainerAllocator > &)
Definition: Int8.h:120
roswrap::message_traits::DataType< ::std_msgs::Int8_< ContainerAllocator > >::value
static const char * value()
Definition: Int8.h:128


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