Goby3  3.1.5
2024.05.14
test.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/test/zeromq/middleware_speed/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_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>
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 <boost/units/quantity.hpp>
34 #include <boost/units/absolute.hpp>
35 #include <boost/units/dimensionless_type.hpp>
36 #include <boost/units/make_scaled_unit.hpp>
37 // @@protoc_insertion_point(includes)
38 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto
39 
41 // Internal implementation detail -- do not use these members.
42 struct TableStruct {
43  static const ::google::protobuf::internal::ParseTableField entries[];
44  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
45  static const ::google::protobuf::internal::ParseTable schema[3];
46  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
47  static const ::google::protobuf::internal::SerializationTable serialization_table[];
49 };
50 void AddDescriptors();
51 } // namespace protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto
52 namespace goby {
53 namespace test {
54 namespace zeromq {
55 namespace protobuf {
56 class Large;
57 class LargeDefaultTypeInternal;
58 extern LargeDefaultTypeInternal _Large_default_instance_;
59 class Ready;
60 class ReadyDefaultTypeInternal;
61 extern ReadyDefaultTypeInternal _Ready_default_instance_;
62 class Sample;
63 class SampleDefaultTypeInternal;
64 extern SampleDefaultTypeInternal _Sample_default_instance_;
65 } // namespace protobuf
66 } // namespace zeromq
67 } // namespace test
68 } // namespace goby
69 namespace google {
70 namespace protobuf {
71 template<> ::goby::test::zeromq::protobuf::Large* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Large>(Arena*);
72 template<> ::goby::test::zeromq::protobuf::Ready* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Ready>(Arena*);
73 template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
74 } // namespace protobuf
75 } // namespace google
76 namespace goby {
77 namespace test {
78 namespace zeromq {
79 namespace protobuf {
80 
81 // ===================================================================
82 
83 class Ready : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Ready) */ {
84  public:
85  Ready();
86  virtual ~Ready();
87 
88  Ready(const Ready& from);
89 
90  inline Ready& operator=(const Ready& from) {
91  CopyFrom(from);
92  return *this;
93  }
94  #if LANG_CXX11
95  Ready(Ready&& from) noexcept
96  : Ready() {
97  *this = ::std::move(from);
98  }
99 
100  inline Ready& operator=(Ready&& from) noexcept {
101  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
102  if (this != &from) InternalSwap(&from);
103  } else {
104  CopyFrom(from);
105  }
106  return *this;
107  }
108  #endif
109  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
110  return _internal_metadata_.unknown_fields();
111  }
112  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
113  return _internal_metadata_.mutable_unknown_fields();
114  }
115 
116  static const ::google::protobuf::Descriptor* descriptor();
117  static const Ready& default_instance();
118 
119  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
120  static inline const Ready* internal_default_instance() {
121  return reinterpret_cast<const Ready*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  void Swap(Ready* other);
128  friend void swap(Ready& a, Ready& b) {
129  a.Swap(&b);
130  }
131 
132  // implements Message ----------------------------------------------
133 
134  inline Ready* New() const final {
135  return CreateMaybeMessage<Ready>(NULL);
136  }
137 
138  Ready* New(::google::protobuf::Arena* arena) const final {
139  return CreateMaybeMessage<Ready>(arena);
140  }
141  void CopyFrom(const ::google::protobuf::Message& from) final;
142  void MergeFrom(const ::google::protobuf::Message& from) final;
143  void CopyFrom(const Ready& from);
144  void MergeFrom(const Ready& from);
145  void Clear() final;
146  bool IsInitialized() const final;
147 
148  size_t ByteSizeLong() const final;
150  ::google::protobuf::io::CodedInputStream* input) final;
152  ::google::protobuf::io::CodedOutputStream* output) const final;
154  bool deterministic, ::google::protobuf::uint8* target) const final;
155  int GetCachedSize() const final { return _cached_size_.Get(); }
156 
157  private:
158  void SharedCtor();
159  void SharedDtor();
160  void SetCachedSize(int size) const final;
161  void InternalSwap(Ready* other);
162  private:
163  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
164  return NULL;
165  }
166  inline void* MaybeArenaPtr() const {
167  return NULL;
168  }
169  public:
170 
172 
173  // nested types ----------------------------------------------------
174 
175  // accessors -------------------------------------------------------
176 
177  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Ready)
178  private:
179 
180  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
181  ::google::protobuf::internal::HasBits<1> _has_bits_;
182  mutable ::google::protobuf::internal::CachedSize _cached_size_;
184 };
185 // -------------------------------------------------------------------
186 
187 class Sample : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
188  public:
189  Sample();
190  virtual ~Sample();
191 
192  Sample(const Sample& from);
193 
194  inline Sample& operator=(const Sample& from) {
195  CopyFrom(from);
196  return *this;
197  }
198  #if LANG_CXX11
199  Sample(Sample&& from) noexcept
200  : Sample() {
201  *this = ::std::move(from);
202  }
203 
204  inline Sample& operator=(Sample&& from) noexcept {
205  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
206  if (this != &from) InternalSwap(&from);
207  } else {
208  CopyFrom(from);
209  }
210  return *this;
211  }
212  #endif
213  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
214  return _internal_metadata_.unknown_fields();
215  }
216  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
217  return _internal_metadata_.mutable_unknown_fields();
218  }
219 
220  static const ::google::protobuf::Descriptor* descriptor();
221  static const Sample& default_instance();
222 
223  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
224  static inline const Sample* internal_default_instance() {
225  return reinterpret_cast<const Sample*>(
227  }
228  static constexpr int kIndexInFileMessages =
229  1;
230 
231  void Swap(Sample* other);
232  friend void swap(Sample& a, Sample& b) {
233  a.Swap(&b);
234  }
235 
236  // implements Message ----------------------------------------------
237 
238  inline Sample* New() const final {
239  return CreateMaybeMessage<Sample>(NULL);
240  }
241 
242  Sample* New(::google::protobuf::Arena* arena) const final {
243  return CreateMaybeMessage<Sample>(arena);
244  }
245  void CopyFrom(const ::google::protobuf::Message& from) final;
246  void MergeFrom(const ::google::protobuf::Message& from) final;
247  void CopyFrom(const Sample& from);
248  void MergeFrom(const Sample& from);
249  void Clear() final;
250  bool IsInitialized() const final;
251 
252  size_t ByteSizeLong() const final;
254  ::google::protobuf::io::CodedInputStream* input) final;
256  ::google::protobuf::io::CodedOutputStream* output) const final;
258  bool deterministic, ::google::protobuf::uint8* target) const final;
259  int GetCachedSize() const final { return _cached_size_.Get(); }
260 
261  private:
262  void SharedCtor();
263  void SharedDtor();
264  void SetCachedSize(int size) const final;
265  void InternalSwap(Sample* other);
266  private:
267  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
268  return NULL;
269  }
270  inline void* MaybeArenaPtr() const {
271  return NULL;
272  }
273  public:
274 
276 
277  // nested types ----------------------------------------------------
278 
279  // accessors -------------------------------------------------------
280 
281  // required double temperature = 1;
282  bool has_temperature() const;
283  void clear_temperature();
284  static const int kTemperatureFieldNumber = 1;
285  double temperature() const;
286  void set_temperature(double value);
287 
288  // required double salinity = 2;
289  bool has_salinity() const;
290  void clear_salinity();
291  static const int kSalinityFieldNumber = 2;
292  double salinity() const;
293  void set_salinity(double value);
294 
295  // required double depth = 3;
296  bool has_depth() const;
297  void clear_depth();
298  static const int kDepthFieldNumber = 3;
299  double depth() const;
300  void set_depth(double value);
301 
302  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
303  private:
304  void set_has_temperature();
305  void clear_has_temperature();
306  void set_has_salinity();
307  void clear_has_salinity();
308  void set_has_depth();
309  void clear_has_depth();
310 
311  // helper for ByteSizeLong()
312  size_t RequiredFieldsByteSizeFallback() const;
313 
314  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
315  ::google::protobuf::internal::HasBits<1> _has_bits_;
316  mutable ::google::protobuf::internal::CachedSize _cached_size_;
317  double temperature_;
318  double salinity_;
319  double depth_;
321 };
322 // -------------------------------------------------------------------
323 
324 class Large : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Large) */ {
325  public:
326  Large();
327  virtual ~Large();
328 
329  Large(const Large& from);
330 
331  inline Large& operator=(const Large& from) {
332  CopyFrom(from);
333  return *this;
334  }
335  #if LANG_CXX11
336  Large(Large&& from) noexcept
337  : Large() {
338  *this = ::std::move(from);
339  }
340 
341  inline Large& operator=(Large&& from) noexcept {
342  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
343  if (this != &from) InternalSwap(&from);
344  } else {
345  CopyFrom(from);
346  }
347  return *this;
348  }
349  #endif
350  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
351  return _internal_metadata_.unknown_fields();
352  }
353  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
354  return _internal_metadata_.mutable_unknown_fields();
355  }
356 
357  static const ::google::protobuf::Descriptor* descriptor();
358  static const Large& default_instance();
359 
360  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
361  static inline const Large* internal_default_instance() {
362  return reinterpret_cast<const Large*>(
364  }
365  static constexpr int kIndexInFileMessages =
366  2;
367 
368  void Swap(Large* other);
369  friend void swap(Large& a, Large& b) {
370  a.Swap(&b);
371  }
372 
373  // implements Message ----------------------------------------------
374 
375  inline Large* New() const final {
376  return CreateMaybeMessage<Large>(NULL);
377  }
378 
379  Large* New(::google::protobuf::Arena* arena) const final {
380  return CreateMaybeMessage<Large>(arena);
381  }
382  void CopyFrom(const ::google::protobuf::Message& from) final;
383  void MergeFrom(const ::google::protobuf::Message& from) final;
384  void CopyFrom(const Large& from);
385  void MergeFrom(const Large& from);
386  void Clear() final;
387  bool IsInitialized() const final;
388 
389  size_t ByteSizeLong() const final;
391  ::google::protobuf::io::CodedInputStream* input) final;
393  ::google::protobuf::io::CodedOutputStream* output) const final;
395  bool deterministic, ::google::protobuf::uint8* target) const final;
396  int GetCachedSize() const final { return _cached_size_.Get(); }
397 
398  private:
399  void SharedCtor();
400  void SharedDtor();
401  void SetCachedSize(int size) const final;
402  void InternalSwap(Large* other);
403  private:
404  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
405  return NULL;
406  }
407  inline void* MaybeArenaPtr() const {
408  return NULL;
409  }
410  public:
411 
413 
414  // nested types ----------------------------------------------------
415 
416  // accessors -------------------------------------------------------
417 
418  // required bytes data = 1;
419  bool has_data() const;
420  void clear_data();
421  static const int kDataFieldNumber = 1;
422  const ::std::string& data() const;
423  void set_data(const ::std::string& value);
424  #if LANG_CXX11
425  void set_data(::std::string&& value);
426  #endif
427  void set_data(const char* value);
428  void set_data(const void* value, size_t size);
429  ::std::string* mutable_data();
430  ::std::string* release_data();
431  void set_allocated_data(::std::string* data);
432 
433  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Large)
434  private:
435  void set_has_data();
436  void clear_has_data();
437 
438  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
439  ::google::protobuf::internal::HasBits<1> _has_bits_;
440  mutable ::google::protobuf::internal::CachedSize _cached_size_;
441  ::google::protobuf::internal::ArenaStringPtr data_;
442  friend struct ::protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct;
443 };
444 // ===================================================================
445 
446 
447 // ===================================================================
448 
449 #ifdef __GNUC__
450  #pragma GCC diagnostic push
451  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
452 #endif // __GNUC__
453 // Ready
454 
455 // -------------------------------------------------------------------
456 
457 // Sample
458 
459 // required double temperature = 1;
460 inline bool Sample::has_temperature() const {
461  return (_has_bits_[0] & 0x00000001u) != 0;
462 }
463 inline void Sample::set_has_temperature() {
464  _has_bits_[0] |= 0x00000001u;
465 }
466 inline void Sample::clear_has_temperature() {
467  _has_bits_[0] &= ~0x00000001u;
468 }
470  temperature_ = 0;
471  clear_has_temperature();
472 }
473 inline double Sample::temperature() const {
474  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.temperature)
475  return temperature_;
476 }
477 inline void Sample::set_temperature(double value) {
478  set_has_temperature();
479  temperature_ = value;
480  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.temperature)
481 }
482 
483 // required double salinity = 2;
484 inline bool Sample::has_salinity() const {
485  return (_has_bits_[0] & 0x00000002u) != 0;
486 }
487 inline void Sample::set_has_salinity() {
488  _has_bits_[0] |= 0x00000002u;
489 }
490 inline void Sample::clear_has_salinity() {
491  _has_bits_[0] &= ~0x00000002u;
492 }
493 inline void Sample::clear_salinity() {
494  salinity_ = 0;
495  clear_has_salinity();
496 }
497 inline double Sample::salinity() const {
498  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.salinity)
499  return salinity_;
500 }
501 inline void Sample::set_salinity(double value) {
502  set_has_salinity();
503  salinity_ = value;
504  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.salinity)
505 }
506 
507 // required double depth = 3;
508 inline bool Sample::has_depth() const {
509  return (_has_bits_[0] & 0x00000004u) != 0;
510 }
511 inline void Sample::set_has_depth() {
512  _has_bits_[0] |= 0x00000004u;
513 }
514 inline void Sample::clear_has_depth() {
515  _has_bits_[0] &= ~0x00000004u;
516 }
517 inline void Sample::clear_depth() {
518  depth_ = 0;
519  clear_has_depth();
520 }
521 inline double Sample::depth() const {
522  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.depth)
523  return depth_;
524 }
525 inline void Sample::set_depth(double value) {
526  set_has_depth();
527  depth_ = value;
528  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.depth)
529 }
530 
531 // -------------------------------------------------------------------
532 
533 // Large
534 
535 // required bytes data = 1;
536 inline bool Large::has_data() const {
537  return (_has_bits_[0] & 0x00000001u) != 0;
538 }
539 inline void Large::set_has_data() {
540  _has_bits_[0] |= 0x00000001u;
541 }
542 inline void Large::clear_has_data() {
543  _has_bits_[0] &= ~0x00000001u;
544 }
545 inline void Large::clear_data() {
546  data_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
547  clear_has_data();
548 }
549 inline const ::std::string& Large::data() const {
550  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Large.data)
551  return data_.GetNoArena();
552 }
553 inline void Large::set_data(const ::std::string& value) {
554  set_has_data();
555  data_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
556  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Large.data)
557 }
558 #if LANG_CXX11
559 inline void Large::set_data(::std::string&& value) {
560  set_has_data();
561  data_.SetNoArena(
563  // @@protoc_insertion_point(field_set_rvalue:goby.test.zeromq.protobuf.Large.data)
564 }
565 #endif
566 inline void Large::set_data(const char* value) {
567  GOOGLE_DCHECK(value != NULL);
568  set_has_data();
569  data_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
570  // @@protoc_insertion_point(field_set_char:goby.test.zeromq.protobuf.Large.data)
571 }
572 inline void Large::set_data(const void* value, size_t size) {
573  set_has_data();
575  ::std::string(reinterpret_cast<const char*>(value), size));
576  // @@protoc_insertion_point(field_set_pointer:goby.test.zeromq.protobuf.Large.data)
577 }
578 inline ::std::string* Large::mutable_data() {
579  set_has_data();
580  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.Large.data)
581  return data_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
582 }
583 inline ::std::string* Large::release_data() {
584  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.Large.data)
585  if (!has_data()) {
586  return NULL;
587  }
588  clear_has_data();
589  return data_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
590 }
591 inline void Large::set_allocated_data(::std::string* data) {
592  if (data != NULL) {
593  set_has_data();
594  } else {
595  clear_has_data();
596  }
597  data_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), data);
598  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.Large.data)
599 }
600 
601 #ifdef __GNUC__
602  #pragma GCC diagnostic pop
603 #endif // __GNUC__
604 // -------------------------------------------------------------------
605 
606 // -------------------------------------------------------------------
607 
608 
609 // @@protoc_insertion_point(namespace_scope)
610 
611 } // namespace protobuf
612 } // namespace zeromq
613 } // namespace test
614 } // namespace goby
615 
616 // @@protoc_insertion_point(global_scope)
617 
618 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto
google::protobuf::internal::GetEmptyStringAlreadyInited
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:133
goby::test::zeromq::protobuf::Ready::descriptor
static const ::google::protobuf::Descriptor * descriptor()
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:44
goby::test::zeromq::protobuf::Sample::set_temperature
void set_temperature(double value)
Definition: test.pb.h:477
goby::test::zeromq::protobuf::Sample
Definition: test.pb.h:80
goby::test::zeromq::protobuf::Sample::clear_temperature
void clear_temperature()
Definition: test.pb.h:469
goby::test::zeromq::protobuf::Large::operator=
Large & operator=(const Large &from)
Definition: test.pb.h:331
goby::test::zeromq::protobuf::Ready::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Ready::Swap
void Swap(Ready *other)
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::Large::Swap
void Swap(Large *other)
goby::test::zeromq::protobuf::Large::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:350
goby::test::zeromq::protobuf::Large
Definition: test.pb.h:324
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:48
goby::test::zeromq::protobuf::Ready::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Sample::clear_salinity
void clear_salinity()
Definition: test.pb.h:493
goby::test::zeromq::protobuf::Ready::default_instance
static const Ready & default_instance()
goby::test::zeromq::protobuf::Sample::Swap
void Swap(Sample *other)
goby::test::zeromq::protobuf::Sample::swap
friend void swap(Sample &a, Sample &b)
Definition: test.pb.h:232
goby::test::zeromq::protobuf::Ready::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:109
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::AddDescriptors
void AddDescriptors()
goby::test::zeromq::protobuf::Ready::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::Large::data
const ::std::string & data() const
Definition: test.pb.h:549
goby::test::zeromq::protobuf::Ready::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:46
goby::test::zeromq::protobuf::Sample::depth
double depth() const
Definition: test.pb.h:521
goby::test::zeromq::protobuf::Ready::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::Ready::~Ready
virtual ~Ready()
google::protobuf::Arena
Definition: arena.h:244
goby::test::zeromq::protobuf::Large::New
Large * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:379
goby::test::zeromq::protobuf::Large::clear_data
void clear_data()
Definition: test.pb.h:545
goby::test::zeromq::protobuf::Ready::InitAsDefaultInstance
static void InitAsDefaultInstance()
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto
Definition: test.pb.h:40
goby::test::zeromq::protobuf::Sample::New
Sample * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:242
goby::test::zeromq::protobuf::Ready::New
Ready * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:138
goby::test::zeromq::protobuf::Sample::set_depth
void set_depth(double value)
Definition: test.pb.h:525
goby::test::zeromq::protobuf::Ready::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:155
goby::test::zeromq::protobuf::Ready::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
goby::test::zeromq::protobuf::Large::New
Large * New() const final
Definition: test.pb.h:375
goby::test::zeromq::protobuf::_Ready_default_instance_
ReadyDefaultTypeInternal _Ready_default_instance_
Definition: test.pb.h:60
goby::test::zeromq::protobuf::Large::set_data
void set_data(const ::std::string &value)
Definition: test.pb.h:553
goby::test::zeromq::protobuf::Ready::swap
friend void swap(Ready &a, Ready &b)
Definition: test.pb.h:128
goby::test::zeromq::protobuf::Large::internal_default_instance
static const Large * internal_default_instance()
Definition: test.pb.h:361
message.h
goby::test::zeromq::protobuf::Ready::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:112
goby::test::zeromq::protobuf::Large::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:353
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:47
goby::test::zeromq::protobuf::Sample::clear_depth
void clear_depth()
Definition: test.pb.h:517
goby::test::zeromq::protobuf::Large::release_data
::std::string * release_data()
Definition: test.pb.h:583
goby::test::zeromq::protobuf::Ready::Clear
void Clear() final
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[3]
Definition: test.pb.h:45
goby::test::zeromq::protobuf::Ready::Ready
Ready()
goby::test::zeromq::protobuf::Sample::temperature
double temperature() const
Definition: test.pb.h:473
goby::test::zeromq::protobuf::Sample::operator=
Sample & operator=(const Sample &from)
Definition: test.pb.h:194
goby::test::zeromq::protobuf::Sample::internal_default_instance
static const Sample * internal_default_instance()
Definition: test.pb.h:224
goby::test::zeromq::protobuf::_Sample_default_instance_
SampleDefaultTypeInternal _Sample_default_instance_
Definition: test.pb.h:58
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:43
google::protobuf::Metadata
Definition: message.h:174
goby::test::zeromq::protobuf::Sample::set_salinity
void set_salinity(double value)
Definition: test.pb.h:501
goby::test::zeromq::protobuf::Sample::has_depth
bool has_depth() const
Definition: test.pb.h:508
google::protobuf::Message
Definition: message.h:189
goby::test::zeromq::protobuf::Sample::has_salinity
bool has_salinity() const
Definition: test.pb.h:484
goby::test::zeromq::protobuf::Large::set_allocated_data
void set_allocated_data(::std::string *data)
Definition: test.pb.h:591
goby::test::zeromq::protobuf::Ready
Definition: test.pb.h:83
goby::test::zeromq::protobuf::Large::has_data
bool has_data() const
Definition: test.pb.h:536
goby::util::seawater::salinity
boost::units::quantity< boost::units::si::dimensionless > salinity(boost::units::quantity< ConductivityUnit > conductivity, boost::units::quantity< boost::units::absolute< TemperatureUnit > > temperature, boost::units::quantity< PressureUnit > pressure)
Calculates salinity from conductivity, temperature, and pressure Adapted from "Algorithms for computa...
Definition: salinity.h:58
goby::test::zeromq::protobuf::Sample::has_temperature
bool has_temperature() const
Definition: test.pb.h:460
goby::test::zeromq::protobuf::Large::mutable_data
::std::string * mutable_data()
Definition: test.pb.h:578
arena.h
goby::test::zeromq::protobuf::Ready::New
Ready * New() const final
Definition: test.pb.h:134
goby::test::zeromq::protobuf::Sample::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:216
goby::test::zeromq::protobuf::Sample::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:213
goby::test::zeromq::protobuf::Large::swap
friend void swap(Large &a, Large &b)
Definition: test.pb.h:369
goby::test::zeromq::protobuf::_Large_default_instance_
LargeDefaultTypeInternal _Large_default_instance_
goby::test::zeromq::protobuf::Ready::b
bool b() const
Definition: test.pb.h:583
goby::test::zeromq::protobuf::Sample::New
Sample * New() const final
Definition: test.pb.h:238
goby::test::zeromq::protobuf::Ready::internal_default_instance
static const Ready * internal_default_instance()
Definition: test.pb.h:120
goby::util::seawater::depth
boost::units::quantity< boost::units::si::length > depth(boost::units::quantity< PressureUnit > pressure, boost::units::quantity< LatitudeUnit > latitude)
Calculates depth from pressure and latitude Adapted from "Algorithms for computation of fundamental p...
Definition: depth.h:57
goby::test::zeromq::protobuf::Ready::IsInitialized
bool IsInitialized() const final
goby::test::zeromq::protobuf::Sample::salinity
double salinity() const
Definition: test.pb.h:497
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fspeed_2ftest_2eproto::TableStruct
Definition: test.pb.h:42
goby::test::zeromq::protobuf::Ready::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:124
google::protobuf::Message::Message
Message()
Definition: message.h:191
friend
google
Definition: dccl.h:57
goby::test::zeromq::protobuf::Ready::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::Ready::operator=
Ready & operator=(const Ready &from)
Definition: test.pb.h:90