Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
test.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/test/middleware/log/test.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
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 3021012 < 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>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.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#include "dccl/option_extensions.pb.h"
34#include <boost/units/quantity.hpp>
35#include <boost/units/absolute.hpp>
36#include <boost/units/dimensionless_type.hpp>
37#include <boost/units/make_scaled_unit.hpp>
38// @@protoc_insertion_point(includes)
39#include <google/protobuf/port_def.inc>
40#define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto;
52namespace goby {
53namespace test {
54namespace middleware {
55namespace protobuf {
56class CTDSample;
57struct CTDSampleDefaultTypeInternal;
58extern CTDSampleDefaultTypeInternal _CTDSample_default_instance_;
59class TempSample;
60struct TempSampleDefaultTypeInternal;
61extern TempSampleDefaultTypeInternal _TempSample_default_instance_;
62} // namespace protobuf
63} // namespace middleware
64} // namespace test
65} // namespace goby
66PROTOBUF_NAMESPACE_OPEN
67template<> ::goby::test::middleware::protobuf::CTDSample* Arena::CreateMaybeMessage<::goby::test::middleware::protobuf::CTDSample>(Arena*);
68template<> ::goby::test::middleware::protobuf::TempSample* Arena::CreateMaybeMessage<::goby::test::middleware::protobuf::TempSample>(Arena*);
69PROTOBUF_NAMESPACE_CLOSE
70namespace goby {
71namespace test {
72namespace middleware {
73namespace protobuf {
74
75// ===================================================================
76
77class CTDSample final :
78 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.middleware.protobuf.CTDSample) */ {
79 public:
80 inline CTDSample() : CTDSample(nullptr) {}
81 ~CTDSample() override;
82 explicit PROTOBUF_CONSTEXPR CTDSample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
83
84 CTDSample(const CTDSample& from);
85 CTDSample(CTDSample&& from) noexcept
86 : CTDSample() {
87 *this = ::std::move(from);
88 }
89
90 inline CTDSample& operator=(const CTDSample& from) {
91 CopyFrom(from);
92 return *this;
93 }
94 inline CTDSample& operator=(CTDSample&& from) noexcept {
95 if (this == &from) return *this;
96 if (GetOwningArena() == from.GetOwningArena()
97 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
98 && GetOwningArena() != nullptr
99 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
100 ) {
101 InternalSwap(&from);
102 } else {
103 CopyFrom(from);
104 }
105 return *this;
106 }
107
108 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
109 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
110 }
111 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
112 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
113 }
114
115 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
116 return GetDescriptor();
117 }
118 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
119 return default_instance().GetMetadata().descriptor;
120 }
121 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
122 return default_instance().GetMetadata().reflection;
123 }
124 static const CTDSample& default_instance() {
126 }
127 static inline const CTDSample* internal_default_instance() {
128 return reinterpret_cast<const CTDSample*>(
130 }
131 static constexpr int kIndexInFileMessages =
132 0;
133
134 friend void swap(CTDSample& a, CTDSample& b) {
135 a.Swap(&b);
136 }
137 inline void Swap(CTDSample* other) {
138 if (other == this) return;
139 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
140 if (GetOwningArena() != nullptr &&
141 GetOwningArena() == other->GetOwningArena()) {
142 #else // PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() == other->GetOwningArena()) {
144 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
145 InternalSwap(other);
146 } else {
147 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
148 }
149 }
151 if (other == this) return;
152 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
153 InternalSwap(other);
154 }
155
156 // implements Message ----------------------------------------------
157
158 CTDSample* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
159 return CreateMaybeMessage<CTDSample>(arena);
160 }
161 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162 void CopyFrom(const CTDSample& from);
163 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164 void MergeFrom( const CTDSample& from) {
165 CTDSample::MergeImpl(*this, from);
166 }
167 private:
168 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
169 public:
170 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
171 bool IsInitialized() const final;
172
173 size_t ByteSizeLong() const final;
174 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
176 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
177 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
178
179 private:
180 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
181 void SharedDtor();
182 void SetCachedSize(int size) const final;
183 void InternalSwap(CTDSample* other);
184
185 private:
186 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
187 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
188 return "goby.test.middleware.protobuf.CTDSample";
189 }
190 protected:
191 explicit CTDSample(::PROTOBUF_NAMESPACE_ID::Arena* arena,
192 bool is_message_owned = false);
193 public:
194
195 static const ClassData _class_data_;
196 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
197
198 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
199
200 // nested types ----------------------------------------------------
201
202 // accessors -------------------------------------------------------
203
204 enum : int {
208 };
209 // optional double salinity = 1 [(.dccl.field) = {
210 bool has_salinity() const;
211 private:
212 bool _internal_has_salinity() const;
213 public:
214 void clear_salinity();
215 double salinity() const;
216 void set_salinity(double value);
217 private:
218 double _internal_salinity() const;
219 void _internal_set_salinity(double value);
220 public:
221
222 // optional double temperature = 2 [(.dccl.field) = {
223 bool has_temperature() const;
224 private:
225 bool _internal_has_temperature() const;
226 public:
227 void clear_temperature();
228 double temperature() const;
229 void set_temperature(double value);
230 private:
231 double _internal_temperature() const;
232 void _internal_set_temperature(double value);
233 public:
234
235 // optional double depth = 3 [(.dccl.field) = {
236 bool has_depth() const;
237 private:
238 bool _internal_has_depth() const;
239 public:
240 void clear_depth();
241 double depth() const;
242 void set_depth(double value);
243 private:
244 double _internal_depth() const;
245 void _internal_set_depth(double value);
246 public:
247
249 // @@protoc_insertion_point(class_scope:goby.test.middleware.protobuf.CTDSample)
250 private:
251 class _Internal;
252
253 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
254 typedef void InternalArenaConstructable_;
255 typedef void DestructorSkippable_;
256 struct Impl_ {
257 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
258 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
259 double salinity_;
260 double temperature_;
261 double depth_;
262 };
263 union { Impl_ _impl_; };
264 friend struct ::TableStruct_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto;
265};
266// -------------------------------------------------------------------
267
268class TempSample final :
269 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.middleware.protobuf.TempSample) */ {
270 public:
271 inline TempSample() : TempSample(nullptr) {}
272 ~TempSample() override;
273 explicit PROTOBUF_CONSTEXPR TempSample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
274
275 TempSample(const TempSample& from);
276 TempSample(TempSample&& from) noexcept
277 : TempSample() {
278 *this = ::std::move(from);
279 }
280
281 inline TempSample& operator=(const TempSample& from) {
282 CopyFrom(from);
283 return *this;
284 }
285 inline TempSample& operator=(TempSample&& from) noexcept {
286 if (this == &from) return *this;
287 if (GetOwningArena() == from.GetOwningArena()
288 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
289 && GetOwningArena() != nullptr
290 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
291 ) {
292 InternalSwap(&from);
293 } else {
294 CopyFrom(from);
295 }
296 return *this;
297 }
298
299 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
300 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
301 }
302 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
303 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
304 }
305
306 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
307 return GetDescriptor();
308 }
309 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
310 return default_instance().GetMetadata().descriptor;
311 }
312 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
313 return default_instance().GetMetadata().reflection;
314 }
315 static const TempSample& default_instance() {
316 return *internal_default_instance();
317 }
318 static inline const TempSample* internal_default_instance() {
319 return reinterpret_cast<const TempSample*>(
321 }
322 static constexpr int kIndexInFileMessages =
323 1;
324
325 friend void swap(TempSample& a, TempSample& b) {
326 a.Swap(&b);
327 }
328 inline void Swap(TempSample* other) {
329 if (other == this) return;
330 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
331 if (GetOwningArena() != nullptr &&
332 GetOwningArena() == other->GetOwningArena()) {
333 #else // PROTOBUF_FORCE_COPY_IN_SWAP
334 if (GetOwningArena() == other->GetOwningArena()) {
335 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
336 InternalSwap(other);
337 } else {
338 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
339 }
340 }
342 if (other == this) return;
343 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
344 InternalSwap(other);
345 }
346
347 // implements Message ----------------------------------------------
348
349 TempSample* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
350 return CreateMaybeMessage<TempSample>(arena);
351 }
352 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
353 void CopyFrom(const TempSample& from);
354 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
355 void MergeFrom( const TempSample& from) {
356 TempSample::MergeImpl(*this, from);
357 }
358 private:
359 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
360 public:
361 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
362 bool IsInitialized() const final;
363
364 size_t ByteSizeLong() const final;
365 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
366 uint8_t* _InternalSerialize(
367 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
368 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
369
370 private:
371 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
372 void SharedDtor();
373 void SetCachedSize(int size) const final;
374 void InternalSwap(TempSample* other);
375
376 private:
377 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
378 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
379 return "goby.test.middleware.protobuf.TempSample";
380 }
381 protected:
382 explicit TempSample(::PROTOBUF_NAMESPACE_ID::Arena* arena,
383 bool is_message_owned = false);
384 public:
385
386 static const ClassData _class_data_;
387 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
388
389 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
390
391 // nested types ----------------------------------------------------
392
393 // accessors -------------------------------------------------------
394
395 enum : int {
396 kTemperatureFieldNumber = 1,
397 };
398 // optional double temperature = 1;
399 bool has_temperature() const;
400 private:
401 bool _internal_has_temperature() const;
402 public:
403 void clear_temperature();
404 double temperature() const;
405 void set_temperature(double value);
406 private:
407 double _internal_temperature() const;
408 void _internal_set_temperature(double value);
409 public:
410
411 // @@protoc_insertion_point(class_scope:goby.test.middleware.protobuf.TempSample)
412 private:
413 class _Internal;
414
415 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
416 typedef void InternalArenaConstructable_;
417 typedef void DestructorSkippable_;
418 struct Impl_ {
419 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
420 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
421 double temperature_;
422 };
423 union { Impl_ _impl_; };
424 friend struct ::TableStruct_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto;
425};
426// ===================================================================
427
428
429// ===================================================================
430
431#ifdef __GNUC__
432 #pragma GCC diagnostic push
433 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
434#endif // __GNUC__
435// CTDSample
436
437// optional double salinity = 1 [(.dccl.field) = {
438inline bool CTDSample::_internal_has_salinity() const {
439 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
440 return value;
441}
442inline bool CTDSample::has_salinity() const {
443 return _internal_has_salinity();
444}
445inline void CTDSample::clear_salinity() {
446 _impl_.salinity_ = 0;
447 _impl_._has_bits_[0] &= ~0x00000001u;
448}
449inline double CTDSample::_internal_salinity() const {
450 return _impl_.salinity_;
451}
452inline double CTDSample::salinity() const {
453 // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.CTDSample.salinity)
454 return _internal_salinity();
455}
456inline void CTDSample::_internal_set_salinity(double value) {
457 _impl_._has_bits_[0] |= 0x00000001u;
458 _impl_.salinity_ = value;
459}
460inline void CTDSample::set_salinity(double value) {
461 _internal_set_salinity(value);
462 // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.CTDSample.salinity)
463}
464
465// optional double temperature = 2 [(.dccl.field) = {
466inline bool CTDSample::_internal_has_temperature() const {
467 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
468 return value;
469}
470inline bool CTDSample::has_temperature() const {
471 return _internal_has_temperature();
472}
473inline void CTDSample::clear_temperature() {
474 _impl_.temperature_ = 0;
475 _impl_._has_bits_[0] &= ~0x00000002u;
476}
477inline double CTDSample::_internal_temperature() const {
478 return _impl_.temperature_;
479}
480inline double CTDSample::temperature() const {
481 // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.CTDSample.temperature)
482 return _internal_temperature();
483}
484inline void CTDSample::_internal_set_temperature(double value) {
485 _impl_._has_bits_[0] |= 0x00000002u;
486 _impl_.temperature_ = value;
487}
488inline void CTDSample::set_temperature(double value) {
489 _internal_set_temperature(value);
490 // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.CTDSample.temperature)
491}
492
493// optional double depth = 3 [(.dccl.field) = {
494inline bool CTDSample::_internal_has_depth() const {
495 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
496 return value;
497}
498inline bool CTDSample::has_depth() const {
499 return _internal_has_depth();
500}
501inline void CTDSample::clear_depth() {
502 _impl_.depth_ = 0;
503 _impl_._has_bits_[0] &= ~0x00000004u;
504}
505inline double CTDSample::_internal_depth() const {
506 return _impl_.depth_;
507}
508inline double CTDSample::depth() const {
509 // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.CTDSample.depth)
510 return _internal_depth();
511}
512inline void CTDSample::_internal_set_depth(double value) {
513 _impl_._has_bits_[0] |= 0x00000004u;
514 _impl_.depth_ = value;
515}
516inline void CTDSample::set_depth(double value) {
517 _internal_set_depth(value);
518 // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.CTDSample.depth)
519}
520
521// -------------------------------------------------------------------
522
523// TempSample
524
525// optional double temperature = 1;
526inline bool TempSample::_internal_has_temperature() const {
527 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
528 return value;
529}
530inline bool TempSample::has_temperature() const {
531 return _internal_has_temperature();
532}
533inline void TempSample::clear_temperature() {
534 _impl_.temperature_ = 0;
535 _impl_._has_bits_[0] &= ~0x00000001u;
536}
537inline double TempSample::_internal_temperature() const {
538 return _impl_.temperature_;
539}
540inline double TempSample::temperature() const {
541 // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.TempSample.temperature)
542 return _internal_temperature();
543}
544inline void TempSample::_internal_set_temperature(double value) {
545 _impl_._has_bits_[0] |= 0x00000001u;
546 _impl_.temperature_ = value;
547}
548inline void TempSample::set_temperature(double value) {
549 _internal_set_temperature(value);
550 // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.TempSample.temperature)
551}
552
553#ifdef __GNUC__
554 #pragma GCC diagnostic pop
555#endif // __GNUC__
556// -------------------------------------------------------------------
557
558
559// @@protoc_insertion_point(namespace_scope)
560
561} // namespace protobuf
562} // namespace middleware
563} // namespace test
564} // namespace goby
565
566// @@protoc_insertion_point(global_scope)
567
568#include <google/protobuf/port_undef.inc>
569#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
static const CTDSample & default_instance()
Definition test.pb.h:124
CTDSample & operator=(CTDSample &&from) noexcept
Definition test.pb.h:94
static constexpr int kIndexInFileMessages
Definition test.pb.h:131
void MergeFrom(const CTDSample &from)
Definition test.pb.h:164
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:118
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:108
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void CopyFrom(const CTDSample &from)
PROTOBUF_CONSTEXPR CTDSample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:111
CTDSample & operator=(const CTDSample &from)
Definition test.pb.h:90
static const CTDSample * internal_default_instance()
Definition test.pb.h:127
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:115
void UnsafeArenaSwap(CTDSample *other)
Definition test.pb.h:150
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
friend void swap(CTDSample &a, CTDSample &b)
Definition test.pb.h:134
CTDSample(CTDSample &&from) noexcept
Definition test.pb.h:85
CTDSample * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:158
CTDSample(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:121
void UnsafeArenaSwap(TempSample *other)
Definition test.pb.h:341
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const TempSample &from)
Definition test.pb.h:355
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:302
TempSample(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:306
PROTOBUF_CONSTEXPR TempSample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const TempSample & default_instance()
Definition test.pb.h:315
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
TempSample(TempSample &&from) noexcept
Definition test.pb.h:276
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:309
TempSample & operator=(const TempSample &from)
Definition test.pb.h:281
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:299
friend void swap(TempSample &a, TempSample &b)
Definition test.pb.h:325
TempSample * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:349
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:312
TempSample & operator=(TempSample &&from) noexcept
Definition test.pb.h:285
void CopyFrom(const TempSample &from)
static const TempSample * internal_default_instance()
Definition test.pb.h:318
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fmiddleware_2flog_2ftest_2eproto
CTDSampleDefaultTypeInternal _CTDSample_default_instance_
TempSampleDefaultTypeInternal _TempSample_default_instance_
The global namespace for the Goby project.
#define ByteSizeLong