Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/color.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/color.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fcolor_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fcolor_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fcolor_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2fcolor_2eproto
60 namespace ignition {
61 namespace msgs {
62 class Color;
63 class ColorDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern ColorDefaultTypeInternal _Color_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Color* Arena::CreateMaybeMessage<::ignition::msgs::Color>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE Color : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Color) */ {
78  public:
79  Color();
80  virtual ~Color();
81 
82  Color(const Color& from);
83 
84  inline Color& operator=(const Color& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  Color(Color&& from) noexcept
90  : Color() {
91  *this = ::std::move(from);
92  }
93 
94  inline Color& operator=(Color&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const Color& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const Color* internal_default_instance() {
108  return reinterpret_cast<const Color*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(Color* other);
115  friend void swap(Color& a, Color& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline Color* New() const final {
122  return CreateMaybeMessage<Color>(NULL);
123  }
124 
125  Color* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<Color>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const Color& from);
131  void MergeFrom(const Color& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(Color* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // .ignition.msgs.Header header = 1;
165  bool has_header() const;
166  void clear_header();
167  static const int kHeaderFieldNumber = 1;
168  private:
169  const ::ignition::msgs::Header& _internal_header() const;
170  public:
171  const ::ignition::msgs::Header& header() const;
172  ::ignition::msgs::Header* release_header();
173  ::ignition::msgs::Header* mutable_header();
174  void set_allocated_header(::ignition::msgs::Header* header);
175 
176  // float r = 2;
177  void clear_r();
178  static const int kRFieldNumber = 2;
179  float r() const;
180  void set_r(float value);
181 
182  // float g = 3;
183  void clear_g();
184  static const int kGFieldNumber = 3;
185  float g() const;
186  void set_g(float value);
187 
188  // float b = 4;
189  void clear_b();
190  static const int kBFieldNumber = 4;
191  float b() const;
192  void set_b(float value);
193 
194  // float a = 5;
195  void clear_a();
196  static const int kAFieldNumber = 5;
197  float a() const;
198  void set_a(float value);
199 
200  // @@protoc_insertion_point(class_scope:ignition.msgs.Color)
201  private:
202 
203  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
204  ::ignition::msgs::Header* header_;
205  float r_;
206  float g_;
207  float b_;
208  float a_;
209  mutable ::google::protobuf::internal::CachedSize _cached_size_;
210  friend struct ::protobuf_ignition_2fmsgs_2fcolor_2eproto::TableStruct;
211 };
212 // ===================================================================
213 
214 
215 // ===================================================================
216 
217 #ifdef __GNUC__
218  #pragma GCC diagnostic push
219  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
220 #endif // __GNUC__
221 // Color
222 
223 // .ignition.msgs.Header header = 1;
224 inline bool Color::has_header() const {
225  return this != internal_default_instance() && header_ != NULL;
226 }
227 inline const ::ignition::msgs::Header& Color::_internal_header() const {
228  return *header_;
229 }
230 inline const ::ignition::msgs::Header& Color::header() const {
231  const ::ignition::msgs::Header* p = header_;
232  // @@protoc_insertion_point(field_get:ignition.msgs.Color.header)
233  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
235 }
236 inline ::ignition::msgs::Header* Color::release_header() {
237  // @@protoc_insertion_point(field_release:ignition.msgs.Color.header)
238 
239  ::ignition::msgs::Header* temp = header_;
240  header_ = NULL;
241  return temp;
242 }
243 inline ::ignition::msgs::Header* Color::mutable_header() {
244 
245  if (header_ == NULL) {
246  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
247  header_ = p;
248  }
249  // @@protoc_insertion_point(field_mutable:ignition.msgs.Color.header)
250  return header_;
251 }
253  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
254  if (message_arena == NULL) {
255  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
256  }
257  if (header) {
258  ::google::protobuf::Arena* submessage_arena = NULL;
259  if (message_arena != submessage_arena) {
260  header = ::google::protobuf::internal::GetOwnedMessage(
261  message_arena, header, submessage_arena);
262  }
263 
264  } else {
265 
266  }
267  header_ = header;
268  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Color.header)
269 }
270 
271 // float r = 2;
272 inline void Color::clear_r() {
273  r_ = 0;
274 }
275 inline float Color::r() const {
276  // @@protoc_insertion_point(field_get:ignition.msgs.Color.r)
277  return r_;
278 }
279 inline void Color::set_r(float value) {
280 
281  r_ = value;
282  // @@protoc_insertion_point(field_set:ignition.msgs.Color.r)
283 }
284 
285 // float g = 3;
286 inline void Color::clear_g() {
287  g_ = 0;
288 }
289 inline float Color::g() const {
290  // @@protoc_insertion_point(field_get:ignition.msgs.Color.g)
291  return g_;
292 }
293 inline void Color::set_g(float value) {
294 
295  g_ = value;
296  // @@protoc_insertion_point(field_set:ignition.msgs.Color.g)
297 }
298 
299 // float b = 4;
300 inline void Color::clear_b() {
301  b_ = 0;
302 }
303 inline float Color::b() const {
304  // @@protoc_insertion_point(field_get:ignition.msgs.Color.b)
305  return b_;
306 }
307 inline void Color::set_b(float value) {
308 
309  b_ = value;
310  // @@protoc_insertion_point(field_set:ignition.msgs.Color.b)
311 }
312 
313 // float a = 5;
314 inline void Color::clear_a() {
315  a_ = 0;
316 }
317 inline float Color::a() const {
318  // @@protoc_insertion_point(field_get:ignition.msgs.Color.a)
319  return a_;
320 }
321 inline void Color::set_a(float value) {
322 
323  a_ = value;
324  // @@protoc_insertion_point(field_set:ignition.msgs.Color.a)
325 }
326 
327 #ifdef __GNUC__
328  #pragma GCC diagnostic pop
329 #endif // __GNUC__
330 
335 // @@protoc_insertion_point(namespace_scope)
336 
337 } // namespace msgs
338 } // namespace ignition
339 
340 #ifdef _MSC_VER
341 #pragma warning(pop)
342 #endif
343 // @@protoc_insertion_point(global_scope)
344 
345 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fcolor_2eproto
Color * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:121
STL class.
float a() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:317
static const Color * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:107
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:224
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:48
void clear_b()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:300
void clear_a()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:314
void set_g(float value)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:293
float b() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:303
void set_b(float value)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:307
float r() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:275
void IGNITION_MSGS_VISIBLE AddDescriptors()
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:230
IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal _Color_default_instance_
friend void swap(Color &a, Color &b)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:115
void set_r(float value)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:279
Color * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:125
std::shared_ptr< const Color > ConstColorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:334
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:77
std::shared_ptr< Color > ColorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:333
void clear_g()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:286
float g() const
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:289
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:252
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void Swap(Color *other)
void set_a(float value)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:321
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
Color & operator=(const Color &from)
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:84
void clear_r()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:272
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:50
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:236
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:243
STL class.
std::unique_ptr< Color > ColorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:331
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
std::unique_ptr< const Color > ConstColorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/color.pb.h:332