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/multi_thread_app2/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_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"
36 #include <boost/units/quantity.hpp>
37 #include <boost/units/absolute.hpp>
38 #include <boost/units/dimensionless_type.hpp>
39 #include <boost/units/make_scaled_unit.hpp>
40 // @@protoc_insertion_point(includes)
41 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
42 
44 // Internal implementation detail -- do not use these members.
45 struct TableStruct {
46  static const ::google::protobuf::internal::ParseTableField entries[];
47  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
48  static const ::google::protobuf::internal::ParseTable schema[2];
49  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
50  static const ::google::protobuf::internal::SerializationTable serialization_table[];
52 };
53 void AddDescriptors();
54 } // namespace protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
55 namespace goby {
56 namespace test {
57 namespace zeromq {
58 namespace protobuf {
59 class TestConfig;
60 class TestConfigDefaultTypeInternal;
61 extern TestConfigDefaultTypeInternal _TestConfig_default_instance_;
62 class Widget;
63 class WidgetDefaultTypeInternal;
64 extern WidgetDefaultTypeInternal _Widget_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::TestConfig* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::TestConfig>(Arena*);
72 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
73 } // namespace protobuf
74 } // namespace google
75 namespace goby {
76 namespace test {
77 namespace zeromq {
78 namespace protobuf {
79 
80 // ===================================================================
81 
82 class TestConfig : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.TestConfig) */ {
83  public:
84  TestConfig();
85  virtual ~TestConfig();
86 
87  TestConfig(const TestConfig& from);
88 
89  inline TestConfig& operator=(const TestConfig& from) {
90  CopyFrom(from);
91  return *this;
92  }
93  #if LANG_CXX11
94  TestConfig(TestConfig&& from) noexcept
95  : TestConfig() {
96  *this = ::std::move(from);
97  }
98 
99  inline TestConfig& operator=(TestConfig&& from) noexcept {
100  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107  #endif
108  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
109  return _internal_metadata_.unknown_fields();
110  }
111  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
112  return _internal_metadata_.mutable_unknown_fields();
113  }
114 
115  static const ::google::protobuf::Descriptor* descriptor();
116  static const TestConfig& default_instance();
117 
118  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
119  static inline const TestConfig* internal_default_instance() {
120  return reinterpret_cast<const TestConfig*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  void Swap(TestConfig* other);
127  friend void swap(TestConfig& a, TestConfig& b) {
128  a.Swap(&b);
129  }
130 
131  // implements Message ----------------------------------------------
132 
133  inline TestConfig* New() const final {
134  return CreateMaybeMessage<TestConfig>(NULL);
135  }
136 
137  TestConfig* New(::google::protobuf::Arena* arena) const final {
138  return CreateMaybeMessage<TestConfig>(arena);
139  }
140  void CopyFrom(const ::google::protobuf::Message& from) final;
141  void MergeFrom(const ::google::protobuf::Message& from) final;
142  void CopyFrom(const TestConfig& from);
143  void MergeFrom(const TestConfig& from);
144  void Clear() final;
145  bool IsInitialized() const final;
146 
147  size_t ByteSizeLong() const final;
149  ::google::protobuf::io::CodedInputStream* input) final;
151  ::google::protobuf::io::CodedOutputStream* output) const final;
153  bool deterministic, ::google::protobuf::uint8* target) const final;
154  int GetCachedSize() const final { return _cached_size_.Get(); }
155 
156  private:
157  void SharedCtor();
158  void SharedDtor();
159  void SetCachedSize(int size) const final;
160  void InternalSwap(TestConfig* other);
161  private:
162  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
163  return NULL;
164  }
165  inline void* MaybeArenaPtr() const {
166  return NULL;
167  }
168  public:
169 
171 
172  // nested types ----------------------------------------------------
173 
174  // accessors -------------------------------------------------------
175 
176  // optional .goby.middleware.protobuf.AppConfig app = 1;
177  bool has_app() const;
178  void clear_app();
179  static const int kAppFieldNumber = 1;
180  private:
181  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
182  public:
183  const ::goby::middleware::protobuf::AppConfig& app() const;
184  ::goby::middleware::protobuf::AppConfig* release_app();
185  ::goby::middleware::protobuf::AppConfig* mutable_app();
186  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
187 
188  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
189  bool has_interprocess() const;
190  void clear_interprocess();
191  static const int kInterprocessFieldNumber = 2;
192  private:
193  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
194  public:
195  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
196  ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
197  ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
198  void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
199 
200  // optional int32 num_tx_threads = 5 [default = 2];
201  bool has_num_tx_threads() const;
202  void clear_num_tx_threads();
203  static const int kNumTxThreadsFieldNumber = 5;
204  ::google::protobuf::int32 num_tx_threads() const;
205  void set_num_tx_threads(::google::protobuf::int32 value);
206 
207  // optional int32 num_messages = 3 [default = 10000];
208  bool has_num_messages() const;
209  void clear_num_messages();
210  static const int kNumMessagesFieldNumber = 3;
211  ::google::protobuf::int32 num_messages() const;
212  void set_num_messages(::google::protobuf::int32 value);
213 
214  // optional int32 num_rx_threads = 4 [default = 10];
215  bool has_num_rx_threads() const;
216  void clear_num_rx_threads();
217  static const int kNumRxThreadsFieldNumber = 4;
218  ::google::protobuf::int32 num_rx_threads() const;
219  void set_num_rx_threads(::google::protobuf::int32 value);
220 
221  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.TestConfig)
222  private:
223  void set_has_app();
224  void clear_has_app();
225  void set_has_interprocess();
226  void clear_has_interprocess();
227  void set_has_num_messages();
228  void clear_has_num_messages();
229  void set_has_num_rx_threads();
230  void clear_has_num_rx_threads();
231  void set_has_num_tx_threads();
232  void clear_has_num_tx_threads();
233 
234  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
235  ::google::protobuf::internal::HasBits<1> _has_bits_;
236  mutable ::google::protobuf::internal::CachedSize _cached_size_;
237  ::goby::middleware::protobuf::AppConfig* app_;
238  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
239  ::google::protobuf::int32 num_tx_threads_;
240  ::google::protobuf::int32 num_messages_;
241  ::google::protobuf::int32 num_rx_threads_;
243 };
244 // -------------------------------------------------------------------
245 
246 class Widget : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
247  public:
248  Widget();
249  virtual ~Widget();
250 
251  Widget(const Widget& from);
252 
253  inline Widget& operator=(const Widget& from) {
254  CopyFrom(from);
255  return *this;
256  }
257  #if LANG_CXX11
258  Widget(Widget&& from) noexcept
259  : Widget() {
260  *this = ::std::move(from);
261  }
262 
263  inline Widget& operator=(Widget&& from) noexcept {
264  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
265  if (this != &from) InternalSwap(&from);
266  } else {
267  CopyFrom(from);
268  }
269  return *this;
270  }
271  #endif
272  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
273  return _internal_metadata_.unknown_fields();
274  }
275  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
276  return _internal_metadata_.mutable_unknown_fields();
277  }
278 
279  static const ::google::protobuf::Descriptor* descriptor();
280  static const Widget& default_instance();
281 
282  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
283  static inline const Widget* internal_default_instance() {
284  return reinterpret_cast<const Widget*>(
286  }
287  static constexpr int kIndexInFileMessages =
288  1;
289 
290  void Swap(Widget* other);
291  friend void swap(Widget& a, Widget& b) {
292  a.Swap(&b);
293  }
294 
295  // implements Message ----------------------------------------------
296 
297  inline Widget* New() const final {
298  return CreateMaybeMessage<Widget>(NULL);
299  }
300 
301  Widget* New(::google::protobuf::Arena* arena) const final {
302  return CreateMaybeMessage<Widget>(arena);
303  }
304  void CopyFrom(const ::google::protobuf::Message& from) final;
305  void MergeFrom(const ::google::protobuf::Message& from) final;
306  void CopyFrom(const Widget& from);
307  void MergeFrom(const Widget& from);
308  void Clear() final;
309  bool IsInitialized() const final;
310 
311  size_t ByteSizeLong() const final;
313  ::google::protobuf::io::CodedInputStream* input) final;
315  ::google::protobuf::io::CodedOutputStream* output) const final;
317  bool deterministic, ::google::protobuf::uint8* target) const final;
318  int GetCachedSize() const final { return _cached_size_.Get(); }
319 
320  private:
321  void SharedCtor();
322  void SharedDtor();
323  void SetCachedSize(int size) const final;
324  void InternalSwap(Widget* other);
325  private:
326  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
327  return NULL;
328  }
329  inline void* MaybeArenaPtr() const {
330  return NULL;
331  }
332  public:
333 
335 
336  // nested types ----------------------------------------------------
337 
338  // accessors -------------------------------------------------------
339 
340  // optional int32 b = 1;
341  bool has_b() const;
342  void clear_b();
343  static const int kBFieldNumber = 1;
344  ::google::protobuf::int32 b() const;
345  void set_b(::google::protobuf::int32 value);
346 
347  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
348  private:
349  void set_has_b();
350  void clear_has_b();
351 
352  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
353  ::google::protobuf::internal::HasBits<1> _has_bits_;
354  mutable ::google::protobuf::internal::CachedSize _cached_size_;
355  ::google::protobuf::int32 b_;
357 };
358 // ===================================================================
359 
360 
361 // ===================================================================
362 
363 #ifdef __GNUC__
364  #pragma GCC diagnostic push
365  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
366 #endif // __GNUC__
367 // TestConfig
368 
369 // optional .goby.middleware.protobuf.AppConfig app = 1;
370 inline bool TestConfig::has_app() const {
371  return (_has_bits_[0] & 0x00000001u) != 0;
372 }
373 inline void TestConfig::set_has_app() {
374  _has_bits_[0] |= 0x00000001u;
375 }
376 inline void TestConfig::clear_has_app() {
377  _has_bits_[0] &= ~0x00000001u;
378 }
379 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::_internal_app() const {
380  return *app_;
381 }
382 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::app() const {
383  const ::goby::middleware::protobuf::AppConfig* p = app_;
384  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.app)
385  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
387 }
388 inline ::goby::middleware::protobuf::AppConfig* TestConfig::release_app() {
389  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.app)
390  clear_has_app();
392  app_ = NULL;
393  return temp;
394 }
395 inline ::goby::middleware::protobuf::AppConfig* TestConfig::mutable_app() {
396  set_has_app();
397  if (app_ == NULL) {
398  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
399  app_ = p;
400  }
401  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.app)
402  return app_;
403 }
405  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
406  if (message_arena == NULL) {
407  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
408  }
409  if (app) {
410  ::google::protobuf::Arena* submessage_arena = NULL;
411  if (message_arena != submessage_arena) {
412  app = ::google::protobuf::internal::GetOwnedMessage(
413  message_arena, app, submessage_arena);
414  }
415  set_has_app();
416  } else {
417  clear_has_app();
418  }
419  app_ = app;
420  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.app)
421 }
422 
423 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
424 inline bool TestConfig::has_interprocess() const {
425  return (_has_bits_[0] & 0x00000002u) != 0;
426 }
427 inline void TestConfig::set_has_interprocess() {
428  _has_bits_[0] |= 0x00000002u;
429 }
430 inline void TestConfig::clear_has_interprocess() {
431  _has_bits_[0] &= ~0x00000002u;
432 }
433 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::_internal_interprocess() const {
434  return *interprocess_;
435 }
436 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::interprocess() const {
437  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
438  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.interprocess)
439  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
441 }
442 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::release_interprocess() {
443  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.interprocess)
444  clear_has_interprocess();
446  interprocess_ = NULL;
447  return temp;
448 }
449 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::mutable_interprocess() {
450  set_has_interprocess();
451  if (interprocess_ == NULL) {
452  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
453  interprocess_ = p;
454  }
455  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.interprocess)
456  return interprocess_;
457 }
459  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
460  if (message_arena == NULL) {
461  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
462  }
463  if (interprocess) {
464  ::google::protobuf::Arena* submessage_arena = NULL;
465  if (message_arena != submessage_arena) {
466  interprocess = ::google::protobuf::internal::GetOwnedMessage(
467  message_arena, interprocess, submessage_arena);
468  }
469  set_has_interprocess();
470  } else {
471  clear_has_interprocess();
472  }
473  interprocess_ = interprocess;
474  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.interprocess)
475 }
476 
477 // optional int32 num_messages = 3 [default = 10000];
478 inline bool TestConfig::has_num_messages() const {
479  return (_has_bits_[0] & 0x00000008u) != 0;
480 }
481 inline void TestConfig::set_has_num_messages() {
482  _has_bits_[0] |= 0x00000008u;
483 }
484 inline void TestConfig::clear_has_num_messages() {
485  _has_bits_[0] &= ~0x00000008u;
486 }
488  num_messages_ = 10000;
489  clear_has_num_messages();
490 }
492  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.num_messages)
493  return num_messages_;
494 }
496  set_has_num_messages();
497  num_messages_ = value;
498  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.TestConfig.num_messages)
499 }
500 
501 // optional int32 num_rx_threads = 4 [default = 10];
502 inline bool TestConfig::has_num_rx_threads() const {
503  return (_has_bits_[0] & 0x00000010u) != 0;
504 }
505 inline void TestConfig::set_has_num_rx_threads() {
506  _has_bits_[0] |= 0x00000010u;
507 }
508 inline void TestConfig::clear_has_num_rx_threads() {
509  _has_bits_[0] &= ~0x00000010u;
510 }
512  num_rx_threads_ = 10;
513  clear_has_num_rx_threads();
514 }
516  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.num_rx_threads)
517  return num_rx_threads_;
518 }
520  set_has_num_rx_threads();
521  num_rx_threads_ = value;
522  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.TestConfig.num_rx_threads)
523 }
524 
525 // optional int32 num_tx_threads = 5 [default = 2];
526 inline bool TestConfig::has_num_tx_threads() const {
527  return (_has_bits_[0] & 0x00000004u) != 0;
528 }
529 inline void TestConfig::set_has_num_tx_threads() {
530  _has_bits_[0] |= 0x00000004u;
531 }
532 inline void TestConfig::clear_has_num_tx_threads() {
533  _has_bits_[0] &= ~0x00000004u;
534 }
536  num_tx_threads_ = 2;
537  clear_has_num_tx_threads();
538 }
540  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.num_tx_threads)
541  return num_tx_threads_;
542 }
544  set_has_num_tx_threads();
545  num_tx_threads_ = value;
546  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.TestConfig.num_tx_threads)
547 }
548 
549 // -------------------------------------------------------------------
550 
551 // Widget
552 
553 // optional int32 b = 1;
554 inline bool Widget::has_b() const {
555  return (_has_bits_[0] & 0x00000001u) != 0;
556 }
557 inline void Widget::set_has_b() {
558  _has_bits_[0] |= 0x00000001u;
559 }
560 inline void Widget::clear_has_b() {
561  _has_bits_[0] &= ~0x00000001u;
562 }
563 inline void Widget::clear_b() {
564  b_ = 0;
565  clear_has_b();
566 }
568  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
569  return b_;
570 }
571 inline void Widget::set_b(::google::protobuf::int32 value) {
572  set_has_b();
573  b_ = value;
574  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
575 }
576 
577 #ifdef __GNUC__
578  #pragma GCC diagnostic pop
579 #endif // __GNUC__
580 // -------------------------------------------------------------------
581 
582 
583 // @@protoc_insertion_point(namespace_scope)
584 
585 } // namespace protobuf
586 } // namespace zeromq
587 } // namespace test
588 } // namespace goby
589 
590 // @@protoc_insertion_point(global_scope)
591 
592 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
goby::test::zeromq::protobuf::Widget::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:275
goby::test::zeromq::protobuf::Widget::clear_b
void clear_b()
Definition: test.pb.h:355
goby::test::zeromq::protobuf::TestConfig::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:158
goby::zeromq::protobuf::InterProcessPortalConfig
Definition: interprocess_config.pb.h:97
goby::middleware::protobuf::AppConfig
Definition: app_config.pb.h:767
goby::test::zeromq::protobuf::TestConfig::mutable_app
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition: test.pb.h:483
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::TestConfig::default_instance
static const TestConfig & default_instance()
goby::test::zeromq::protobuf::TestConfig::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::TestConfig::~TestConfig
virtual ~TestConfig()
goby::test::zeromq::protobuf::TestConfig::New
TestConfig * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:137
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:51
goby::test::zeromq::protobuf::TestConfig::num_messages
::google::protobuf::int32 num_messages() const
Definition: test.pb.h:491
goby::test::zeromq::protobuf::TestConfig::set_num_tx_threads
void set_num_tx_threads(::google::protobuf::int32 value)
Definition: test.pb.h:543
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:50
goby::test::zeromq::protobuf::TestConfig::IsInitialized
bool IsInitialized() const final
google::protobuf::MessageLite
Definition: message_lite.h:164
goby::test::zeromq::protobuf::TestConfig::has_num_tx_threads
bool has_num_tx_threads() const
Definition: test.pb.h:526
goby::test::zeromq::protobuf::TestConfig::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:108
goby::test::zeromq::protobuf::TestConfig::has_num_messages
bool has_num_messages() const
Definition: test.pb.h:478
goby::test::zeromq::protobuf::TestConfig::Swap
void Swap(TestConfig *other)
goby::test::zeromq::protobuf::_TestConfig_default_instance_
TestConfigDefaultTypeInternal _TestConfig_default_instance_
Definition: test.pb.h:60
detail::parse_event_t::value
@ value
the parser finished reading a JSON value
goby::test::zeromq::protobuf::TestConfig::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: test.pb.h:195
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:49
goby::test::zeromq::protobuf::TestConfig::TestConfig
TestConfig()
goby::test::zeromq::protobuf::TestConfig::clear_num_rx_threads
void clear_num_rx_threads()
Definition: test.pb.h:511
google::protobuf::Arena
Definition: arena.h:244
goby::test::zeromq::protobuf::Widget::b
::google::protobuf::int32 b() const
Definition: test.pb.h:359
goby::test::zeromq::protobuf::TestConfig::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::test::zeromq::protobuf::Widget::swap
friend void swap(Widget &a, Widget &b)
Definition: test.pb.h:291
interprocess_config.pb.h
goby::test::zeromq::protobuf::TestConfig::kNumRxThreadsFieldNumber
static const int kNumRxThreadsFieldNumber
Definition: test.pb.h:217
goby::test::zeromq::protobuf::TestConfig::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: test.pb.h:537
goby::test::zeromq::protobuf::TestConfig::internal_default_instance
static const TestConfig * internal_default_instance()
Definition: test.pb.h:119
goby::test::zeromq::protobuf::TestConfig::has_interprocess
bool has_interprocess() const
Definition: test.pb.h:512
goby::test::zeromq::protobuf::TestConfig::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:127
goby::test::zeromq::protobuf::TestConfig::set_allocated_interprocess
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition: test.pb.h:546
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:47
goby::test::zeromq::protobuf::TestConfig::clear_interprocess
void clear_interprocess()
message.h
goby::test::zeromq::protobuf::TestConfig::has_app
bool has_app() const
Definition: test.pb.h:458
goby::test::zeromq::protobuf::TestConfig::kNumTxThreadsFieldNumber
static const int kNumTxThreadsFieldNumber
Definition: test.pb.h:203
goby::test::zeromq::protobuf::TestConfig::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: test.pb.h:492
goby::test::zeromq::protobuf::TestConfig::clear_num_tx_threads
void clear_num_tx_threads()
Definition: test.pb.h:535
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::int32
std::int32_t int32
Definition: primitive_types.h:33
goby::test::zeromq::protobuf::TestConfig::operator=
TestConfig & operator=(const TestConfig &from)
Definition: test.pb.h:89
goby::test::zeromq::protobuf::TestConfig::set_num_messages
void set_num_messages(::google::protobuf::int32 value)
Definition: test.pb.h:495
goby::test::zeromq::protobuf::TestConfig::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: test.pb.h:476
goby::test::zeromq::protobuf::TestConfig::Clear
void Clear() final
goby::test::zeromq::protobuf::TestConfig::New
TestConfig * New() const final
Definition: test.pb.h:133
goby::test::zeromq::protobuf::TestConfig::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: test.pb.h:530
goby::test::zeromq::protobuf::TestConfig::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
google::protobuf::Metadata
Definition: message.h:174
google::protobuf::Message
Definition: message.h:189
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::AddDescriptors
void AddDescriptors()
goby::test::zeromq::protobuf::TestConfig::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:111
goby::test::zeromq::protobuf::TestConfig::clear_app
void clear_app()
goby::test::zeromq::protobuf::Widget
Definition: test.pb.h:194
goby::test::zeromq::protobuf::Widget::has_b
bool has_b() const
Definition: test.pb.h:346
goby::test::zeromq::protobuf::TestConfig::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: test.pb.h:470
goby::test::zeromq::protobuf::TestConfig::clear_num_messages
void clear_num_messages()
Definition: test.pb.h:487
goby::test::zeromq::protobuf::TestConfig::set_num_rx_threads
void set_num_rx_threads(::google::protobuf::int32 value)
Definition: test.pb.h:519
goby::test::zeromq::protobuf::TestConfig::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: test.pb.h:524
goby::middleware::protobuf::_AppConfig_default_instance_
AppConfigDefaultTypeInternal _AppConfig_default_instance_
goby::test::zeromq::protobuf::TestConfig::kAppFieldNumber
static const int kAppFieldNumber
Definition: test.pb.h:183
goby::test::zeromq::protobuf::Widget::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:272
arena.h
goby::test::zeromq::protobuf::TestConfig::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::Widget::operator=
Widget & operator=(const Widget &from)
Definition: test.pb.h:253
goby::test::zeromq::protobuf::TestConfig::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::TestConfig::InitAsDefaultInstance
static void InitAsDefaultInstance()
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
Definition: test.pb.h:43
goby::test::zeromq::protobuf::TestConfig::kNumMessagesFieldNumber
static const int kNumMessagesFieldNumber
Definition: test.pb.h:210
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct
Definition: test.pb.h:45
goby::test::zeromq::protobuf::TestConfig::num_rx_threads
::google::protobuf::int32 num_rx_threads() const
Definition: test.pb.h:515
goby::test::zeromq::protobuf::TestConfig::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
app_config.pb.h
goby::test::zeromq::protobuf::TestConfig::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::TestConfig::swap
friend void swap(TestConfig &a, TestConfig &b)
Definition: test.pb.h:127
goby::test::zeromq::protobuf::TestConfig
Definition: test.pb.h:86
goby::test::zeromq::protobuf::TestConfig::num_tx_threads
::google::protobuf::int32 num_tx_threads() const
Definition: test.pb.h:539
goby::test::zeromq::protobuf::TestConfig::has_num_rx_threads
bool has_num_rx_threads() const
Definition: test.pb.h:502
goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_
InterProcessPortalConfigDefaultTypeInternal _InterProcessPortalConfig_default_instance_
goby::test::zeromq::protobuf::Widget::New
Widget * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:301
google::protobuf::Message::Message
Message()
Definition: message.h:191
goby::test::zeromq::protobuf::_Widget_default_instance_
WidgetDefaultTypeInternal _Widget_default_instance_
Definition: test.pb.h:61
goby::test::zeromq::protobuf::TestConfig::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
friend
goby::test::zeromq::protobuf::Widget::New
Widget * New() const final
Definition: test.pb.h:297
google
Definition: dccl.h:57
goby::test::zeromq::protobuf::Widget::Swap
void Swap(Widget *other)
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:46
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: test.pb.h:48
goby::test::zeromq::protobuf::Widget::internal_default_instance
static const Widget * internal_default_instance()
Definition: test.pb.h:283
goby::test::zeromq::protobuf::Widget::set_b
void set_b(::google::protobuf::int32 value)
Definition: test.pb.h:363