Ignition Msgs

API Reference

5.8.1
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 < 3014000
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 3014000 < 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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
34 #include "ignition/msgs/color.pb.h"
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fsky_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
57 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fsky_2eproto {
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fsky_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class Sky;
72 class SkyDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern SkyDefaultTypeInternal _Sky_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Sky* Arena::CreateMaybeMessage<::ignition::msgs::Sky>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE Sky PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Sky) */ {
86  public:
87  inline Sky() : Sky(nullptr) {}
88  virtual ~Sky();
89 
90  Sky(const Sky& from);
91  Sky(Sky&& from) noexcept
92  : Sky() {
93  *this = ::std::move(from);
94  }
95 
96  inline Sky& operator=(const Sky& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline Sky& operator=(Sky&& from) noexcept {
101  if (GetArena() == from.GetArena()) {
102  if (this != &from) InternalSwap(&from);
103  } else {
104  CopyFrom(from);
105  }
106  return *this;
107  }
108 
109  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
110  return GetDescriptor();
111  }
112  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
113  return GetMetadataStatic().descriptor;
114  }
115  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
116  return GetMetadataStatic().reflection;
117  }
118  static const Sky& default_instance();
119 
120  static inline const Sky* internal_default_instance() {
121  return reinterpret_cast<const Sky*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  friend void swap(Sky& a, Sky& b) {
128  a.Swap(&b);
129  }
130  inline void Swap(Sky* other) {
131  if (other == this) return;
132  if (GetArena() == other->GetArena()) {
133  InternalSwap(other);
134  } else {
135  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
136  }
137  }
138  void UnsafeArenaSwap(Sky* other) {
139  if (other == this) return;
140  GOOGLE_DCHECK(GetArena() == other->GetArena());
141  InternalSwap(other);
142  }
143 
144  // implements Message ----------------------------------------------
145 
146  inline Sky* New() const final {
147  return CreateMaybeMessage<Sky>(nullptr);
148  }
149 
150  Sky* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
151  return CreateMaybeMessage<Sky>(arena);
152  }
153  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void CopyFrom(const Sky& from);
156  void MergeFrom(const Sky& from);
157  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
158  bool IsInitialized() const final;
159 
160  size_t ByteSizeLong() const final;
161  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
162  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
163  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
164  int GetCachedSize() const final { return _cached_size_.Get(); }
165 
166  private:
167  inline void SharedCtor();
168  inline void SharedDtor();
169  void SetCachedSize(int size) const final;
170  void InternalSwap(Sky* other);
171  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173  return "ignition.msgs.Sky";
174  }
175  protected:
176  explicit Sky(::PROTOBUF_NAMESPACE_ID::Arena* arena);
177  private:
178  static void ArenaDtor(void* object);
179  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
180  public:
181 
182  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
183  private:
184  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
185  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fsky_2eproto);
186  return ::descriptor_table_ignition_2fmsgs_2fsky_2eproto.file_level_metadata[kIndexInFileMessages];
187  }
188 
189  public:
190 
191  // nested types ----------------------------------------------------
192 
193  // accessors -------------------------------------------------------
194 
195  enum : int {
196  kHeaderFieldNumber = 1,
197  kCloudAmbientFieldNumber = 7,
198  kTimeFieldNumber = 2,
199  kSunriseFieldNumber = 3,
200  kSunsetFieldNumber = 4,
201  kWindSpeedFieldNumber = 5,
202  kWindDirectionFieldNumber = 6,
203  kHumidityFieldNumber = 8,
204  kMeanCloudSizeFieldNumber = 9,
205  };
206  // .ignition.msgs.Header header = 1;
207  bool has_header() const;
208  private:
209  bool _internal_has_header() const;
210  public:
211  void clear_header();
212  const ::ignition::msgs::Header& header() const;
213  ::ignition::msgs::Header* release_header();
214  ::ignition::msgs::Header* mutable_header();
215  void set_allocated_header(::ignition::msgs::Header* header);
216  private:
217  const ::ignition::msgs::Header& _internal_header() const;
218  ::ignition::msgs::Header* _internal_mutable_header();
219  public:
221  ::ignition::msgs::Header* header);
222  ::ignition::msgs::Header* unsafe_arena_release_header();
223 
224  // .ignition.msgs.Color cloud_ambient = 7;
225  bool has_cloud_ambient() const;
226  private:
227  bool _internal_has_cloud_ambient() const;
228  public:
230  const ::ignition::msgs::Color& cloud_ambient() const;
231  ::ignition::msgs::Color* release_cloud_ambient();
232  ::ignition::msgs::Color* mutable_cloud_ambient();
233  void set_allocated_cloud_ambient(::ignition::msgs::Color* cloud_ambient);
234  private:
235  const ::ignition::msgs::Color& _internal_cloud_ambient() const;
236  ::ignition::msgs::Color* _internal_mutable_cloud_ambient();
237  public:
239  ::ignition::msgs::Color* cloud_ambient);
240  ::ignition::msgs::Color* unsafe_arena_release_cloud_ambient();
241 
242  // double time = 2;
243  void clear_time();
244  double time() const;
245  void set_time(double value);
246  private:
247  double _internal_time() const;
248  void _internal_set_time(double value);
249  public:
250 
251  // double sunrise = 3;
253  double sunrise() const;
254  void set_sunrise(double value);
255  private:
256  double _internal_sunrise() const;
257  void _internal_set_sunrise(double value);
258  public:
259 
260  // double sunset = 4;
261  void clear_sunset();
262  double sunset() const;
263  void set_sunset(double value);
264  private:
265  double _internal_sunset() const;
266  void _internal_set_sunset(double value);
267  public:
268 
269  // double wind_speed = 5;
271  double wind_speed() const;
272  void set_wind_speed(double value);
273  private:
274  double _internal_wind_speed() const;
275  void _internal_set_wind_speed(double value);
276  public:
277 
278  // double wind_direction = 6;
280  double wind_direction() const;
281  void set_wind_direction(double value);
282  private:
283  double _internal_wind_direction() const;
284  void _internal_set_wind_direction(double value);
285  public:
286 
287  // double humidity = 8;
289  double humidity() const;
290  void set_humidity(double value);
291  private:
292  double _internal_humidity() const;
293  void _internal_set_humidity(double value);
294  public:
295 
296  // double mean_cloud_size = 9;
298  double mean_cloud_size() const;
299  void set_mean_cloud_size(double value);
300  private:
301  double _internal_mean_cloud_size() const;
302  void _internal_set_mean_cloud_size(double value);
303  public:
304 
305  // @@protoc_insertion_point(class_scope:ignition.msgs.Sky)
306  private:
307  class _Internal;
308 
309  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
310  typedef void InternalArenaConstructable_;
311  typedef void DestructorSkippable_;
312  ::ignition::msgs::Header* header_;
313  ::ignition::msgs::Color* cloud_ambient_;
314  double time_;
315  double sunrise_;
316  double sunset_;
317  double wind_speed_;
318  double wind_direction_;
319  double humidity_;
320  double mean_cloud_size_;
321  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
322  friend struct ::TableStruct_ignition_2fmsgs_2fsky_2eproto;
323 };
324 // ===================================================================
325 
326 
327 // ===================================================================
328 
329 #ifdef __GNUC__
330  #pragma GCC diagnostic push
331  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
332 #endif // __GNUC__
333 // Sky
334 
335 // .ignition.msgs.Header header = 1;
336 inline bool Sky::_internal_has_header() const {
337  return this != internal_default_instance() && header_ != nullptr;
338 }
339 inline bool Sky::has_header() const {
340  return _internal_has_header();
341 }
342 inline const ::ignition::msgs::Header& Sky::_internal_header() const {
343  const ::ignition::msgs::Header* p = header_;
344  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
346 }
347 inline const ::ignition::msgs::Header& Sky::header() const {
348  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.header)
349  return _internal_header();
350 }
351 inline void Sky::unsafe_arena_set_allocated_header(
352  ::ignition::msgs::Header* header) {
353  if (GetArena() == nullptr) {
354  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
355  }
356  header_ = header;
357  if (header) {
358 
359  } else {
360 
361  }
362  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Sky.header)
363 }
364 inline ::ignition::msgs::Header* Sky::release_header() {
365 
366  ::ignition::msgs::Header* temp = header_;
367  header_ = nullptr;
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 
543  ::ignition::msgs::Color* temp = cloud_ambient_;
544  cloud_ambient_ = nullptr;
545  if (GetArena() != nullptr) {
546  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
547  }
548  return temp;
549 }
550 inline ::ignition::msgs::Color* Sky::unsafe_arena_release_cloud_ambient() {
551  // @@protoc_insertion_point(field_release:ignition.msgs.Sky.cloud_ambient)
552 
553  ::ignition::msgs::Color* temp = cloud_ambient_;
554  cloud_ambient_ = nullptr;
555  return temp;
556 }
557 inline ::ignition::msgs::Color* Sky::_internal_mutable_cloud_ambient() {
558 
559  if (cloud_ambient_ == nullptr) {
560  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
561  cloud_ambient_ = p;
562  }
563  return cloud_ambient_;
564 }
565 inline ::ignition::msgs::Color* Sky::mutable_cloud_ambient() {
566  // @@protoc_insertion_point(field_mutable:ignition.msgs.Sky.cloud_ambient)
567  return _internal_mutable_cloud_ambient();
568 }
569 inline void Sky::set_allocated_cloud_ambient(::ignition::msgs::Color* cloud_ambient) {
570  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
571  if (message_arena == nullptr) {
572  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(cloud_ambient_);
573  }
574  if (cloud_ambient) {
575  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
576  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(cloud_ambient)->GetArena();
577  if (message_arena != submessage_arena) {
578  cloud_ambient = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
579  message_arena, cloud_ambient, submessage_arena);
580  }
581 
582  } else {
583 
584  }
585  cloud_ambient_ = cloud_ambient;
586  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Sky.cloud_ambient)
587 }
588 
589 // double humidity = 8;
590 inline void Sky::clear_humidity() {
591  humidity_ = 0;
592 }
593 inline double Sky::_internal_humidity() const {
594  return humidity_;
595 }
596 inline double Sky::humidity() const {
597  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.humidity)
598  return _internal_humidity();
599 }
600 inline void Sky::_internal_set_humidity(double value) {
601 
602  humidity_ = value;
603 }
604 inline void Sky::set_humidity(double value) {
605  _internal_set_humidity(value);
606  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.humidity)
607 }
608 
609 // double mean_cloud_size = 9;
610 inline void Sky::clear_mean_cloud_size() {
611  mean_cloud_size_ = 0;
612 }
613 inline double Sky::_internal_mean_cloud_size() const {
614  return mean_cloud_size_;
615 }
616 inline double Sky::mean_cloud_size() const {
617  // @@protoc_insertion_point(field_get:ignition.msgs.Sky.mean_cloud_size)
618  return _internal_mean_cloud_size();
619 }
620 inline void Sky::_internal_set_mean_cloud_size(double value) {
621 
622  mean_cloud_size_ = value;
623 }
624 inline void Sky::set_mean_cloud_size(double value) {
625  _internal_set_mean_cloud_size(value);
626  // @@protoc_insertion_point(field_set:ignition.msgs.Sky.mean_cloud_size)
627 }
628 
629 #ifdef __GNUC__
630  #pragma GCC diagnostic pop
631 #endif // __GNUC__
632 
637 // @@protoc_insertion_point(namespace_scope)
638 
639 } // namespace msgs
640 } // namespace ignition
641 
642 #ifdef _MSC_VER
643 #pragma warning(pop)
644 #endif
645 // @@protoc_insertion_point(global_scope)
646 
647 #include <google/protobuf/port_undef.inc>
648 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fsky_2eproto
Sky & operator=(const Sky &from)
Definition: sky.pb.h:96
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: sky.pb.h:115
static const Sky & default_instance()
::ignition::msgs::Color * unsafe_arena_release_cloud_ambient()
::ignition::msgs::Color * mutable_cloud_ambient()
Sky()
Definition: sky.pb.h:87
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: sky.pb.h:109
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Sky * New() const final
Definition: sky.pb.h:146
static const Sky * internal_default_instance()
Definition: sky.pb.h:120
Sky & operator=(Sky &&from) noexcept
Definition: sky.pb.h:100
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
friend void swap(Sky &a, Sky &b)
Definition: sky.pb.h:127
Sky(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void set_wind_direction(double value)
void set_mean_cloud_size(double value)
void UnsafeArenaSwap(Sky *other)
Definition: sky.pb.h:138
::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: sky.pb.h:112
void Swap(Sky *other)
Definition: sky.pb.h:130
void set_sunrise(double value)
Sky(Sky &&from) noexcept
Definition: sky.pb.h:91
Sky * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: sky.pb.h:150
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: sky.pb.h:634
std::shared_ptr< Sky > SkySharedPtr
Definition: sky.pb.h:635
std::unique_ptr< Sky > SkyUniquePtr
Definition: sky.pb.h:633
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const Sky > ConstSkySharedPtr
Definition: sky.pb.h:636
Definition: actor.pb.h:52
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fsky_2eproto
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
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)