Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/sky.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/sky.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsky_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsky_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
35 #include "ignition/msgs/color.pb.h"
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fsky_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
58 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fsky_2eproto {
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
68 };
69 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fsky_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class Sky;
73 class SkyDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern SkyDefaultTypeInternal _Sky_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Sky* Arena::CreateMaybeMessage<::ignition::msgs::Sky>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 // ===================================================================
84 
85 class IGNITION_MSGS_VISIBLE Sky PROTOBUF_FINAL :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Sky) */ {
87  public:
88  inline Sky() : Sky(nullptr) {};
89  virtual ~Sky();
90 
91  Sky(const Sky& from);
92  Sky(Sky&& from) noexcept
93  : Sky() {
94  *this = ::std::move(from);
95  }
96 
97  inline Sky& operator=(const Sky& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline Sky& operator=(Sky&& from) noexcept {
102  if (GetArena() == from.GetArena()) {
103  if (this != &from) InternalSwap(&from);
104  } else {
105  CopyFrom(from);
106  }
107  return *this;
108  }
109 
110  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
111  return GetDescriptor();
112  }
113  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
114  return GetMetadataStatic().descriptor;
115  }
116  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
117  return GetMetadataStatic().reflection;
118  }
119  static const Sky& default_instance();
120 
121  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
122  static inline const Sky* internal_default_instance() {
123  return reinterpret_cast<const Sky*>(
125  }
126  static constexpr int kIndexInFileMessages =
127  0;
128 
129  friend void swap(Sky& a, Sky& b) {
130  a.Swap(&b);
131  }
132  inline void Swap(Sky* other) {
133  if (other == this) return;
134  if (GetArena() == other->GetArena()) {
135  InternalSwap(other);
136  } else {
137  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
138  }
139  }
140  void UnsafeArenaSwap(Sky* other) {
141  if (other == this) return;
142  GOOGLE_DCHECK(GetArena() == other->GetArena());
143  InternalSwap(other);
144  }
145 
146  // implements Message ----------------------------------------------
147 
148  inline Sky* New() const final {
149  return CreateMaybeMessage<Sky>(nullptr);
150  }
151 
152  Sky* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
153  return CreateMaybeMessage<Sky>(arena);
154  }
155  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
157  void CopyFrom(const Sky& from);
158  void MergeFrom(const Sky& from);
159  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
160  bool IsInitialized() const final;
161 
162  size_t ByteSizeLong() const final;
163  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
164  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
165  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
166  int GetCachedSize() const final { return _cached_size_.Get(); }
167 
168  private:
169  inline void SharedCtor();
170  inline void SharedDtor();
171  void SetCachedSize(int size) const final;
172  void InternalSwap(Sky* other);
173  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175  return "ignition.msgs.Sky";
176  }
177  protected:
178  explicit Sky(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  private:
180  static void ArenaDtor(void* object);
181  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
182  public:
183 
184  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
185  private:
186  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
187  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fsky_2eproto);
188  return ::descriptor_table_ignition_2fmsgs_2fsky_2eproto.file_level_metadata[kIndexInFileMessages];
189  }
190 
191  public:
192 
193  // nested types ----------------------------------------------------
194 
195  // accessors -------------------------------------------------------
196 
197  enum : int {
198  kHeaderFieldNumber = 1,
199  kCloudAmbientFieldNumber = 7,
200  kTimeFieldNumber = 2,
201  kSunriseFieldNumber = 3,
202  kSunsetFieldNumber = 4,
203  kWindSpeedFieldNumber = 5,
204  kWindDirectionFieldNumber = 6,
205  kHumidityFieldNumber = 8,
206  kMeanCloudSizeFieldNumber = 9,
207  };
208  // .ignition.msgs.Header header = 1;
209  bool has_header() const;
210  private:
211  bool _internal_has_header() const;
212  public:
213  void clear_header();
214  const ::ignition::msgs::Header& header() const;
215  ::ignition::msgs::Header* release_header();
216  ::ignition::msgs::Header* mutable_header();
217  void set_allocated_header(::ignition::msgs::Header* header);
218  private:
219  const ::ignition::msgs::Header& _internal_header() const;
220  ::ignition::msgs::Header* _internal_mutable_header();
221  public:
223  ::ignition::msgs::Header* header);
224  ::ignition::msgs::Header* unsafe_arena_release_header();
225 
226  // .ignition.msgs.Color cloud_ambient = 7;
227  bool has_cloud_ambient() const;
228  private:
229  bool _internal_has_cloud_ambient() const;
230  public:
232  const ::ignition::msgs::Color& cloud_ambient() const;
233  ::ignition::msgs::Color* release_cloud_ambient();
234  ::ignition::msgs::Color* mutable_cloud_ambient();
235  void set_allocated_cloud_ambient(::ignition::msgs::Color* cloud_ambient);
236  private:
237  const ::ignition::msgs::Color& _internal_cloud_ambient() const;
238  ::ignition::msgs::Color* _internal_mutable_cloud_ambient();
239  public:
241  ::ignition::msgs::Color* cloud_ambient);
242  ::ignition::msgs::Color* unsafe_arena_release_cloud_ambient();
243 
244  // double time = 2;
245  void clear_time();
246  double time() const;
247  void set_time(double value);
248  private:
249  double _internal_time() const;
250  void _internal_set_time(double value);
251  public:
252 
253  // double sunrise = 3;
255  double sunrise() const;
256  void set_sunrise(double value);
257  private:
258  double _internal_sunrise() const;
259  void _internal_set_sunrise(double value);
260  public:
261 
262  // double sunset = 4;
263  void clear_sunset();
264  double sunset() const;
265  void set_sunset(double value);
266  private:
267  double _internal_sunset() const;
268  void _internal_set_sunset(double value);
269  public:
270 
271  // double wind_speed = 5;
273  double wind_speed() const;
274  void set_wind_speed(double value);
275  private:
276  double _internal_wind_speed() const;
277  void _internal_set_wind_speed(double value);
278  public:
279 
280  // double wind_direction = 6;
282  double wind_direction() const;
283  void set_wind_direction(double value);
284  private:
285  double _internal_wind_direction() const;
286  void _internal_set_wind_direction(double value);
287  public:
288 
289  // double humidity = 8;
291  double humidity() const;
292  void set_humidity(double value);
293  private:
294  double _internal_humidity() const;
295  void _internal_set_humidity(double value);
296  public:
297 
298  // double mean_cloud_size = 9;
300  double mean_cloud_size() const;
301  void set_mean_cloud_size(double value);
302  private:
303  double _internal_mean_cloud_size() const;
304  void _internal_set_mean_cloud_size(double value);
305  public:
306 
307  // @@protoc_insertion_point(class_scope:ignition.msgs.Sky)
308  private:
309  class _Internal;
310 
311  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
312  typedef void InternalArenaConstructable_;
313  typedef void DestructorSkippable_;
314  ::ignition::msgs::Header* header_;
315  ::ignition::msgs::Color* cloud_ambient_;
316  double time_;
317  double sunrise_;
318  double sunset_;
319  double wind_speed_;
320  double wind_direction_;
321  double humidity_;
322  double mean_cloud_size_;
323  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
324  friend struct ::TableStruct_ignition_2fmsgs_2fsky_2eproto;
325 };
326 // ===================================================================
327 
328 
329 // ===================================================================
330 
331 #ifdef __GNUC__
332  #pragma GCC diagnostic push
333  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
334 #endif // __GNUC__
335 // Sky
336 
337 // .ignition.msgs.Header header = 1;
338 inline bool Sky::_internal_has_header() const {
339  return this != internal_default_instance() && header_ != nullptr;
340 }
341 inline bool Sky::has_header() const {
342  return _internal_has_header();
343 }
344 inline const ::ignition::msgs::Header& Sky::_internal_header() const {
345  const ::ignition::msgs::Header* p = header_;
346  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
348 }
349 inline const ::ignition::msgs::Header& Sky::header() const {
350  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.header)
351  return _internal_header();
352 }
353 inline void Sky::unsafe_arena_set_allocated_header(
354  ::ignition::msgs::Header* header) {
355  if (GetArena() == nullptr) {
356  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
357  }
358  header_ = header;
359  if (header) {
360 
361  } else {
362 
363  }
364  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Sky.header)
365 }
366 inline ::ignition::msgs::Header* Sky::release_header() {
367  auto temp = unsafe_arena_release_header();
368  if (GetArena() != nullptr) {
369  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
370  }
371  return temp;
372 }
373 inline ::ignition::msgs::Header* Sky::unsafe_arena_release_header() {
374  // @@protoc_insertion_point(field_release:ignition.msgs.Sky.header)
375 
376  ::ignition::msgs::Header* temp = header_;
377  header_ = nullptr;
378  return temp;
379 }
380 inline ::ignition::msgs::Header* Sky::_internal_mutable_header() {
381 
382  if (header_ == nullptr) {
383  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
384  header_ = p;
385  }
386  return header_;
387 }
388 inline ::ignition::msgs::Header* Sky::mutable_header() {
389  // @@protoc_insertion_point(field_mutable:ignition.msgs.Sky.header)
390  return _internal_mutable_header();
391 }
392 inline void Sky::set_allocated_header(::ignition::msgs::Header* header) {
393  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
394  if (message_arena == nullptr) {
395  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
396  }
397  if (header) {
398  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
399  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
400  if (message_arena != submessage_arena) {
401  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
402  message_arena, header, submessage_arena);
403  }
404 
405  } else {
406 
407  }
408  header_ = header;
409  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Sky.header)
410 }
411 
412 // double time = 2;
413 inline void Sky::clear_time() {
414  time_ = 0;
415 }
416 inline double Sky::_internal_time() const {
417  return time_;
418 }
419 inline double Sky::time() const {
420  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.time)
421  return _internal_time();
422 }
423 inline void Sky::_internal_set_time(double value) {
424 
425  time_ = value;
426 }
427 inline void Sky::set_time(double value) {
428  _internal_set_time(value);
429  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.time)
430 }
431 
432 // double sunrise = 3;
433 inline void Sky::clear_sunrise() {
434  sunrise_ = 0;
435 }
436 inline double Sky::_internal_sunrise() const {
437  return sunrise_;
438 }
439 inline double Sky::sunrise() const {
440  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.sunrise)
441  return _internal_sunrise();
442 }
443 inline void Sky::_internal_set_sunrise(double value) {
444 
445  sunrise_ = value;
446 }
447 inline void Sky::set_sunrise(double value) {
448  _internal_set_sunrise(value);
449  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.sunrise)
450 }
451 
452 // double sunset = 4;
453 inline void Sky::clear_sunset() {
454  sunset_ = 0;
455 }
456 inline double Sky::_internal_sunset() const {
457  return sunset_;
458 }
459 inline double Sky::sunset() const {
460  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.sunset)
461  return _internal_sunset();
462 }
463 inline void Sky::_internal_set_sunset(double value) {
464 
465  sunset_ = value;
466 }
467 inline void Sky::set_sunset(double value) {
468  _internal_set_sunset(value);
469  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.sunset)
470 }
471 
472 // double wind_speed = 5;
473 inline void Sky::clear_wind_speed() {
474  wind_speed_ = 0;
475 }
476 inline double Sky::_internal_wind_speed() const {
477  return wind_speed_;
478 }
479 inline double Sky::wind_speed() const {
480  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.wind_speed)
481  return _internal_wind_speed();
482 }
483 inline void Sky::_internal_set_wind_speed(double value) {
484 
485  wind_speed_ = value;
486 }
487 inline void Sky::set_wind_speed(double value) {
488  _internal_set_wind_speed(value);
489  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.wind_speed)
490 }
491 
492 // double wind_direction = 6;
493 inline void Sky::clear_wind_direction() {
494  wind_direction_ = 0;
495 }
496 inline double Sky::_internal_wind_direction() const {
497  return wind_direction_;
498 }
499 inline double Sky::wind_direction() const {
500  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.wind_direction)
501  return _internal_wind_direction();
502 }
503 inline void Sky::_internal_set_wind_direction(double value) {
504 
505  wind_direction_ = value;
506 }
507 inline void Sky::set_wind_direction(double value) {
508  _internal_set_wind_direction(value);
509  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.wind_direction)
510 }
511 
512 // .ignition.msgs.Color cloud_ambient = 7;
513 inline bool Sky::_internal_has_cloud_ambient() const {
514  return this != internal_default_instance() && cloud_ambient_ != nullptr;
515 }
516 inline bool Sky::has_cloud_ambient() const {
517  return _internal_has_cloud_ambient();
518 }
519 inline const ::ignition::msgs::Color& Sky::_internal_cloud_ambient() const {
520  const ::ignition::msgs::Color* p = cloud_ambient_;
521  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Color*>(
523 }
524 inline const ::ignition::msgs::Color& Sky::cloud_ambient() const {
525  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.cloud_ambient)
526  return _internal_cloud_ambient();
527 }
528 inline void Sky::unsafe_arena_set_allocated_cloud_ambient(
529  ::ignition::msgs::Color* cloud_ambient) {
530  if (GetArena() == nullptr) {
531  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(cloud_ambient_);
532  }
533  cloud_ambient_ = cloud_ambient;
534  if (cloud_ambient) {
535 
536  } else {
537 
538  }
539  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Sky.cloud_ambient)
540 }
541 inline ::ignition::msgs::Color* Sky::release_cloud_ambient() {
542  auto temp = unsafe_arena_release_cloud_ambient();
543  if (GetArena() != nullptr) {
544  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
545  }
546  return temp;
547 }
548 inline ::ignition::msgs::Color* Sky::unsafe_arena_release_cloud_ambient() {
549  // @@protoc_insertion_point(field_release:ignition.msgs.Sky.cloud_ambient)
550 
551  ::ignition::msgs::Color* temp = cloud_ambient_;
552  cloud_ambient_ = nullptr;
553  return temp;
554 }
555 inline ::ignition::msgs::Color* Sky::_internal_mutable_cloud_ambient() {
556 
557  if (cloud_ambient_ == nullptr) {
558  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
559  cloud_ambient_ = p;
560  }
561  return cloud_ambient_;
562 }
563 inline ::ignition::msgs::Color* Sky::mutable_cloud_ambient() {
564  // @@protoc_insertion_point(field_mutable:ignition.msgs.Sky.cloud_ambient)
565  return _internal_mutable_cloud_ambient();
566 }
567 inline void Sky::set_allocated_cloud_ambient(::ignition::msgs::Color* cloud_ambient) {
568  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
569  if (message_arena == nullptr) {
570  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(cloud_ambient_);
571  }
572  if (cloud_ambient) {
573  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
574  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(cloud_ambient)->GetArena();
575  if (message_arena != submessage_arena) {
576  cloud_ambient = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
577  message_arena, cloud_ambient, submessage_arena);
578  }
579 
580  } else {
581 
582  }
583  cloud_ambient_ = cloud_ambient;
584  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Sky.cloud_ambient)
585 }
586 
587 // double humidity = 8;
588 inline void Sky::clear_humidity() {
589  humidity_ = 0;
590 }
591 inline double Sky::_internal_humidity() const {
592  return humidity_;
593 }
594 inline double Sky::humidity() const {
595  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.humidity)
596  return _internal_humidity();
597 }
598 inline void Sky::_internal_set_humidity(double value) {
599 
600  humidity_ = value;
601 }
602 inline void Sky::set_humidity(double value) {
603  _internal_set_humidity(value);
604  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.humidity)
605 }
606 
607 // double mean_cloud_size = 9;
608 inline void Sky::clear_mean_cloud_size() {
609  mean_cloud_size_ = 0;
610 }
611 inline double Sky::_internal_mean_cloud_size() const {
612  return mean_cloud_size_;
613 }
614 inline double Sky::mean_cloud_size() const {
615  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.mean_cloud_size)
616  return _internal_mean_cloud_size();
617 }
618 inline void Sky::_internal_set_mean_cloud_size(double value) {
619 
620  mean_cloud_size_ = value;
621 }
622 inline void Sky::set_mean_cloud_size(double value) {
623  _internal_set_mean_cloud_size(value);
624  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.mean_cloud_size)
625 }
626 
627 #ifdef __GNUC__
628  #pragma GCC diagnostic pop
629 #endif // __GNUC__
630 
635 // @@protoc_insertion_point(namespace_scope)
636 
637 } // namespace msgs
638 } // namespace ignition
639 
640 #ifdef _MSC_VER
641 #pragma warning(pop)
642 #endif
643 // @@protoc_insertion_point(global_scope)
644 
645 #include <google/protobuf/port_undef.inc>
646 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsky_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fsky_2eproto
Sky & operator=(const Sky &from)
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:97
const ::ignition::msgs::Color & cloud_ambient() const
void set_allocated_cloud_ambient(::ignition::msgs::Color *cloud_ambient)
void CopyFrom(const Sky &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:116
static const Sky & default_instance()
::ignition::msgs::Color * unsafe_arena_release_cloud_ambient()
::ignition::msgs::Color * mutable_cloud_ambient()
Sky()
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:88
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const Sky &from)
::ignition::msgs::Header * release_header()
::ignition::msgs::Color * release_cloud_ambient()
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:110
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Sky * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:148
static const Sky * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:122
Sky & operator=(Sky &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:101
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
friend void swap(Sky &a, Sky &b)
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:129
Sky(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void set_wind_direction(double value)
void set_mean_cloud_size(double value)
void UnsafeArenaSwap(Sky *other)
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:140
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_time(double value)
void set_allocated_header(::ignition::msgs::Header *header)
void set_sunset(double value)
void set_wind_speed(double value)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:113
void Swap(Sky *other)
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:132
void set_sunrise(double value)
Sky(Sky &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:92
Sky * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:152
const ::ignition::msgs::Header & header() const
void set_humidity(double value)
void unsafe_arena_set_allocated_cloud_ambient(::ignition::msgs::Color *cloud_ambient)
IGNITION_MSGS_VISIBLE SkyDefaultTypeInternal _Sky_default_instance_
IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal _Color_default_instance_
std::unique_ptr< const Sky > ConstSkyUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:632
std::shared_ptr< Sky > SkySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:633
std::unique_ptr< Sky > SkyUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:631
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const Sky > ConstSkySharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:634
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/sky.pb.h:58
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)