Gazebo Msgs

API Reference

9.5.0
dvl_range_estimate.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/dvl_range_estimate.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fdvl_5frange_5festimate_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fdvl_5frange_5festimate_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>
33 // @@protoc_insertion_point(includes)
34 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fdvl_5frange_5festimate_2eproto GZ_MSGS_VISIBLE
35 
37 // Internal implementation detail -- do not use these members.
38 struct GZ_MSGS_VISIBLE TableStruct {
39  static const ::google::protobuf::internal::ParseTableField entries[];
40  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
41  static const ::google::protobuf::internal::ParseTable schema[1];
42  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
43  static const ::google::protobuf::internal::SerializationTable serialization_table[];
44  static const ::google::protobuf::uint32 offsets[];
45 };
46 void GZ_MSGS_VISIBLE AddDescriptors();
47 } // namespace protobuf_gz_2fmsgs_2fdvl_5frange_5festimate_2eproto
48 namespace gz {
49 namespace msgs {
50 class DVLRangeEstimate;
51 class DVLRangeEstimateDefaultTypeInternal;
52 GZ_MSGS_VISIBLE extern DVLRangeEstimateDefaultTypeInternal _DVLRangeEstimate_default_instance_;
53 } // namespace msgs
54 } // namespace gz
55 namespace google {
56 namespace protobuf {
57 template<> GZ_MSGS_VISIBLE ::gz::msgs::DVLRangeEstimate* Arena::CreateMaybeMessage<::gz::msgs::DVLRangeEstimate>(Arena*);
58 } // namespace protobuf
59 } // namespace google
60 namespace gz {
61 namespace msgs {
62 
63 // ===================================================================
64 
65 class GZ_MSGS_VISIBLE DVLRangeEstimate : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.DVLRangeEstimate) */ {
66  public:
68  virtual ~DVLRangeEstimate();
69 
71 
73  CopyFrom(from);
74  return *this;
75  }
76  #if LANG_CXX11
77  DVLRangeEstimate(DVLRangeEstimate&& from) noexcept
78  : DVLRangeEstimate() {
79  *this = ::std::move(from);
80  }
81 
82  inline DVLRangeEstimate& operator=(DVLRangeEstimate&& from) noexcept {
83  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
84  if (this != &from) InternalSwap(&from);
85  } else {
86  CopyFrom(from);
87  }
88  return *this;
89  }
90  #endif
91  static const ::google::protobuf::Descriptor* descriptor();
92  static const DVLRangeEstimate& default_instance();
93 
94  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
96  return reinterpret_cast<const DVLRangeEstimate*>(
98  }
99  static constexpr int kIndexInFileMessages =
100  0;
101 
102  void Swap(DVLRangeEstimate* other);
103  friend void swap(DVLRangeEstimate& a, DVLRangeEstimate& b) {
104  a.Swap(&b);
105  }
106 
107  // implements Message ----------------------------------------------
108 
109  inline DVLRangeEstimate* New() const final {
110  return CreateMaybeMessage<DVLRangeEstimate>(NULL);
111  }
112 
113  DVLRangeEstimate* New(::google::protobuf::Arena* arena) const final {
114  return CreateMaybeMessage<DVLRangeEstimate>(arena);
115  }
116  void CopyFrom(const ::google::protobuf::Message& from) final;
117  void MergeFrom(const ::google::protobuf::Message& from) final;
118  void CopyFrom(const DVLRangeEstimate& from);
119  void MergeFrom(const DVLRangeEstimate& from);
120  void Clear() final;
121  bool IsInitialized() const final;
122 
123  size_t ByteSizeLong() const final;
124  bool MergePartialFromCodedStream(
125  ::google::protobuf::io::CodedInputStream* input) final;
126  void SerializeWithCachedSizes(
127  ::google::protobuf::io::CodedOutputStream* output) const final;
128  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
129  bool deterministic, ::google::protobuf::uint8* target) const final;
130  int GetCachedSize() const final { return _cached_size_.Get(); }
131 
132  private:
133  void SharedCtor();
134  void SharedDtor();
135  void SetCachedSize(int size) const final;
136  void InternalSwap(DVLRangeEstimate* other);
137  private:
138  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
139  return NULL;
140  }
141  inline void* MaybeArenaPtr() const {
142  return NULL;
143  }
144  public:
145 
146  ::google::protobuf::Metadata GetMetadata() const final;
147 
148  // nested types ----------------------------------------------------
149 
150  // accessors -------------------------------------------------------
151 
152  // double mean = 1;
153  void clear_mean();
154  static const int kMeanFieldNumber = 1;
155  double mean() const;
156  void set_mean(double value);
157 
158  // double variance = 2;
159  void clear_variance();
160  static const int kVarianceFieldNumber = 2;
161  double variance() const;
162  void set_variance(double value);
163 
164  // @@protoc_insertion_point(class_scope:gz.msgs.DVLRangeEstimate)
165  private:
166 
167  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
168  double mean_;
169  double variance_;
170  mutable ::google::protobuf::internal::CachedSize _cached_size_;
172 };
173 // ===================================================================
174 
175 
176 // ===================================================================
177 
178 #ifdef __GNUC__
179  #pragma GCC diagnostic push
180  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
181 #endif // __GNUC__
182 // DVLRangeEstimate
183 
184 // double mean = 1;
186  mean_ = 0;
187 }
188 inline double DVLRangeEstimate::mean() const {
189  // @@protoc_insertion_point(field_get:gz.msgs.DVLRangeEstimate.mean)
190  return mean_;
191 }
192 inline void DVLRangeEstimate::set_mean(double value) {
193 
194  mean_ = value;
195  // @@protoc_insertion_point(field_set:gz.msgs.DVLRangeEstimate.mean)
196 }
197 
198 // double variance = 2;
200  variance_ = 0;
201 }
202 inline double DVLRangeEstimate::variance() const {
203  // @@protoc_insertion_point(field_get:gz.msgs.DVLRangeEstimate.variance)
204  return variance_;
205 }
206 inline void DVLRangeEstimate::set_variance(double value) {
207 
208  variance_ = value;
209  // @@protoc_insertion_point(field_set:gz.msgs.DVLRangeEstimate.variance)
210 }
211 
212 #ifdef __GNUC__
213  #pragma GCC diagnostic pop
214 #endif // __GNUC__
215 
216 // @@protoc_insertion_point(namespace_scope)
217 
218 } // namespace msgs
219 } // namespace gz
220 
221 // @@protoc_insertion_point(global_scope)
222 
223 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fdvl_5frange_5festimate_2eproto