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_basic/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_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 "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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
40 
42 // Internal implementation detail -- do not use these members.
43 struct TableStruct {
44  static const ::google::protobuf::internal::ParseTableField entries[];
45  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
46  static const ::google::protobuf::internal::ParseTable schema[2];
47  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
48  static const ::google::protobuf::internal::SerializationTable serialization_table[];
50 };
51 void AddDescriptors();
52 } // namespace protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
53 namespace goby {
54 namespace test {
55 namespace zeromq {
56 namespace protobuf {
57 class CTDSample;
58 class CTDSampleDefaultTypeInternal;
59 extern CTDSampleDefaultTypeInternal _CTDSample_default_instance_;
60 class TempSample;
61 class TempSampleDefaultTypeInternal;
62 extern TempSampleDefaultTypeInternal _TempSample_default_instance_;
63 } // namespace protobuf
64 } // namespace zeromq
65 } // namespace test
66 } // namespace goby
67 namespace google {
68 namespace protobuf {
69 template<> ::goby::test::zeromq::protobuf::CTDSample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::CTDSample>(Arena*);
70 template<> ::goby::test::zeromq::protobuf::TempSample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::TempSample>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace goby {
74 namespace test {
75 namespace zeromq {
76 namespace protobuf {
77 
78 // ===================================================================
79 
80 class CTDSample : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.CTDSample) */ {
81  public:
82  CTDSample();
83  virtual ~CTDSample();
84 
85  CTDSample(const CTDSample& from);
86 
87  inline CTDSample& operator=(const CTDSample& from) {
88  CopyFrom(from);
89  return *this;
90  }
91  #if LANG_CXX11
92  CTDSample(CTDSample&& from) noexcept
93  : CTDSample() {
94  *this = ::std::move(from);
95  }
96 
97  inline CTDSample& operator=(CTDSample&& from) noexcept {
98  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
99  if (this != &from) InternalSwap(&from);
100  } else {
101  CopyFrom(from);
102  }
103  return *this;
104  }
105  #endif
106  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
107  return _internal_metadata_.unknown_fields();
108  }
109  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
110  return _internal_metadata_.mutable_unknown_fields();
111  }
112 
113  static const ::google::protobuf::Descriptor* descriptor();
114  static const CTDSample& default_instance();
115 
116  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
117  static inline const CTDSample* internal_default_instance() {
118  return reinterpret_cast<const CTDSample*>(
120  }
121  static constexpr int kIndexInFileMessages =
122  0;
123 
124  void Swap(CTDSample* other);
125  friend void swap(CTDSample& a, CTDSample& b) {
126  a.Swap(&b);
127  }
128 
129  // implements Message ----------------------------------------------
130 
131  inline CTDSample* New() const final {
132  return CreateMaybeMessage<CTDSample>(NULL);
133  }
134 
135  CTDSample* New(::google::protobuf::Arena* arena) const final {
136  return CreateMaybeMessage<CTDSample>(arena);
137  }
138  void CopyFrom(const ::google::protobuf::Message& from) final;
139  void MergeFrom(const ::google::protobuf::Message& from) final;
140  void CopyFrom(const CTDSample& from);
141  void MergeFrom(const CTDSample& from);
142  void Clear() final;
143  bool IsInitialized() const final;
144 
145  size_t ByteSizeLong() const final;
147  ::google::protobuf::io::CodedInputStream* input) final;
149  ::google::protobuf::io::CodedOutputStream* output) const final;
151  bool deterministic, ::google::protobuf::uint8* target) const final;
152  int GetCachedSize() const final { return _cached_size_.Get(); }
153 
154  private:
155  void SharedCtor();
156  void SharedDtor();
157  void SetCachedSize(int size) const final;
158  void InternalSwap(CTDSample* other);
159  private:
160  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
161  return NULL;
162  }
163  inline void* MaybeArenaPtr() const {
164  return NULL;
165  }
166  public:
167 
169 
170  // nested types ----------------------------------------------------
171 
172  // accessors -------------------------------------------------------
173 
174  // optional double salinity = 1 [(.dccl.field) = {
175  bool has_salinity() const;
176  void clear_salinity();
177  static const int kSalinityFieldNumber = 1;
178  double salinity() const;
179  void set_salinity(double value);
180 
181  // optional double temperature = 2 [(.dccl.field) = {
182  bool has_temperature() const;
183  void clear_temperature();
184  static const int kTemperatureFieldNumber = 2;
185  double temperature() const;
186  void set_temperature(double value);
187 
188  // optional double depth = 3 [(.dccl.field) = {
189  bool has_depth() const;
190  void clear_depth();
191  static const int kDepthFieldNumber = 3;
192  double depth() const;
193  void set_depth(double value);
194 
195  enum DCCLParameters { DCCL_ID = 127, DCCL_MAX_BYTES = 32 };
196  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.CTDSample)
197  private:
198  void set_has_salinity();
199  void clear_has_salinity();
200  void set_has_temperature();
201  void clear_has_temperature();
202  void set_has_depth();
203  void clear_has_depth();
204 
205  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
206  ::google::protobuf::internal::HasBits<1> _has_bits_;
207  mutable ::google::protobuf::internal::CachedSize _cached_size_;
208  double salinity_;
209  double temperature_;
210  double depth_;
211  friend struct ::protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct;
212 };
213 // -------------------------------------------------------------------
214 
215 class TempSample : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.TempSample) */ {
216  public:
217  TempSample();
218  virtual ~TempSample();
219 
220  TempSample(const TempSample& from);
221 
222  inline TempSample& operator=(const TempSample& from) {
223  CopyFrom(from);
224  return *this;
225  }
226  #if LANG_CXX11
227  TempSample(TempSample&& from) noexcept
228  : TempSample() {
229  *this = ::std::move(from);
230  }
231 
232  inline TempSample& operator=(TempSample&& from) noexcept {
233  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
234  if (this != &from) InternalSwap(&from);
235  } else {
236  CopyFrom(from);
237  }
238  return *this;
239  }
240  #endif
241  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
242  return _internal_metadata_.unknown_fields();
243  }
244  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
245  return _internal_metadata_.mutable_unknown_fields();
246  }
247 
248  static const ::google::protobuf::Descriptor* descriptor();
249  static const TempSample& default_instance();
250 
251  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
252  static inline const TempSample* internal_default_instance() {
253  return reinterpret_cast<const TempSample*>(
255  }
256  static constexpr int kIndexInFileMessages =
257  1;
258 
259  void Swap(TempSample* other);
260  friend void swap(TempSample& a, TempSample& b) {
261  a.Swap(&b);
262  }
263 
264  // implements Message ----------------------------------------------
265 
266  inline TempSample* New() const final {
267  return CreateMaybeMessage<TempSample>(NULL);
268  }
269 
270  TempSample* New(::google::protobuf::Arena* arena) const final {
271  return CreateMaybeMessage<TempSample>(arena);
272  }
273  void CopyFrom(const ::google::protobuf::Message& from) final;
274  void MergeFrom(const ::google::protobuf::Message& from) final;
275  void CopyFrom(const TempSample& from);
276  void MergeFrom(const TempSample& from);
277  void Clear() final;
278  bool IsInitialized() const final;
279 
280  size_t ByteSizeLong() const final;
282  ::google::protobuf::io::CodedInputStream* input) final;
284  ::google::protobuf::io::CodedOutputStream* output) const final;
286  bool deterministic, ::google::protobuf::uint8* target) const final;
287  int GetCachedSize() const final { return _cached_size_.Get(); }
288 
289  private:
290  void SharedCtor();
291  void SharedDtor();
292  void SetCachedSize(int size) const final;
293  void InternalSwap(TempSample* other);
294  private:
295  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
296  return NULL;
297  }
298  inline void* MaybeArenaPtr() const {
299  return NULL;
300  }
301  public:
302 
304 
305  // nested types ----------------------------------------------------
306 
307  // accessors -------------------------------------------------------
308 
309  // optional double temperature = 1;
310  bool has_temperature() const;
311  void clear_temperature();
312  static const int kTemperatureFieldNumber = 1;
313  double temperature() const;
314  void set_temperature(double value);
315 
316  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.TempSample)
317  private:
318  void set_has_temperature();
319  void clear_has_temperature();
320 
321  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
322  ::google::protobuf::internal::HasBits<1> _has_bits_;
323  mutable ::google::protobuf::internal::CachedSize _cached_size_;
324  double temperature_;
326 };
327 // ===================================================================
328 
329 
330 // ===================================================================
331 
332 #ifdef __GNUC__
333  #pragma GCC diagnostic push
334  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
335 #endif // __GNUC__
336 // CTDSample
337 
338 // optional double salinity = 1 [(.dccl.field) = {
339 inline bool CTDSample::has_salinity() const {
340  return (_has_bits_[0] & 0x00000001u) != 0;
341 }
342 inline void CTDSample::set_has_salinity() {
343  _has_bits_[0] |= 0x00000001u;
344 }
345 inline void CTDSample::clear_has_salinity() {
346  _has_bits_[0] &= ~0x00000001u;
347 }
349  salinity_ = 0;
350  clear_has_salinity();
351 }
352 inline double CTDSample::salinity() const {
353  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.CTDSample.salinity)
354  return salinity_;
355 }
356 inline void CTDSample::set_salinity(double value) {
357  set_has_salinity();
358  salinity_ = value;
359  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.CTDSample.salinity)
360 }
361 
362 // optional double temperature = 2 [(.dccl.field) = {
363 inline bool CTDSample::has_temperature() const {
364  return (_has_bits_[0] & 0x00000002u) != 0;
365 }
366 inline void CTDSample::set_has_temperature() {
367  _has_bits_[0] |= 0x00000002u;
368 }
369 inline void CTDSample::clear_has_temperature() {
370  _has_bits_[0] &= ~0x00000002u;
371 }
373  temperature_ = 0;
374  clear_has_temperature();
375 }
376 inline double CTDSample::temperature() const {
377  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.CTDSample.temperature)
378  return temperature_;
379 }
380 inline void CTDSample::set_temperature(double value) {
381  set_has_temperature();
382  temperature_ = value;
383  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.CTDSample.temperature)
384 }
385 
386 // optional double depth = 3 [(.dccl.field) = {
387 inline bool CTDSample::has_depth() const {
388  return (_has_bits_[0] & 0x00000004u) != 0;
389 }
390 inline void CTDSample::set_has_depth() {
391  _has_bits_[0] |= 0x00000004u;
392 }
393 inline void CTDSample::clear_has_depth() {
394  _has_bits_[0] &= ~0x00000004u;
395 }
396 inline void CTDSample::clear_depth() {
397  depth_ = 0;
398  clear_has_depth();
399 }
400 inline double CTDSample::depth() const {
401  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.CTDSample.depth)
402  return depth_;
403 }
404 inline void CTDSample::set_depth(double value) {
405  set_has_depth();
406  depth_ = value;
407  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.CTDSample.depth)
408 }
409 
410 // -------------------------------------------------------------------
411 
412 // TempSample
413 
414 // optional double temperature = 1;
415 inline bool TempSample::has_temperature() const {
416  return (_has_bits_[0] & 0x00000001u) != 0;
417 }
418 inline void TempSample::set_has_temperature() {
419  _has_bits_[0] |= 0x00000001u;
420 }
421 inline void TempSample::clear_has_temperature() {
422  _has_bits_[0] &= ~0x00000001u;
423 }
425  temperature_ = 0;
426  clear_has_temperature();
427 }
428 inline double TempSample::temperature() const {
429  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TempSample.temperature)
430  return temperature_;
431 }
432 inline void TempSample::set_temperature(double value) {
433  set_has_temperature();
434  temperature_ = value;
435  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.TempSample.temperature)
436 }
437 
438 #ifdef __GNUC__
439  #pragma GCC diagnostic pop
440 #endif // __GNUC__
441 // -------------------------------------------------------------------
442 
443 
444 // @@protoc_insertion_point(namespace_scope)
445 
446 } // namespace protobuf
447 } // namespace zeromq
448 } // namespace test
449 } // namespace goby
450 
451 // @@protoc_insertion_point(global_scope)
452 
453 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
goby::test::zeromq::protobuf::TempSample::kTemperatureFieldNumber
static const int kTemperatureFieldNumber
Definition: test.pb.h:312
goby::test::zeromq::protobuf::TempSample::temperature
double temperature() const
Definition: test.pb.h:428
goby::test::zeromq::protobuf::TempSample::default_instance
static const TempSample & default_instance()
goby::test::zeromq::protobuf::TempSample::TempSample
TempSample()
goby::test::zeromq::protobuf::CTDSample::operator=
CTDSample & operator=(const CTDSample &from)
Definition: test.pb.h:87
goby::test::zeromq::protobuf::CTDSample::clear_salinity
void clear_salinity()
Definition: test.pb.h:348
goby::test::zeromq::protobuf::CTDSample::IsInitialized
bool IsInitialized() const final
goby::test::zeromq::protobuf::CTDSample::default_instance
static const CTDSample & default_instance()
goby::test::zeromq::protobuf::TempSample::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:244
goby::test::zeromq::protobuf::_CTDSample_default_instance_
CTDSampleDefaultTypeInternal _CTDSample_default_instance_
goby::test::zeromq::protobuf::TempSample::swap
friend void swap(TempSample &a, TempSample &b)
Definition: test.pb.h:260
goby::test::zeromq::protobuf::CTDSample::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::test::zeromq::protobuf::CTDSample::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::CTDSample::Clear
void Clear() final
goby::test::zeromq::protobuf::CTDSample::set_depth
void set_depth(double value)
Definition: test.pb.h:404
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::CTDSample::New
CTDSample * New() const final
Definition: test.pb.h:131
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct
Definition: test.pb.h:43
goby::test::zeromq::protobuf::CTDSample::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
goby::test::zeromq::protobuf::CTDSample::temperature
double temperature() const
Definition: test.pb.h:376
goby::test::zeromq::protobuf::CTDSample::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:109
goby::test::zeromq::protobuf::CTDSample::New
CTDSample * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:135
goby::test::zeromq::protobuf::TempSample::operator=
TempSample & operator=(const TempSample &from)
Definition: test.pb.h:222
goby::test::zeromq::protobuf::CTDSample::kDepthFieldNumber
static const int kDepthFieldNumber
Definition: test.pb.h:191
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: test.pb.h:46
google::protobuf::Arena
Definition: arena.h:244
goby::test::zeromq::protobuf::CTDSample::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::TempSample::internal_default_instance
static const TempSample * internal_default_instance()
Definition: test.pb.h:252
goby::test::zeromq::protobuf::CTDSample::has_salinity
bool has_salinity() const
Definition: test.pb.h:339
goby::test::zeromq::protobuf::CTDSample::Swap
void Swap(CTDSample *other)
goby::test::zeromq::protobuf::TempSample::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::TempSample::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::CTDSample::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:152
goby::test::zeromq::protobuf::CTDSample::~CTDSample
virtual ~CTDSample()
goby::test::zeromq::protobuf::TempSample::IsInitialized
bool IsInitialized() const final
goby::test::zeromq::protobuf::TempSample::set_temperature
void set_temperature(double value)
Definition: test.pb.h:432
goby::test::zeromq::protobuf::TempSample::Swap
void Swap(TempSample *other)
message.h
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::AddDescriptors
void AddDescriptors()
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:47
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:45
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:48
goby::test::zeromq::protobuf::TempSample::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:287
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::test::zeromq::protobuf::CTDSample::kSalinityFieldNumber
static const int kSalinityFieldNumber
Definition: test.pb.h:177
goby::test::zeromq::protobuf::CTDSample::DCCL_ID
@ DCCL_ID
Definition: test.pb.h:195
goby::test::zeromq::protobuf::CTDSample::set_temperature
void set_temperature(double value)
Definition: test.pb.h:380
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto
Definition: test.pb.h:41
goby::test::zeromq::protobuf::TempSample::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::test::zeromq::protobuf::CTDSample::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::TempSample::New
TempSample * New() const final
Definition: test.pb.h:266
goby::test::zeromq::protobuf::TempSample::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:256
goby::test::zeromq::protobuf::CTDSample::set_salinity
void set_salinity(double value)
Definition: test.pb.h:356
goby::test::zeromq::protobuf::TempSample::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:241
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:44
goby::test::zeromq::protobuf::CTDSample::clear_depth
void clear_depth()
Definition: test.pb.h:396
goby::test::zeromq::protobuf::TempSample::has_temperature
bool has_temperature() const
Definition: test.pb.h:415
goby::test::zeromq::protobuf::TempSample::clear_temperature
void clear_temperature()
Definition: test.pb.h:424
goby::test::zeromq::protobuf::CTDSample::kTemperatureFieldNumber
static const int kTemperatureFieldNumber
Definition: test.pb.h:184
goby::test::zeromq::protobuf::TempSample::Clear
void Clear() final
goby::test::zeromq::protobuf::CTDSample::DCCLParameters
DCCLParameters
Definition: test.pb.h:195
goby::test::zeromq::protobuf::TempSample::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
google::protobuf::Metadata
Definition: message.h:174
goby::test::zeromq::protobuf::TempSample::InitAsDefaultInstance
static void InitAsDefaultInstance()
google::protobuf::Message
Definition: message.h:189
goby::test::zeromq::protobuf::TempSample::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::CTDSample::CTDSample
CTDSample()
goby::test::zeromq::protobuf::CTDSample::InitAsDefaultInstance
static void InitAsDefaultInstance()
goby::test::zeromq::protobuf::CTDSample::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::CTDSample::swap
friend void swap(CTDSample &a, CTDSample &b)
Definition: test.pb.h:125
goby::test::zeromq::protobuf::CTDSample::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:121
goby::test::zeromq::protobuf::TempSample::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
arena.h
goby::test::zeromq::protobuf::CTDSample::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::CTDSample::internal_default_instance
static const CTDSample * internal_default_instance()
Definition: test.pb.h:117
goby::test::zeromq::protobuf::TempSample::New
TempSample * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:270
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fbasic_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:49
goby::test::zeromq::protobuf::CTDSample::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:106
goby::test::zeromq::protobuf::TempSample::~TempSample
virtual ~TempSample()
goby::test::zeromq::protobuf::CTDSample::clear_temperature
void clear_temperature()
Definition: test.pb.h:372
goby::test::zeromq::protobuf::TempSample
Definition: test.pb.h:215
goby::test::zeromq::protobuf::CTDSample
Definition: test.pb.h:80
goby::test::zeromq::protobuf::CTDSample::DCCL_MAX_BYTES
@ DCCL_MAX_BYTES
Definition: test.pb.h:195
goby::test::zeromq::protobuf::CTDSample::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::_TempSample_default_instance_
TempSampleDefaultTypeInternal _TempSample_default_instance_
goby::test::zeromq::protobuf::CTDSample::has_temperature
bool has_temperature() const
Definition: test.pb.h:363
goby::test::zeromq::protobuf::TempSample::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::CTDSample::has_depth
bool has_depth() const
Definition: test.pb.h:387
friend
goby::test::zeromq::protobuf::CTDSample::salinity
double salinity() const
Definition: test.pb.h:352
google
Definition: dccl.h:57
goby::test::zeromq::protobuf::TempSample::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::CTDSample::depth
double depth() const
Definition: test.pb.h:400