SetCameraInfoResponse.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 sensor_msgs/SetCameraInfoResponse.msg
3 // DO NOT EDIT!
4 
5 
6 #ifndef SENSOR_MSGS_MESSAGE_SETCAMERAINFORESPONSE_H
7 #define SENSOR_MSGS_MESSAGE_SETCAMERAINFORESPONSE_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 sensor_msgs
21 {
22 template <class ContainerAllocator>
24 {
26 
28  : success(false)
29  , status_message() {
30  }
31  SetCameraInfoResponse_(const ContainerAllocator& _alloc)
32  : success(false)
33  , status_message(_alloc) {
34  (void)_alloc;
35  }
36 
37 
38 
39  typedef uint8_t _success_type;
41 
42  typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > _status_message_type;
44 
45 
46 
47 
48  typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> > Ptr;
49  typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> const> ConstPtr;
50 
51 }; // struct SetCameraInfoResponse_
52 
53 typedef ::sensor_msgs::SetCameraInfoResponse_<std::allocator<void> > SetCameraInfoResponse;
54 
55 typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse > SetCameraInfoResponsePtr;
56 typedef std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse const> SetCameraInfoResponseConstPtr;
57 
58 // constants requiring out of line definition
59 
60 
61 
62 template<typename ContainerAllocator>
63 std::ostream& operator<<(std::ostream& s, const ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> & v)
64 {
66 return s;
67 }
68 
69 } // namespace sensor_msgs
70 
71 namespace roswrap
72 {
73 namespace message_traits
74 {
75 
76 
77 
78 // BOOLTRAITS {'IsFixedSize': False, 'IsMessage': True, 'HasHeader': False}
79 // {'std_msgs': ['/opt/ros/kinetic/share/std_msgs/cmake/../msg'], 'geometry_msgs': ['/opt/ros/kinetic/share/geometry_msgs/cmake/../msg'], 'sensor_msgs': ['/tmp/binarydeb/ros-kinetic-sensor-msgs-1.12.5/msg']}
80 
81 // !!!!!!!!!!! ['__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']
82 
83 
84 
85 
86 template <class ContainerAllocator>
87 struct IsFixedSize< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
88  : FalseType
89  { };
90 
91 template <class ContainerAllocator>
93  : FalseType
94  { };
95 
96 template <class ContainerAllocator>
97 struct IsMessage< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
98  : TrueType
99  { };
100 
101 template <class ContainerAllocator>
103  : TrueType
104  { };
105 
106 template <class ContainerAllocator>
107 struct HasHeader< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
108  : FalseType
109  { };
110 
111 template <class ContainerAllocator>
113  : FalseType
114  { };
115 
116 
117 template<class ContainerAllocator>
118 struct MD5Sum< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
119 {
120  static const char* value()
121  {
122  return "2ec6f3eff0161f4257b808b12bc830c2";
123  }
124 
125  static const char* value(const ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator>&) { return value(); }
126  static const uint64_t static_value1 = 0x2ec6f3eff0161f42ULL;
127  static const uint64_t static_value2 = 0x57b808b12bc830c2ULL;
128 };
129 
130 template<class ContainerAllocator>
131 struct DataType< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
132 {
133  static const char* value()
134  {
135  return "sensor_msgs/SetCameraInfoResponse";
136  }
137 
138  static const char* value(const ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator>&) { return value(); }
139 };
140 
141 template<class ContainerAllocator>
142 struct Definition< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
143 {
144  static const char* value()
145  {
146  return "bool success\n\
147 string status_message\n\
148 \n\
149 ";
150  }
151 
152  static const char* value(const ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator>&) { return value(); }
153 };
154 
155 } // namespace message_traits
156 } // namespace roswrap
157 
158 namespace roswrap
159 {
160 namespace serialization
161 {
162 
163  template<class ContainerAllocator> struct Serializer< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
164  {
165  template<typename Stream, typename T> inline static void allInOne(Stream& stream, T m)
166  {
167  stream.next(m.success);
168  stream.next(m.status_message);
169  }
170 
172  }; // struct SetCameraInfoResponse_
173 
174 } // namespace serialization
175 } // namespace roswrap
176 
177 namespace roswrap
178 {
179 namespace message_operations
180 {
181 
182 template<class ContainerAllocator>
183 struct Printer< ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator> >
184 {
185  template<typename Stream> static void stream(Stream& s, const std::string& indent, const ::sensor_msgs::SetCameraInfoResponse_<ContainerAllocator>& v)
186  {
187  s << indent << "success: ";
188  Printer<uint8_t>::stream(s, indent + " ", v.success);
189  s << indent << "status_message: ";
190  Printer<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::stream(s, indent + " ", v.status_message);
191  }
192 };
193 
194 } // namespace message_operations
195 } // namespace roswrap
196 
197 #endif // SENSOR_MSGS_MESSAGE_SETCAMERAINFORESPONSE_H
roswrap::message_traits::Definition< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoResponse.h:144
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< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > &)
Definition: SetCameraInfoResponse.h:125
multiscan_pcap_player.indent
indent
Definition: multiscan_pcap_player.py:252
sensor_msgs::SetCameraInfoResponse_::_status_message_type
std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > _status_message_type
Definition: SetCameraInfoResponse.h:42
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
sensor_msgs::SetCameraInfoResponseConstPtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse const > SetCameraInfoResponseConstPtr
Definition: SetCameraInfoResponse.h:56
sensor_msgs::SetCameraInfoResponse_::Type
SetCameraInfoResponse_< ContainerAllocator > Type
Definition: SetCameraInfoResponse.h:25
sensor_msgs::SetCameraInfoResponse_::SetCameraInfoResponse_
SetCameraInfoResponse_()
Definition: SetCameraInfoResponse.h:27
roswrap::message_traits::MD5Sum< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoResponse.h:120
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
ros::message_operations::Printer
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
sensor_msgs::SetCameraInfoResponse_::success
_success_type success
Definition: SetCameraInfoResponse.h:40
roswrap::message_traits::DataType
Specialize to provide the datatype for a message.
Definition: message_traits.h:135
sensor_msgs::SetCameraInfoResponse_::status_message
_status_message_type status_message
Definition: SetCameraInfoResponse.h:43
roswrap::message_traits::DataType< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value()
Definition: SetCameraInfoResponse.h:133
roswrap::message_traits::Definition
Specialize to provide the definition for a message.
Definition: message_traits.h:152
sensor_msgs::SetCameraInfoResponse
::sensor_msgs::SetCameraInfoResponse_< std::allocator< void > > SetCameraInfoResponse
Definition: SetCameraInfoResponse.h:53
sensor_msgs::SetCameraInfoResponse_::SetCameraInfoResponse_
SetCameraInfoResponse_(const ContainerAllocator &_alloc)
Definition: SetCameraInfoResponse.h:31
sensor_msgs::operator<<
std::ostream & operator<<(std::ostream &s, const ::sensor_msgs::BatteryState_< ContainerAllocator > &v)
Definition: BatteryState.h:187
sensor_msgs::SetCameraInfoResponse_::Ptr
std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > > Ptr
Definition: SetCameraInfoResponse.h:48
roswrap::message_traits::DataType< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > &)
Definition: SetCameraInfoResponse.h:138
sensor_msgs::SetCameraInfoResponse_
Definition: SetCameraInfoResponse.h:23
roswrap
Definition: param_modi.cpp:41
roswrap::message_operations::Printer
Definition: message_operations.h:40
sensor_msgs::SetCameraInfoResponsePtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse > SetCameraInfoResponsePtr
Definition: SetCameraInfoResponse.h:55
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
roswrap::serialization::Serializer< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::allInOne
static void allInOne(Stream &stream, T m)
Definition: SetCameraInfoResponse.h:165
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
sensor_msgs::SetCameraInfoResponse_::ConstPtr
std::shared_ptr< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > const > ConstPtr
Definition: SetCameraInfoResponse.h:49
roswrap::message_traits::Definition< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::value
static const char * value(const ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > &)
Definition: SetCameraInfoResponse.h:152
sensor_msgs
Tools for manipulating sensor_msgs.
roswrap::message_operations::Printer< ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > >::stream
static void stream(Stream &s, const std::string &indent, const ::sensor_msgs::SetCameraInfoResponse_< ContainerAllocator > &v)
Definition: SetCameraInfoResponse.h:185
sensor_msgs::SetCameraInfoResponse_::_success_type
uint8_t _success_type
Definition: SetCameraInfoResponse.h:39


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