OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ZMQMessages.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ZMQMessages.proto
3 
4 #ifndef PROTOBUF_ZMQMessages_2eproto__INCLUDED
5 #define PROTOBUF_ZMQMessages_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 2004000
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 2004001 < 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/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
26 // @@protoc_insertion_point(includes)
27 
28 // Internal implementation detail -- do not call these.
32 
37 class ZMQTrailMessage;
38 class ZMQAtomMessage;
39 class ZMQRequestMessage;
40 class ZMQReplyMessage;
41 
48 };
49 bool ZMQTruthValueType_IsValid(int value);
53 
54 const ::google::protobuf::EnumDescriptor* ZMQTruthValueType_descriptor();
55 inline const ::std::string& ZMQTruthValueType_Name(ZMQTruthValueType value) {
56  return ::google::protobuf::internal::NameOfEnum(
58 }
60  const ::std::string& name, ZMQTruthValueType* value) {
61  return ::google::protobuf::internal::ParseNamedEnum<ZMQTruthValueType>(
62  ZMQTruthValueType_descriptor(), name, value);
63 }
67 };
68 bool ZMQAtomType_IsValid(int value);
72 
73 const ::google::protobuf::EnumDescriptor* ZMQAtomType_descriptor();
74 inline const ::std::string& ZMQAtomType_Name(ZMQAtomType value) {
75  return ::google::protobuf::internal::NameOfEnum(
76  ZMQAtomType_descriptor(), value);
77 }
78 inline bool ZMQAtomType_Parse(
79  const ::std::string& name, ZMQAtomType* value) {
80  return ::google::protobuf::internal::ParseNamedEnum<ZMQAtomType>(
81  ZMQAtomType_descriptor(), name, value);
82 }
86 };
87 bool ZMQFunctionType_IsValid(int value);
91 
92 const ::google::protobuf::EnumDescriptor* ZMQFunctionType_descriptor();
93 inline const ::std::string& ZMQFunctionType_Name(ZMQFunctionType value) {
94  return ::google::protobuf::internal::NameOfEnum(
96 }
98  const ::std::string& name, ZMQFunctionType* value) {
99  return ::google::protobuf::internal::ParseNamedEnum<ZMQFunctionType>(
100  ZMQFunctionType_descriptor(), name, value);
101 }
102 // ===================================================================
103 
104 class ZMQAttentionValueHolderMessage : public ::google::protobuf::Message {
105  public:
108 
110 
112  CopyFrom(from);
113  return *this;
114  }
115 
116  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
117  return _unknown_fields_;
118  }
119 
120  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
121  return &_unknown_fields_;
122  }
123 
124  static const ::google::protobuf::Descriptor* descriptor();
126 
128 
129  // implements Message ----------------------------------------------
130 
132  void CopyFrom(const ::google::protobuf::Message& from);
133  void MergeFrom(const ::google::protobuf::Message& from);
134  void CopyFrom(const ZMQAttentionValueHolderMessage& from);
135  void MergeFrom(const ZMQAttentionValueHolderMessage& from);
136  void Clear();
137  bool IsInitialized() const;
138 
139  int ByteSize() const;
141  ::google::protobuf::io::CodedInputStream* input);
143  ::google::protobuf::io::CodedOutputStream* output) const;
144  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
145  int GetCachedSize() const { return _cached_size_; }
146  private:
147  void SharedCtor();
148  void SharedDtor();
149  void SetCachedSize(int size) const;
150  public:
151 
152  ::google::protobuf::Metadata GetMetadata() const;
153 
154  // nested types ----------------------------------------------------
155 
156  // accessors -------------------------------------------------------
157 
158  // required int32 STI = 1;
159  inline bool has_sti() const;
160  inline void clear_sti();
161  static const int kSTIFieldNumber = 1;
162  inline ::google::protobuf::int32 sti() const;
163  inline void set_sti(::google::protobuf::int32 value);
164 
165  // required int32 LTI = 2;
166  inline bool has_lti() const;
167  inline void clear_lti();
168  static const int kLTIFieldNumber = 2;
169  inline ::google::protobuf::int32 lti() const;
170  inline void set_lti(::google::protobuf::int32 value);
171 
172  // required int32 VLTI = 3;
173  inline bool has_vlti() const;
174  inline void clear_vlti();
175  static const int kVLTIFieldNumber = 3;
176  inline ::google::protobuf::int32 vlti() const;
177  inline void set_vlti(::google::protobuf::int32 value);
178 
179  // @@protoc_insertion_point(class_scope:ZMQAttentionValueHolderMessage)
180  private:
181  inline void set_has_sti();
182  inline void clear_has_sti();
183  inline void set_has_lti();
184  inline void clear_has_lti();
185  inline void set_has_vlti();
186  inline void clear_has_vlti();
187 
188  ::google::protobuf::UnknownFieldSet _unknown_fields_;
189 
190  ::google::protobuf::int32 sti_;
191  ::google::protobuf::int32 lti_;
192  ::google::protobuf::int32 vlti_;
193 
194  mutable int _cached_size_;
195  ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
196 
200 
201  void InitAsDefaultInstance();
203 };
204 // -------------------------------------------------------------------
205 
206 class ZMQVersionHandleMessage : public ::google::protobuf::Message {
207  public:
209  virtual ~ZMQVersionHandleMessage();
210 
212 
214  CopyFrom(from);
215  return *this;
216  }
217 
218  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
219  return _unknown_fields_;
220  }
221 
222  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
223  return &_unknown_fields_;
224  }
225 
226  static const ::google::protobuf::Descriptor* descriptor();
228 
229  void Swap(ZMQVersionHandleMessage* other);
230 
231  // implements Message ----------------------------------------------
232 
233  ZMQVersionHandleMessage* New() const;
234  void CopyFrom(const ::google::protobuf::Message& from);
235  void MergeFrom(const ::google::protobuf::Message& from);
236  void CopyFrom(const ZMQVersionHandleMessage& from);
237  void MergeFrom(const ZMQVersionHandleMessage& from);
238  void Clear();
239  bool IsInitialized() const;
240 
241  int ByteSize() const;
243  ::google::protobuf::io::CodedInputStream* input);
245  ::google::protobuf::io::CodedOutputStream* output) const;
246  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
247  int GetCachedSize() const { return _cached_size_; }
248  private:
249  void SharedCtor();
250  void SharedDtor();
251  void SetCachedSize(int size) const;
252  public:
253 
254  ::google::protobuf::Metadata GetMetadata() const;
255 
256  // nested types ----------------------------------------------------
257 
258  // accessors -------------------------------------------------------
259 
260  // required uint32 indicator = 1;
261  inline bool has_indicator() const;
262  inline void clear_indicator();
263  static const int kIndicatorFieldNumber = 1;
264  inline ::google::protobuf::uint32 indicator() const;
265  inline void set_indicator(::google::protobuf::uint32 value);
266 
267  // required uint64 substantive = 2;
268  inline bool has_substantive() const;
269  inline void clear_substantive();
270  static const int kSubstantiveFieldNumber = 2;
271  inline ::google::protobuf::uint64 substantive() const;
272  inline void set_substantive(::google::protobuf::uint64 value);
273 
274  // @@protoc_insertion_point(class_scope:ZMQVersionHandleMessage)
275  private:
276  inline void set_has_indicator();
277  inline void clear_has_indicator();
278  inline void set_has_substantive();
279  inline void clear_has_substantive();
280 
281  ::google::protobuf::UnknownFieldSet _unknown_fields_;
282 
283  ::google::protobuf::uint64 substantive_;
284  ::google::protobuf::uint32 indicator_;
285 
286  mutable int _cached_size_;
287  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
288 
292 
293  void InitAsDefaultInstance();
295 };
296 // -------------------------------------------------------------------
297 
298 class ZMQSingleTruthValueMessage : public ::google::protobuf::Message {
299  public:
301  virtual ~ZMQSingleTruthValueMessage();
302 
304 
306  CopyFrom(from);
307  return *this;
308  }
309 
310  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
311  return _unknown_fields_;
312  }
313 
314  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
315  return &_unknown_fields_;
316  }
317 
318  static const ::google::protobuf::Descriptor* descriptor();
320 
321  void Swap(ZMQSingleTruthValueMessage* other);
322 
323  // implements Message ----------------------------------------------
324 
326  void CopyFrom(const ::google::protobuf::Message& from);
327  void MergeFrom(const ::google::protobuf::Message& from);
328  void CopyFrom(const ZMQSingleTruthValueMessage& from);
329  void MergeFrom(const ZMQSingleTruthValueMessage& from);
330  void Clear();
331  bool IsInitialized() const;
332 
333  int ByteSize() const;
335  ::google::protobuf::io::CodedInputStream* input);
337  ::google::protobuf::io::CodedOutputStream* output) const;
338  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
339  int GetCachedSize() const { return _cached_size_; }
340  private:
341  void SharedCtor();
342  void SharedDtor();
343  void SetCachedSize(int size) const;
344  public:
345 
346  ::google::protobuf::Metadata GetMetadata() const;
347 
348  // nested types ----------------------------------------------------
349 
350  // accessors -------------------------------------------------------
351 
352  // required .ZMQTruthValueType truthvaluetype = 1;
353  inline bool has_truthvaluetype() const;
354  inline void clear_truthvaluetype();
355  static const int kTruthvaluetypeFieldNumber = 1;
356  inline ZMQTruthValueType truthvaluetype() const;
357  inline void set_truthvaluetype(ZMQTruthValueType value);
358 
359  // optional float mean = 2;
360  inline bool has_mean() const;
361  inline void clear_mean();
362  static const int kMeanFieldNumber = 2;
363  inline float mean() const;
364  inline void set_mean(float value);
365 
366  // optional float confidence = 3;
367  inline bool has_confidence() const;
368  inline void clear_confidence();
369  static const int kConfidenceFieldNumber = 3;
370  inline float confidence() const;
371  inline void set_confidence(float value);
372 
373  // optional float count = 4;
374  inline bool has_count() const;
375  inline void clear_count();
376  static const int kCountFieldNumber = 4;
377  inline float count() const;
378  inline void set_count(float value);
379 
380  // optional .ZMQVersionHandleMessage versionHandle = 5;
381  inline bool has_versionhandle() const;
382  inline void clear_versionhandle();
383  static const int kVersionHandleFieldNumber = 5;
384  inline const ::ZMQVersionHandleMessage& versionhandle() const;
385  inline ::ZMQVersionHandleMessage* mutable_versionhandle();
386  inline ::ZMQVersionHandleMessage* release_versionhandle();
387 
388  // optional float U = 6;
389  inline bool has_u() const;
390  inline void clear_u();
391  static const int kUFieldNumber = 6;
392  inline float u() const;
393  inline void set_u(float value);
394 
395  // optional float L = 7;
396  inline bool has_l() const;
397  inline void clear_l();
398  static const int kLFieldNumber = 7;
399  inline float l() const;
400  inline void set_l(float value);
401 
402  // optional float confidenceLevel = 8;
403  inline bool has_confidencelevel() const;
404  inline void clear_confidencelevel();
405  static const int kConfidenceLevelFieldNumber = 8;
406  inline float confidencelevel() const;
407  inline void set_confidencelevel(float value);
408 
409  // optional int32 symmetric = 9;
410  inline bool has_symmetric() const;
411  inline void clear_symmetric();
412  static const int kSymmetricFieldNumber = 9;
413  inline ::google::protobuf::int32 symmetric() const;
414  inline void set_symmetric(::google::protobuf::int32 value);
415 
416  // optional float diff = 10;
417  inline bool has_diff() const;
418  inline void clear_diff();
419  static const int kDiffFieldNumber = 10;
420  inline float diff() const;
421  inline void set_diff(float value);
422 
423  // repeated float firstOrderDistribution = 11;
424  inline int firstorderdistribution_size() const;
425  inline void clear_firstorderdistribution();
426  static const int kFirstOrderDistributionFieldNumber = 11;
427  inline float firstorderdistribution(int index) const;
428  inline void set_firstorderdistribution(int index, float value);
429  inline void add_firstorderdistribution(float value);
430  inline const ::google::protobuf::RepeatedField< float >&
431  firstorderdistribution() const;
432  inline ::google::protobuf::RepeatedField< float >*
434 
435  // @@protoc_insertion_point(class_scope:ZMQSingleTruthValueMessage)
436  private:
437  inline void set_has_truthvaluetype();
438  inline void clear_has_truthvaluetype();
439  inline void set_has_mean();
440  inline void clear_has_mean();
441  inline void set_has_confidence();
442  inline void clear_has_confidence();
443  inline void set_has_count();
444  inline void clear_has_count();
445  inline void set_has_versionhandle();
446  inline void clear_has_versionhandle();
447  inline void set_has_u();
448  inline void clear_has_u();
449  inline void set_has_l();
450  inline void clear_has_l();
451  inline void set_has_confidencelevel();
452  inline void clear_has_confidencelevel();
453  inline void set_has_symmetric();
454  inline void clear_has_symmetric();
455  inline void set_has_diff();
456  inline void clear_has_diff();
457 
458  ::google::protobuf::UnknownFieldSet _unknown_fields_;
459 
461  float mean_;
462  float confidence_;
463  float count_;
465  float u_;
466  float l_;
468  ::google::protobuf::int32 symmetric_;
469  ::google::protobuf::RepeatedField< float > firstorderdistribution_;
470  float diff_;
471 
472  mutable int _cached_size_;
473  ::google::protobuf::uint32 _has_bits_[(11 + 31) / 32];
474 
478 
479  void InitAsDefaultInstance();
481 };
482 // -------------------------------------------------------------------
483 
484 class ZMQTruthValueMessage : public ::google::protobuf::Message {
485  public:
487  virtual ~ZMQTruthValueMessage();
488 
490 
492  CopyFrom(from);
493  return *this;
494  }
495 
496  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
497  return _unknown_fields_;
498  }
499 
500  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
501  return &_unknown_fields_;
502  }
503 
504  static const ::google::protobuf::Descriptor* descriptor();
505  static const ZMQTruthValueMessage& default_instance();
506 
507  void Swap(ZMQTruthValueMessage* other);
508 
509  // implements Message ----------------------------------------------
510 
511  ZMQTruthValueMessage* New() const;
512  void CopyFrom(const ::google::protobuf::Message& from);
513  void MergeFrom(const ::google::protobuf::Message& from);
514  void CopyFrom(const ZMQTruthValueMessage& from);
515  void MergeFrom(const ZMQTruthValueMessage& from);
516  void Clear();
517  bool IsInitialized() const;
518 
519  int ByteSize() const;
521  ::google::protobuf::io::CodedInputStream* input);
523  ::google::protobuf::io::CodedOutputStream* output) const;
524  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
525  int GetCachedSize() const { return _cached_size_; }
526  private:
527  void SharedCtor();
528  void SharedDtor();
529  void SetCachedSize(int size) const;
530  public:
531 
532  ::google::protobuf::Metadata GetMetadata() const;
533 
534  // nested types ----------------------------------------------------
535 
536  // accessors -------------------------------------------------------
537 
538  // repeated .ZMQSingleTruthValueMessage singleTruthValue = 1;
539  inline int singletruthvalue_size() const;
540  inline void clear_singletruthvalue();
541  static const int kSingleTruthValueFieldNumber = 1;
542  inline const ::ZMQSingleTruthValueMessage& singletruthvalue(int index) const;
543  inline ::ZMQSingleTruthValueMessage* mutable_singletruthvalue(int index);
544  inline ::ZMQSingleTruthValueMessage* add_singletruthvalue();
545  inline const ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage >&
546  singletruthvalue() const;
547  inline ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage >*
549 
550  // @@protoc_insertion_point(class_scope:ZMQTruthValueMessage)
551  private:
552 
553  ::google::protobuf::UnknownFieldSet _unknown_fields_;
554 
555  ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage > singletruthvalue_;
556 
557  mutable int _cached_size_;
558  ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
559 
563 
564  void InitAsDefaultInstance();
566 };
567 // -------------------------------------------------------------------
568 
569 class ZMQTrailMessage : public ::google::protobuf::Message {
570  public:
571  ZMQTrailMessage();
572  virtual ~ZMQTrailMessage();
573 
574  ZMQTrailMessage(const ZMQTrailMessage& from);
575 
577  CopyFrom(from);
578  return *this;
579  }
580 
581  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
582  return _unknown_fields_;
583  }
584 
585  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
586  return &_unknown_fields_;
587  }
588 
589  static const ::google::protobuf::Descriptor* descriptor();
590  static const ZMQTrailMessage& default_instance();
591 
592  void Swap(ZMQTrailMessage* other);
593 
594  // implements Message ----------------------------------------------
595 
596  ZMQTrailMessage* New() const;
597  void CopyFrom(const ::google::protobuf::Message& from);
598  void MergeFrom(const ::google::protobuf::Message& from);
599  void CopyFrom(const ZMQTrailMessage& from);
600  void MergeFrom(const ZMQTrailMessage& from);
601  void Clear();
602  bool IsInitialized() const;
603 
604  int ByteSize() const;
606  ::google::protobuf::io::CodedInputStream* input);
608  ::google::protobuf::io::CodedOutputStream* output) const;
609  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
610  int GetCachedSize() const { return _cached_size_; }
611  private:
612  void SharedCtor();
613  void SharedDtor();
614  void SetCachedSize(int size) const;
615  public:
616 
617  ::google::protobuf::Metadata GetMetadata() const;
618 
619  // nested types ----------------------------------------------------
620 
621  // accessors -------------------------------------------------------
622 
623  // required int32 maxSize = 1;
624  inline bool has_maxsize() const;
625  inline void clear_maxsize();
626  static const int kMaxSizeFieldNumber = 1;
627  inline ::google::protobuf::int32 maxsize() const;
628  inline void set_maxsize(::google::protobuf::int32 value);
629 
630  // repeated uint64 trail = 2;
631  inline int trail_size() const;
632  inline void clear_trail();
633  static const int kTrailFieldNumber = 2;
634  inline ::google::protobuf::uint64 trail(int index) const;
635  inline void set_trail(int index, ::google::protobuf::uint64 value);
636  inline void add_trail(::google::protobuf::uint64 value);
637  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
638  trail() const;
639  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
640  mutable_trail();
641 
642  // @@protoc_insertion_point(class_scope:ZMQTrailMessage)
643  private:
644  inline void set_has_maxsize();
645  inline void clear_has_maxsize();
646 
647  ::google::protobuf::UnknownFieldSet _unknown_fields_;
648 
649  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > trail_;
650  ::google::protobuf::int32 maxsize_;
651 
652  mutable int _cached_size_;
653  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
654 
658 
659  void InitAsDefaultInstance();
661 };
662 // -------------------------------------------------------------------
663 
664 class ZMQAtomMessage : public ::google::protobuf::Message {
665  public:
666  ZMQAtomMessage();
667  virtual ~ZMQAtomMessage();
668 
669  ZMQAtomMessage(const ZMQAtomMessage& from);
670 
671  inline ZMQAtomMessage& operator=(const ZMQAtomMessage& from) {
672  CopyFrom(from);
673  return *this;
674  }
675 
676  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
677  return _unknown_fields_;
678  }
679 
680  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
681  return &_unknown_fields_;
682  }
683 
684  static const ::google::protobuf::Descriptor* descriptor();
685  static const ZMQAtomMessage& default_instance();
686 
687  void Swap(ZMQAtomMessage* other);
688 
689  // implements Message ----------------------------------------------
690 
691  ZMQAtomMessage* New() const;
692  void CopyFrom(const ::google::protobuf::Message& from);
693  void MergeFrom(const ::google::protobuf::Message& from);
694  void CopyFrom(const ZMQAtomMessage& from);
695  void MergeFrom(const ZMQAtomMessage& from);
696  void Clear();
697  bool IsInitialized() const;
698 
699  int ByteSize() const;
701  ::google::protobuf::io::CodedInputStream* input);
703  ::google::protobuf::io::CodedOutputStream* output) const;
704  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
705  int GetCachedSize() const { return _cached_size_; }
706  private:
707  void SharedCtor();
708  void SharedDtor();
709  void SetCachedSize(int size) const;
710  public:
711 
712  ::google::protobuf::Metadata GetMetadata() const;
713 
714  // nested types ----------------------------------------------------
715 
716  // accessors -------------------------------------------------------
717 
718  // required .ZMQAtomType atomtype = 1;
719  inline bool has_atomtype() const;
720  inline void clear_atomtype();
721  static const int kAtomtypeFieldNumber = 1;
722  inline ZMQAtomType atomtype() const;
723  inline void set_atomtype(ZMQAtomType value);
724 
725  // required .ZMQAttentionValueHolderMessage attentionvalueholder = 2;
726  inline bool has_attentionvalueholder() const;
727  inline void clear_attentionvalueholder();
728  static const int kAttentionvalueholderFieldNumber = 2;
729  inline const ::ZMQAttentionValueHolderMessage& attentionvalueholder() const;
730  inline ::ZMQAttentionValueHolderMessage* mutable_attentionvalueholder();
731  inline ::ZMQAttentionValueHolderMessage* release_attentionvalueholder();
732 
733  // required uint64 handle = 3;
734  inline bool has_handle() const;
735  inline void clear_handle();
736  static const int kHandleFieldNumber = 3;
737  inline ::google::protobuf::uint64 handle() const;
738  inline void set_handle(::google::protobuf::uint64 value);
739 
740  // repeated uint64 incoming = 4;
741  inline int incoming_size() const;
742  inline void clear_incoming();
743  static const int kIncomingFieldNumber = 4;
744  inline ::google::protobuf::uint64 incoming(int index) const;
745  inline void set_incoming(int index, ::google::protobuf::uint64 value);
746  inline void add_incoming(::google::protobuf::uint64 value);
747  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
748  incoming() const;
749  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
751 
752  // required int32 type = 5;
753  inline bool has_type() const;
754  inline void clear_type();
755  static const int kTypeFieldNumber = 5;
756  inline ::google::protobuf::int32 type() const;
757  inline void set_type(::google::protobuf::int32 value);
758 
759  // optional int32 flags = 6;
760  inline bool has_flags() const;
761  inline void clear_flags();
762  static const int kFlagsFieldNumber = 6;
763  inline ::google::protobuf::int32 flags() const;
764  inline void set_flags(::google::protobuf::int32 value);
765 
766  // optional .ZMQTruthValueMessage truthValue = 7;
767  inline bool has_truthvalue() const;
768  inline void clear_truthvalue();
769  static const int kTruthValueFieldNumber = 7;
770  inline const ::ZMQTruthValueMessage& truthvalue() const;
771  inline ::ZMQTruthValueMessage* mutable_truthvalue();
772  inline ::ZMQTruthValueMessage* release_truthvalue();
773 
774  // optional string name = 8;
775  inline bool has_name() const;
776  inline void clear_name();
777  static const int kNameFieldNumber = 8;
778  inline const ::std::string& name() const;
779  inline void set_name(const ::std::string& value);
780  inline void set_name(const char* value);
781  inline void set_name(const char* value, size_t size);
782  inline ::std::string* mutable_name();
783  inline ::std::string* release_name();
784 
785  // repeated uint64 outgoing = 9;
786  inline int outgoing_size() const;
787  inline void clear_outgoing();
788  static const int kOutgoingFieldNumber = 9;
789  inline ::google::protobuf::uint64 outgoing(int index) const;
790  inline void set_outgoing(int index, ::google::protobuf::uint64 value);
791  inline void add_outgoing(::google::protobuf::uint64 value);
792  inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
793  outgoing() const;
794  inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
796 
797  // optional .ZMQTrailMessage trail = 10;
798  inline bool has_trail() const;
799  inline void clear_trail();
800  static const int kTrailFieldNumber = 10;
801  inline const ::ZMQTrailMessage& trail() const;
802  inline ::ZMQTrailMessage* mutable_trail();
803  inline ::ZMQTrailMessage* release_trail();
804 
805  // @@protoc_insertion_point(class_scope:ZMQAtomMessage)
806  private:
807  inline void set_has_atomtype();
808  inline void clear_has_atomtype();
809  inline void set_has_attentionvalueholder();
810  inline void clear_has_attentionvalueholder();
811  inline void set_has_handle();
812  inline void clear_has_handle();
813  inline void set_has_type();
814  inline void clear_has_type();
815  inline void set_has_flags();
816  inline void clear_has_flags();
817  inline void set_has_truthvalue();
818  inline void clear_has_truthvalue();
819  inline void set_has_name();
820  inline void clear_has_name();
821  inline void set_has_trail();
822  inline void clear_has_trail();
823 
824  ::google::protobuf::UnknownFieldSet _unknown_fields_;
825 
827  ::google::protobuf::uint64 handle_;
829  ::google::protobuf::int32 type_;
830  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > incoming_;
832  ::std::string* name_;
833  ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > outgoing_;
835  ::google::protobuf::int32 flags_;
836 
837  mutable int _cached_size_;
838  ::google::protobuf::uint32 _has_bits_[(10 + 31) / 32];
839 
843 
844  void InitAsDefaultInstance();
846 };
847 // -------------------------------------------------------------------
848 
849 class ZMQRequestMessage : public ::google::protobuf::Message {
850  public:
852  virtual ~ZMQRequestMessage();
853 
855 
857  CopyFrom(from);
858  return *this;
859  }
860 
861  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
862  return _unknown_fields_;
863  }
864 
865  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
866  return &_unknown_fields_;
867  }
868 
869  static const ::google::protobuf::Descriptor* descriptor();
870  static const ZMQRequestMessage& default_instance();
871 
872  void Swap(ZMQRequestMessage* other);
873 
874  // implements Message ----------------------------------------------
875 
876  ZMQRequestMessage* New() const;
877  void CopyFrom(const ::google::protobuf::Message& from);
878  void MergeFrom(const ::google::protobuf::Message& from);
879  void CopyFrom(const ZMQRequestMessage& from);
880  void MergeFrom(const ZMQRequestMessage& from);
881  void Clear();
882  bool IsInitialized() const;
883 
884  int ByteSize() const;
886  ::google::protobuf::io::CodedInputStream* input);
888  ::google::protobuf::io::CodedOutputStream* output) const;
889  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
890  int GetCachedSize() const { return _cached_size_; }
891  private:
892  void SharedCtor();
893  void SharedDtor();
894  void SetCachedSize(int size) const;
895  public:
896 
897  ::google::protobuf::Metadata GetMetadata() const;
898 
899  // nested types ----------------------------------------------------
900 
901  // accessors -------------------------------------------------------
902 
903  // required .ZMQFunctionType function = 1;
904  inline bool has_function() const;
905  inline void clear_function();
906  static const int kFunctionFieldNumber = 1;
907  inline ZMQFunctionType function() const;
908  inline void set_function(ZMQFunctionType value);
909 
910  // optional uint64 handle = 2;
911  inline bool has_handle() const;
912  inline void clear_handle();
913  static const int kHandleFieldNumber = 2;
914  inline ::google::protobuf::uint64 handle() const;
915  inline void set_handle(::google::protobuf::uint64 value);
916 
917  // @@protoc_insertion_point(class_scope:ZMQRequestMessage)
918  private:
919  inline void set_has_function();
920  inline void clear_has_function();
921  inline void set_has_handle();
922  inline void clear_has_handle();
923 
924  ::google::protobuf::UnknownFieldSet _unknown_fields_;
925 
926  ::google::protobuf::uint64 handle_;
928 
929  mutable int _cached_size_;
930  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
931 
935 
936  void InitAsDefaultInstance();
938 };
939 // -------------------------------------------------------------------
940 
941 class ZMQReplyMessage : public ::google::protobuf::Message {
942  public:
943  ZMQReplyMessage();
944  virtual ~ZMQReplyMessage();
945 
946  ZMQReplyMessage(const ZMQReplyMessage& from);
947 
949  CopyFrom(from);
950  return *this;
951  }
952 
953  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
954  return _unknown_fields_;
955  }
956 
957  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
958  return &_unknown_fields_;
959  }
960 
961  static const ::google::protobuf::Descriptor* descriptor();
962  static const ZMQReplyMessage& default_instance();
963 
964  void Swap(ZMQReplyMessage* other);
965 
966  // implements Message ----------------------------------------------
967 
968  ZMQReplyMessage* New() const;
969  void CopyFrom(const ::google::protobuf::Message& from);
970  void MergeFrom(const ::google::protobuf::Message& from);
971  void CopyFrom(const ZMQReplyMessage& from);
972  void MergeFrom(const ZMQReplyMessage& from);
973  void Clear();
974  bool IsInitialized() const;
975 
976  int ByteSize() const;
978  ::google::protobuf::io::CodedInputStream* input);
980  ::google::protobuf::io::CodedOutputStream* output) const;
981  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
982  int GetCachedSize() const { return _cached_size_; }
983  private:
984  void SharedCtor();
985  void SharedDtor();
986  void SetCachedSize(int size) const;
987  public:
988 
989  ::google::protobuf::Metadata GetMetadata() const;
990 
991  // nested types ----------------------------------------------------
992 
993  // accessors -------------------------------------------------------
994 
995  // optional .ZMQAtomMessage atom = 1;
996  inline bool has_atom() const;
997  inline void clear_atom();
998  static const int kAtomFieldNumber = 1;
999  inline const ::ZMQAtomMessage& atom() const;
1000  inline ::ZMQAtomMessage* mutable_atom();
1001  inline ::ZMQAtomMessage* release_atom();
1002 
1003  // optional string str = 2;
1004  inline bool has_str() const;
1005  inline void clear_str();
1006  static const int kStrFieldNumber = 2;
1007  inline const ::std::string& str() const;
1008  inline void set_str(const ::std::string& value);
1009  inline void set_str(const char* value);
1010  inline void set_str(const char* value, size_t size);
1011  inline ::std::string* mutable_str();
1012  inline ::std::string* release_str();
1013 
1014  // @@protoc_insertion_point(class_scope:ZMQReplyMessage)
1015  private:
1016  inline void set_has_atom();
1017  inline void clear_has_atom();
1018  inline void set_has_str();
1019  inline void clear_has_str();
1020 
1021  ::google::protobuf::UnknownFieldSet _unknown_fields_;
1022 
1024  ::std::string* str_;
1025 
1026  mutable int _cached_size_;
1027  ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
1028 
1032 
1033  void InitAsDefaultInstance();
1035 };
1036 // ===================================================================
1037 
1038 
1039 // ===================================================================
1040 
1041 // ZMQAttentionValueHolderMessage
1042 
1043 // required int32 STI = 1;
1045  return (_has_bits_[0] & 0x00000001u) != 0;
1046 }
1048  _has_bits_[0] |= 0x00000001u;
1049 }
1051  _has_bits_[0] &= ~0x00000001u;
1052 }
1054  sti_ = 0;
1055  clear_has_sti();
1056 }
1057 inline ::google::protobuf::int32 ZMQAttentionValueHolderMessage::sti() const {
1058  return sti_;
1059 }
1060 inline void ZMQAttentionValueHolderMessage::set_sti(::google::protobuf::int32 value) {
1061  set_has_sti();
1062  sti_ = value;
1063 }
1064 
1065 // required int32 LTI = 2;
1067  return (_has_bits_[0] & 0x00000002u) != 0;
1068 }
1070  _has_bits_[0] |= 0x00000002u;
1071 }
1073  _has_bits_[0] &= ~0x00000002u;
1074 }
1076  lti_ = 0;
1077  clear_has_lti();
1078 }
1079 inline ::google::protobuf::int32 ZMQAttentionValueHolderMessage::lti() const {
1080  return lti_;
1081 }
1082 inline void ZMQAttentionValueHolderMessage::set_lti(::google::protobuf::int32 value) {
1083  set_has_lti();
1084  lti_ = value;
1085 }
1086 
1087 // required int32 VLTI = 3;
1089  return (_has_bits_[0] & 0x00000004u) != 0;
1090 }
1092  _has_bits_[0] |= 0x00000004u;
1093 }
1095  _has_bits_[0] &= ~0x00000004u;
1096 }
1098  vlti_ = 0;
1099  clear_has_vlti();
1100 }
1101 inline ::google::protobuf::int32 ZMQAttentionValueHolderMessage::vlti() const {
1102  return vlti_;
1103 }
1104 inline void ZMQAttentionValueHolderMessage::set_vlti(::google::protobuf::int32 value) {
1105  set_has_vlti();
1106  vlti_ = value;
1107 }
1108 
1109 // -------------------------------------------------------------------
1110 
1111 // ZMQVersionHandleMessage
1112 
1113 // required uint32 indicator = 1;
1115  return (_has_bits_[0] & 0x00000001u) != 0;
1116 }
1118  _has_bits_[0] |= 0x00000001u;
1119 }
1121  _has_bits_[0] &= ~0x00000001u;
1122 }
1124  indicator_ = 0u;
1126 }
1127 inline ::google::protobuf::uint32 ZMQVersionHandleMessage::indicator() const {
1128  return indicator_;
1129 }
1130 inline void ZMQVersionHandleMessage::set_indicator(::google::protobuf::uint32 value) {
1132  indicator_ = value;
1133 }
1134 
1135 // required uint64 substantive = 2;
1137  return (_has_bits_[0] & 0x00000002u) != 0;
1138 }
1140  _has_bits_[0] |= 0x00000002u;
1141 }
1143  _has_bits_[0] &= ~0x00000002u;
1144 }
1146  substantive_ = GOOGLE_ULONGLONG(0);
1148 }
1149 inline ::google::protobuf::uint64 ZMQVersionHandleMessage::substantive() const {
1150  return substantive_;
1151 }
1152 inline void ZMQVersionHandleMessage::set_substantive(::google::protobuf::uint64 value) {
1154  substantive_ = value;
1155 }
1156 
1157 // -------------------------------------------------------------------
1158 
1159 // ZMQSingleTruthValueMessage
1160 
1161 // required .ZMQTruthValueType truthvaluetype = 1;
1163  return (_has_bits_[0] & 0x00000001u) != 0;
1164 }
1166  _has_bits_[0] |= 0x00000001u;
1167 }
1169  _has_bits_[0] &= ~0x00000001u;
1170 }
1172  truthvaluetype_ = 0;
1174 }
1176  return static_cast< ZMQTruthValueType >(truthvaluetype_);
1177 }
1179  GOOGLE_DCHECK(ZMQTruthValueType_IsValid(value));
1181  truthvaluetype_ = value;
1182 }
1183 
1184 // optional float mean = 2;
1186  return (_has_bits_[0] & 0x00000002u) != 0;
1187 }
1189  _has_bits_[0] |= 0x00000002u;
1190 }
1192  _has_bits_[0] &= ~0x00000002u;
1193 }
1195  mean_ = 0;
1196  clear_has_mean();
1197 }
1198 inline float ZMQSingleTruthValueMessage::mean() const {
1199  return mean_;
1200 }
1201 inline void ZMQSingleTruthValueMessage::set_mean(float value) {
1202  set_has_mean();
1203  mean_ = value;
1204 }
1205 
1206 // optional float confidence = 3;
1208  return (_has_bits_[0] & 0x00000004u) != 0;
1209 }
1211  _has_bits_[0] |= 0x00000004u;
1212 }
1214  _has_bits_[0] &= ~0x00000004u;
1215 }
1217  confidence_ = 0;
1219 }
1221  return confidence_;
1222 }
1225  confidence_ = value;
1226 }
1227 
1228 // optional float count = 4;
1230  return (_has_bits_[0] & 0x00000008u) != 0;
1231 }
1233  _has_bits_[0] |= 0x00000008u;
1234 }
1236  _has_bits_[0] &= ~0x00000008u;
1237 }
1239  count_ = 0;
1240  clear_has_count();
1241 }
1243  return count_;
1244 }
1245 inline void ZMQSingleTruthValueMessage::set_count(float value) {
1246  set_has_count();
1247  count_ = value;
1248 }
1249 
1250 // optional .ZMQVersionHandleMessage versionHandle = 5;
1252  return (_has_bits_[0] & 0x00000010u) != 0;
1253 }
1255  _has_bits_[0] |= 0x00000010u;
1256 }
1258  _has_bits_[0] &= ~0x00000010u;
1259 }
1261  if (versionhandle_ != NULL) versionhandle_->::ZMQVersionHandleMessage::Clear();
1263 }
1264 inline const ::ZMQVersionHandleMessage& ZMQSingleTruthValueMessage::versionhandle() const {
1266 }
1267 inline ::ZMQVersionHandleMessage* ZMQSingleTruthValueMessage::mutable_versionhandle() {
1269  if (versionhandle_ == NULL) versionhandle_ = new ::ZMQVersionHandleMessage;
1270  return versionhandle_;
1271 }
1272 inline ::ZMQVersionHandleMessage* ZMQSingleTruthValueMessage::release_versionhandle() {
1275  versionhandle_ = NULL;
1276  return temp;
1277 }
1278 
1279 // optional float U = 6;
1281  return (_has_bits_[0] & 0x00000020u) != 0;
1282 }
1284  _has_bits_[0] |= 0x00000020u;
1285 }
1287  _has_bits_[0] &= ~0x00000020u;
1288 }
1290  u_ = 0;
1291  clear_has_u();
1292 }
1293 inline float ZMQSingleTruthValueMessage::u() const {
1294  return u_;
1295 }
1296 inline void ZMQSingleTruthValueMessage::set_u(float value) {
1297  set_has_u();
1298  u_ = value;
1299 }
1300 
1301 // optional float L = 7;
1303  return (_has_bits_[0] & 0x00000040u) != 0;
1304 }
1306  _has_bits_[0] |= 0x00000040u;
1307 }
1309  _has_bits_[0] &= ~0x00000040u;
1310 }
1312  l_ = 0;
1313  clear_has_l();
1314 }
1315 inline float ZMQSingleTruthValueMessage::l() const {
1316  return l_;
1317 }
1318 inline void ZMQSingleTruthValueMessage::set_l(float value) {
1319  set_has_l();
1320  l_ = value;
1321 }
1322 
1323 // optional float confidenceLevel = 8;
1325  return (_has_bits_[0] & 0x00000080u) != 0;
1326 }
1328  _has_bits_[0] |= 0x00000080u;
1329 }
1331  _has_bits_[0] &= ~0x00000080u;
1332 }
1334  confidencelevel_ = 0;
1336 }
1338  return confidencelevel_;
1339 }
1342  confidencelevel_ = value;
1343 }
1344 
1345 // optional int32 symmetric = 9;
1347  return (_has_bits_[0] & 0x00000100u) != 0;
1348 }
1350  _has_bits_[0] |= 0x00000100u;
1351 }
1353  _has_bits_[0] &= ~0x00000100u;
1354 }
1356  symmetric_ = 0;
1358 }
1359 inline ::google::protobuf::int32 ZMQSingleTruthValueMessage::symmetric() const {
1360  return symmetric_;
1361 }
1362 inline void ZMQSingleTruthValueMessage::set_symmetric(::google::protobuf::int32 value) {
1364  symmetric_ = value;
1365 }
1366 
1367 // optional float diff = 10;
1369  return (_has_bits_[0] & 0x00000200u) != 0;
1370 }
1372  _has_bits_[0] |= 0x00000200u;
1373 }
1375  _has_bits_[0] &= ~0x00000200u;
1376 }
1378  diff_ = 0;
1379  clear_has_diff();
1380 }
1381 inline float ZMQSingleTruthValueMessage::diff() const {
1382  return diff_;
1383 }
1384 inline void ZMQSingleTruthValueMessage::set_diff(float value) {
1385  set_has_diff();
1386  diff_ = value;
1387 }
1388 
1389 // repeated float firstOrderDistribution = 11;
1391  return firstorderdistribution_.size();
1392 }
1394  firstorderdistribution_.Clear();
1395 }
1397  return firstorderdistribution_.Get(index);
1398 }
1399 inline void ZMQSingleTruthValueMessage::set_firstorderdistribution(int index, float value) {
1400  firstorderdistribution_.Set(index, value);
1401 }
1403  firstorderdistribution_.Add(value);
1404 }
1405 inline const ::google::protobuf::RepeatedField< float >&
1407  return firstorderdistribution_;
1408 }
1409 inline ::google::protobuf::RepeatedField< float >*
1411  return &firstorderdistribution_;
1412 }
1413 
1414 // -------------------------------------------------------------------
1415 
1416 // ZMQTruthValueMessage
1417 
1418 // repeated .ZMQSingleTruthValueMessage singleTruthValue = 1;
1420  return singletruthvalue_.size();
1421 }
1423  singletruthvalue_.Clear();
1424 }
1425 inline const ::ZMQSingleTruthValueMessage& ZMQTruthValueMessage::singletruthvalue(int index) const {
1426  return singletruthvalue_.Get(index);
1427 }
1428 inline ::ZMQSingleTruthValueMessage* ZMQTruthValueMessage::mutable_singletruthvalue(int index) {
1429  return singletruthvalue_.Mutable(index);
1430 }
1431 inline ::ZMQSingleTruthValueMessage* ZMQTruthValueMessage::add_singletruthvalue() {
1432  return singletruthvalue_.Add();
1433 }
1434 inline const ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage >&
1436  return singletruthvalue_;
1437 }
1438 inline ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage >*
1440  return &singletruthvalue_;
1441 }
1442 
1443 // -------------------------------------------------------------------
1444 
1445 // ZMQTrailMessage
1446 
1447 // required int32 maxSize = 1;
1448 inline bool ZMQTrailMessage::has_maxsize() const {
1449  return (_has_bits_[0] & 0x00000001u) != 0;
1450 }
1452  _has_bits_[0] |= 0x00000001u;
1453 }
1455  _has_bits_[0] &= ~0x00000001u;
1456 }
1458  maxsize_ = 0;
1460 }
1461 inline ::google::protobuf::int32 ZMQTrailMessage::maxsize() const {
1462  return maxsize_;
1463 }
1464 inline void ZMQTrailMessage::set_maxsize(::google::protobuf::int32 value) {
1465  set_has_maxsize();
1466  maxsize_ = value;
1467 }
1468 
1469 // repeated uint64 trail = 2;
1470 inline int ZMQTrailMessage::trail_size() const {
1471  return trail_.size();
1472 }
1474  trail_.Clear();
1475 }
1476 inline ::google::protobuf::uint64 ZMQTrailMessage::trail(int index) const {
1477  return trail_.Get(index);
1478 }
1479 inline void ZMQTrailMessage::set_trail(int index, ::google::protobuf::uint64 value) {
1480  trail_.Set(index, value);
1481 }
1482 inline void ZMQTrailMessage::add_trail(::google::protobuf::uint64 value) {
1483  trail_.Add(value);
1484 }
1485 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
1487  return trail_;
1488 }
1489 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
1491  return &trail_;
1492 }
1493 
1494 // -------------------------------------------------------------------
1495 
1496 // ZMQAtomMessage
1497 
1498 // required .ZMQAtomType atomtype = 1;
1499 inline bool ZMQAtomMessage::has_atomtype() const {
1500  return (_has_bits_[0] & 0x00000001u) != 0;
1501 }
1503  _has_bits_[0] |= 0x00000001u;
1504 }
1506  _has_bits_[0] &= ~0x00000001u;
1507 }
1509  atomtype_ = 0;
1511 }
1513  return static_cast< ZMQAtomType >(atomtype_);
1514 }
1516  GOOGLE_DCHECK(ZMQAtomType_IsValid(value));
1517  set_has_atomtype();
1518  atomtype_ = value;
1519 }
1520 
1521 // required .ZMQAttentionValueHolderMessage attentionvalueholder = 2;
1523  return (_has_bits_[0] & 0x00000002u) != 0;
1524 }
1526  _has_bits_[0] |= 0x00000002u;
1527 }
1529  _has_bits_[0] &= ~0x00000002u;
1530 }
1532  if (attentionvalueholder_ != NULL) attentionvalueholder_->::ZMQAttentionValueHolderMessage::Clear();
1534 }
1535 inline const ::ZMQAttentionValueHolderMessage& ZMQAtomMessage::attentionvalueholder() const {
1537 }
1538 inline ::ZMQAttentionValueHolderMessage* ZMQAtomMessage::mutable_attentionvalueholder() {
1540  if (attentionvalueholder_ == NULL) attentionvalueholder_ = new ::ZMQAttentionValueHolderMessage;
1541  return attentionvalueholder_;
1542 }
1543 inline ::ZMQAttentionValueHolderMessage* ZMQAtomMessage::release_attentionvalueholder() {
1546  attentionvalueholder_ = NULL;
1547  return temp;
1548 }
1549 
1550 // required uint64 handle = 3;
1551 inline bool ZMQAtomMessage::has_handle() const {
1552  return (_has_bits_[0] & 0x00000004u) != 0;
1553 }
1555  _has_bits_[0] |= 0x00000004u;
1556 }
1558  _has_bits_[0] &= ~0x00000004u;
1559 }
1561  handle_ = GOOGLE_ULONGLONG(0);
1562  clear_has_handle();
1563 }
1564 inline ::google::protobuf::uint64 ZMQAtomMessage::handle() const {
1565  return handle_;
1566 }
1567 inline void ZMQAtomMessage::set_handle(::google::protobuf::uint64 value) {
1568  set_has_handle();
1569  handle_ = value;
1570 }
1571 
1572 // repeated uint64 incoming = 4;
1573 inline int ZMQAtomMessage::incoming_size() const {
1574  return incoming_.size();
1575 }
1577  incoming_.Clear();
1578 }
1579 inline ::google::protobuf::uint64 ZMQAtomMessage::incoming(int index) const {
1580  return incoming_.Get(index);
1581 }
1582 inline void ZMQAtomMessage::set_incoming(int index, ::google::protobuf::uint64 value) {
1583  incoming_.Set(index, value);
1584 }
1585 inline void ZMQAtomMessage::add_incoming(::google::protobuf::uint64 value) {
1586  incoming_.Add(value);
1587 }
1588 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
1590  return incoming_;
1591 }
1592 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
1594  return &incoming_;
1595 }
1596 
1597 // required int32 type = 5;
1598 inline bool ZMQAtomMessage::has_type() const {
1599  return (_has_bits_[0] & 0x00000010u) != 0;
1600 }
1602  _has_bits_[0] |= 0x00000010u;
1603 }
1605  _has_bits_[0] &= ~0x00000010u;
1606 }
1608  type_ = 0;
1609  clear_has_type();
1610 }
1611 inline ::google::protobuf::int32 ZMQAtomMessage::type() const {
1612  return type_;
1613 }
1614 inline void ZMQAtomMessage::set_type(::google::protobuf::int32 value) {
1615  set_has_type();
1616  type_ = value;
1617 }
1618 
1619 // optional int32 flags = 6;
1620 inline bool ZMQAtomMessage::has_flags() const {
1621  return (_has_bits_[0] & 0x00000020u) != 0;
1622 }
1624  _has_bits_[0] |= 0x00000020u;
1625 }
1627  _has_bits_[0] &= ~0x00000020u;
1628 }
1630  flags_ = 0;
1631  clear_has_flags();
1632 }
1633 inline ::google::protobuf::int32 ZMQAtomMessage::flags() const {
1634  return flags_;
1635 }
1636 inline void ZMQAtomMessage::set_flags(::google::protobuf::int32 value) {
1637  set_has_flags();
1638  flags_ = value;
1639 }
1640 
1641 // optional .ZMQTruthValueMessage truthValue = 7;
1642 inline bool ZMQAtomMessage::has_truthvalue() const {
1643  return (_has_bits_[0] & 0x00000040u) != 0;
1644 }
1646  _has_bits_[0] |= 0x00000040u;
1647 }
1649  _has_bits_[0] &= ~0x00000040u;
1650 }
1652  if (truthvalue_ != NULL) truthvalue_->::ZMQTruthValueMessage::Clear();
1654 }
1655 inline const ::ZMQTruthValueMessage& ZMQAtomMessage::truthvalue() const {
1656  return truthvalue_ != NULL ? *truthvalue_ : *default_instance_->truthvalue_;
1657 }
1658 inline ::ZMQTruthValueMessage* ZMQAtomMessage::mutable_truthvalue() {
1660  if (truthvalue_ == NULL) truthvalue_ = new ::ZMQTruthValueMessage;
1661  return truthvalue_;
1662 }
1663 inline ::ZMQTruthValueMessage* ZMQAtomMessage::release_truthvalue() {
1666  truthvalue_ = NULL;
1667  return temp;
1668 }
1669 
1670 // optional string name = 8;
1671 inline bool ZMQAtomMessage::has_name() const {
1672  return (_has_bits_[0] & 0x00000080u) != 0;
1673 }
1675  _has_bits_[0] |= 0x00000080u;
1676 }
1678  _has_bits_[0] &= ~0x00000080u;
1679 }
1681  if (name_ != &::google::protobuf::internal::kEmptyString) {
1682  name_->clear();
1683  }
1684  clear_has_name();
1685 }
1686 inline const ::std::string& ZMQAtomMessage::name() const {
1687  return *name_;
1688 }
1689 inline void ZMQAtomMessage::set_name(const ::std::string& value) {
1690  set_has_name();
1691  if (name_ == &::google::protobuf::internal::kEmptyString) {
1692  name_ = new ::std::string;
1693  }
1694  name_->assign(value);
1695 }
1696 inline void ZMQAtomMessage::set_name(const char* value) {
1697  set_has_name();
1698  if (name_ == &::google::protobuf::internal::kEmptyString) {
1699  name_ = new ::std::string;
1700  }
1701  name_->assign(value);
1702 }
1703 inline void ZMQAtomMessage::set_name(const char* value, size_t size) {
1704  set_has_name();
1705  if (name_ == &::google::protobuf::internal::kEmptyString) {
1706  name_ = new ::std::string;
1707  }
1708  name_->assign(reinterpret_cast<const char*>(value), size);
1709 }
1710 inline ::std::string* ZMQAtomMessage::mutable_name() {
1711  set_has_name();
1712  if (name_ == &::google::protobuf::internal::kEmptyString) {
1713  name_ = new ::std::string;
1714  }
1715  return name_;
1716 }
1717 inline ::std::string* ZMQAtomMessage::release_name() {
1718  clear_has_name();
1719  if (name_ == &::google::protobuf::internal::kEmptyString) {
1720  return NULL;
1721  } else {
1722  ::std::string* temp = name_;
1723  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
1724  return temp;
1725  }
1726 }
1727 
1728 // repeated uint64 outgoing = 9;
1729 inline int ZMQAtomMessage::outgoing_size() const {
1730  return outgoing_.size();
1731 }
1733  outgoing_.Clear();
1734 }
1735 inline ::google::protobuf::uint64 ZMQAtomMessage::outgoing(int index) const {
1736  return outgoing_.Get(index);
1737 }
1738 inline void ZMQAtomMessage::set_outgoing(int index, ::google::protobuf::uint64 value) {
1739  outgoing_.Set(index, value);
1740 }
1741 inline void ZMQAtomMessage::add_outgoing(::google::protobuf::uint64 value) {
1742  outgoing_.Add(value);
1743 }
1744 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
1746  return outgoing_;
1747 }
1748 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
1750  return &outgoing_;
1751 }
1752 
1753 // optional .ZMQTrailMessage trail = 10;
1754 inline bool ZMQAtomMessage::has_trail() const {
1755  return (_has_bits_[0] & 0x00000200u) != 0;
1756 }
1758  _has_bits_[0] |= 0x00000200u;
1759 }
1761  _has_bits_[0] &= ~0x00000200u;
1762 }
1764  if (trail_ != NULL) trail_->::ZMQTrailMessage::Clear();
1765  clear_has_trail();
1766 }
1767 inline const ::ZMQTrailMessage& ZMQAtomMessage::trail() const {
1768  return trail_ != NULL ? *trail_ : *default_instance_->trail_;
1769 }
1770 inline ::ZMQTrailMessage* ZMQAtomMessage::mutable_trail() {
1771  set_has_trail();
1772  if (trail_ == NULL) trail_ = new ::ZMQTrailMessage;
1773  return trail_;
1774 }
1775 inline ::ZMQTrailMessage* ZMQAtomMessage::release_trail() {
1776  clear_has_trail();
1777  ::ZMQTrailMessage* temp = trail_;
1778  trail_ = NULL;
1779  return temp;
1780 }
1781 
1782 // -------------------------------------------------------------------
1783 
1784 // ZMQRequestMessage
1785 
1786 // required .ZMQFunctionType function = 1;
1787 inline bool ZMQRequestMessage::has_function() const {
1788  return (_has_bits_[0] & 0x00000001u) != 0;
1789 }
1791  _has_bits_[0] |= 0x00000001u;
1792 }
1794  _has_bits_[0] &= ~0x00000001u;
1795 }
1797  function_ = 0;
1799 }
1801  return static_cast< ZMQFunctionType >(function_);
1802 }
1804  GOOGLE_DCHECK(ZMQFunctionType_IsValid(value));
1805  set_has_function();
1806  function_ = value;
1807 }
1808 
1809 // optional uint64 handle = 2;
1810 inline bool ZMQRequestMessage::has_handle() const {
1811  return (_has_bits_[0] & 0x00000002u) != 0;
1812 }
1814  _has_bits_[0] |= 0x00000002u;
1815 }
1817  _has_bits_[0] &= ~0x00000002u;
1818 }
1820  handle_ = GOOGLE_ULONGLONG(0);
1821  clear_has_handle();
1822 }
1823 inline ::google::protobuf::uint64 ZMQRequestMessage::handle() const {
1824  return handle_;
1825 }
1826 inline void ZMQRequestMessage::set_handle(::google::protobuf::uint64 value) {
1827  set_has_handle();
1828  handle_ = value;
1829 }
1830 
1831 // -------------------------------------------------------------------
1832 
1833 // ZMQReplyMessage
1834 
1835 // optional .ZMQAtomMessage atom = 1;
1836 inline bool ZMQReplyMessage::has_atom() const {
1837  return (_has_bits_[0] & 0x00000001u) != 0;
1838 }
1840  _has_bits_[0] |= 0x00000001u;
1841 }
1843  _has_bits_[0] &= ~0x00000001u;
1844 }
1846  if (atom_ != NULL) atom_->::ZMQAtomMessage::Clear();
1847  clear_has_atom();
1848 }
1849 inline const ::ZMQAtomMessage& ZMQReplyMessage::atom() const {
1850  return atom_ != NULL ? *atom_ : *default_instance_->atom_;
1851 }
1852 inline ::ZMQAtomMessage* ZMQReplyMessage::mutable_atom() {
1853  set_has_atom();
1854  if (atom_ == NULL) atom_ = new ::ZMQAtomMessage;
1855  return atom_;
1856 }
1857 inline ::ZMQAtomMessage* ZMQReplyMessage::release_atom() {
1858  clear_has_atom();
1859  ::ZMQAtomMessage* temp = atom_;
1860  atom_ = NULL;
1861  return temp;
1862 }
1863 
1864 // optional string str = 2;
1865 inline bool ZMQReplyMessage::has_str() const {
1866  return (_has_bits_[0] & 0x00000002u) != 0;
1867 }
1869  _has_bits_[0] |= 0x00000002u;
1870 }
1872  _has_bits_[0] &= ~0x00000002u;
1873 }
1875  if (str_ != &::google::protobuf::internal::kEmptyString) {
1876  str_->clear();
1877  }
1878  clear_has_str();
1879 }
1880 inline const ::std::string& ZMQReplyMessage::str() const {
1881  return *str_;
1882 }
1883 inline void ZMQReplyMessage::set_str(const ::std::string& value) {
1884  set_has_str();
1885  if (str_ == &::google::protobuf::internal::kEmptyString) {
1886  str_ = new ::std::string;
1887  }
1888  str_->assign(value);
1889 }
1890 inline void ZMQReplyMessage::set_str(const char* value) {
1891  set_has_str();
1892  if (str_ == &::google::protobuf::internal::kEmptyString) {
1893  str_ = new ::std::string;
1894  }
1895  str_->assign(value);
1896 }
1897 inline void ZMQReplyMessage::set_str(const char* value, size_t size) {
1898  set_has_str();
1899  if (str_ == &::google::protobuf::internal::kEmptyString) {
1900  str_ = new ::std::string;
1901  }
1902  str_->assign(reinterpret_cast<const char*>(value), size);
1903 }
1904 inline ::std::string* ZMQReplyMessage::mutable_str() {
1905  set_has_str();
1906  if (str_ == &::google::protobuf::internal::kEmptyString) {
1907  str_ = new ::std::string;
1908  }
1909  return str_;
1910 }
1911 inline ::std::string* ZMQReplyMessage::release_str() {
1912  clear_has_str();
1913  if (str_ == &::google::protobuf::internal::kEmptyString) {
1914  return NULL;
1915  } else {
1916  ::std::string* temp = str_;
1917  str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
1918  return temp;
1919  }
1920 }
1921 
1922 
1923 // @@protoc_insertion_point(namespace_scope)
1924 
1925 #ifndef SWIG
1926 namespace google {
1927 namespace protobuf {
1928 
1929 template <>
1930 inline const EnumDescriptor* GetEnumDescriptor< ZMQTruthValueType>() {
1932 }
1933 template <>
1934 inline const EnumDescriptor* GetEnumDescriptor< ZMQAtomType>() {
1935  return ZMQAtomType_descriptor();
1936 }
1937 template <>
1938 inline const EnumDescriptor* GetEnumDescriptor< ZMQFunctionType>() {
1939  return ZMQFunctionType_descriptor();
1940 }
1941 
1942 } // namespace google
1943 } // namespace protobuf
1944 #endif // SWIG
1945 
1946 // @@protoc_insertion_point(global_scope)
1947 
1948 #endif // PROTOBUF_ZMQMessages_2eproto__INCLUDED
inline::ZMQTrailMessage * release_trail()
::google::protobuf::RepeatedField< float > firstorderdistribution_
ZMQAtomType
friend void protobuf_AddDesc_ZMQMessages_2eproto()
ZMQTruthValueMessage * New() const
static ZMQVersionHandleMessage * default_instance_
void Swap(ZMQSingleTruthValueMessage *other)
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > outgoing_
inline::google::protobuf::int32 flags() const
const ::std::string & ZMQAtomType_Name(ZMQAtomType value)
static ZMQAtomMessage * default_instance_
static const int kUFieldNumber
bool has_handle() const
void set_indicator(::google::protobuf::uint32 value)
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::ZMQVersionHandleMessage * release_versionhandle()
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
int GetCachedSize() const
static const int kOutgoingFieldNumber
const ::ZMQTrailMessage & trail() const
bool ZMQAtomType_Parse(const ::std::string &name, ZMQAtomType *value)
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_trail()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & incoming() const
inline::google::protobuf::int32 type() const
::google::protobuf::Metadata GetMetadata() const
bool has_substantive() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_confidencelevel(float value)
inline::ZMQAttentionValueHolderMessage * release_attentionvalueholder()
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
void InitAsDefaultInstance()
bool IsInitialized() const
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::google::protobuf::int32 maxsize() const
void set_truthvaluetype(ZMQTruthValueType value)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
inline::ZMQSingleTruthValueMessage * add_singletruthvalue()
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
const ::ZMQTruthValueMessage & truthvalue() const
void Swap(ZMQRequestMessage *other)
const ::std::string & ZMQFunctionType_Name(ZMQFunctionType value)
::google::protobuf::uint32 _has_bits_[(2+31)/32]
void CopyFrom(const ::google::protobuf::Message &from)
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > incoming_
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
::google::protobuf::int32 maxsize_
void InitAsDefaultInstance()
void protobuf_ShutdownFile_ZMQMessages_2eproto()
const ::google::protobuf::EnumDescriptor * ZMQTruthValueType_descriptor()
friend void protobuf_AddDesc_ZMQMessages_2eproto()
int ByteSize() const
bool ZMQFunctionType_Parse(const ::std::string &name, ZMQFunctionType *value)
void CopyFrom(const ::google::protobuf::Message &from)
ZMQAtomMessage & operator=(const ZMQAtomMessage &from)
::google::protobuf::Metadata GetMetadata() const
bool has_trail() const
void Swap(ZMQTrailMessage *other)
ZMQAttentionValueHolderMessage * New() const
::google::protobuf::uint64 handle_
inline::std::string * mutable_name()
inline::ZMQAtomMessage * mutable_atom()
::google::protobuf::UnknownFieldSet _unknown_fields_
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(ZMQTruthValueMessage *other)
static const ZMQRequestMessage & default_instance()
::google::protobuf::UnknownFieldSet _unknown_fields_
bool has_atom() const
static const int kMeanFieldNumber
bool ZMQAtomType_IsValid(int value)
int outgoing_size() const
int GetCachedSize() const
ZMQVersionHandleMessage * New() const
void SetCachedSize(int size) const
void set_substantive(::google::protobuf::uint64 value)
static const int kNameFieldNumber
virtual ~ZMQReplyMessage()
::google::protobuf::uint64 handle_
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
ZMQTrailMessage & operator=(const ZMQTrailMessage &from)
const int ZMQFunctionType_ARRAYSIZE
void set_handle(::google::protobuf::uint64 value)
ZMQTruthValueType truthvaluetype() const
const int ZMQAtomType_ARRAYSIZE
void clear_has_atomtype()
::google::protobuf::uint32 _has_bits_[(2+31)/32]
static const int kAtomtypeFieldNumber
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
ZMQAtomType atomtype() const
::google::protobuf::uint32 _has_bits_[(11+31)/32]
friend void protobuf_AddDesc_ZMQMessages_2eproto()
::google::protobuf::uint32 indicator_
const ZMQTruthValueType ZMQTruthValueType_MIN
inline::google::protobuf::int32 sti() const
const int ZMQTruthValueType_ARRAYSIZE
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
void set_symmetric(::google::protobuf::int32 value)
static const ::google::protobuf::Descriptor * descriptor()
void set_mean(float value)
int GetCachedSize() const
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > trail_
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
void add_firstorderdistribution(float value)
inline::ZMQAtomMessage * release_atom()
bool ZMQTruthValueType_Parse(const ::std::string &name, ZMQTruthValueType *value)
void InitAsDefaultInstance()
void MergeFrom(const ::google::protobuf::Message &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const int kHandleFieldNumber
::google::protobuf::uint32 _has_bits_[(1+31)/32]
inline::std::string * mutable_str()
bool IsInitialized() const
const EnumDescriptor * GetEnumDescriptor< ZMQFunctionType >()
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
static const int kHandleFieldNumber
const ZMQAtomType ZMQAtomType_MIN
const ZMQFunctionType ZMQFunctionType_MIN
void set_incoming(int index,::google::protobuf::uint64 value)
inline::google::protobuf::uint64 handle() const
void clear_has_attentionvalueholder()
void set_name(const ::std::string &value)
void CopyFrom(const ::google::protobuf::Message &from)
static const int kCountFieldNumber
void set_lti(::google::protobuf::int32 value)
::google::protobuf::int32 lti_
void CopyFrom(const ::google::protobuf::Message &from)
const ::ZMQAtomMessage & atom() const
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
static const int kFirstOrderDistributionFieldNumber
static const int kFlagsFieldNumber
::google::protobuf::int32 sti_
void SetCachedSize(int size) const
static const int kLFieldNumber
::google::protobuf::uint32 _has_bits_[(2+31)/32]
inline::ZMQTruthValueMessage * release_truthvalue()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const int kDiffFieldNumber
friend void protobuf_AddDesc_ZMQMessages_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
inline::std::string * release_str()
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const int kAtomFieldNumber
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void protobuf_AddDesc_ZMQMessages_2eproto()
::google::protobuf::Metadata GetMetadata() const
bool has_maxsize() const
void SetCachedSize(int size) const
void set_has_truthvalue()
bool has_flags() const
void SetCachedSize(int size) const
int firstorderdistribution_size() const
inline::google::protobuf::uint32 indicator() const
void add_incoming(::google::protobuf::uint64 value)
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::EnumDescriptor * ZMQAtomType_descriptor()
const EnumDescriptor * GetEnumDescriptor< ZMQTruthValueType >()
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
bool has_attentionvalueholder() const
::google::protobuf::uint32 _has_bits_[(10+31)/32]
void set_outgoing(int index,::google::protobuf::uint64 value)
::google::protobuf::uint64 substantive_
int trail_size() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
ZMQVersionHandleMessage & operator=(const ZMQVersionHandleMessage &from)
::google::protobuf::Metadata GetMetadata() const
void set_type(::google::protobuf::int32 value)
void set_diff(float value)
void MergeFrom(const ::google::protobuf::Message &from)
static const int kStrFieldNumber
bool has_str() const
::google::protobuf::Metadata GetMetadata() const
void MergeFrom(const ::google::protobuf::Message &from)
void set_confidence(float value)
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
void SetCachedSize(int size) const
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_outgoing()
static const int kFunctionFieldNumber
static const ZMQTrailMessage & default_instance()
void protobuf_AddDesc_ZMQMessages_2eproto()
void clear_has_truthvalue()
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void SetCachedSize(int size) const
void set_str(const ::std::string &value)
const ZMQTruthValueType ZMQTruthValueType_MAX
::std::string * name_
::google::protobuf::Metadata GetMetadata() const
static const int kTruthvaluetypeFieldNumber
static ZMQRequestMessage * default_instance_
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
ZMQReplyMessage * New() const
::google::protobuf::uint32 _has_bits_[(3+31)/32]
bool has_atomtype() const
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
void CopyFrom(const ::google::protobuf::Message &from)
inline::ZMQAttentionValueHolderMessage * mutable_attentionvalueholder()
void CopyFrom(const ::google::protobuf::Message &from)
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
static const int kVersionHandleFieldNumber
bool has_name() const
inline::google::protobuf::RepeatedField< float > * mutable_firstorderdistribution()
virtual ~ZMQAtomMessage()
::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage > singletruthvalue_
bool has_handle() const
::ZMQVersionHandleMessage * versionhandle_
ZMQReplyMessage & operator=(const ZMQReplyMessage &from)
void Swap(ZMQAtomMessage *other)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
void CopyFrom(const ::google::protobuf::Message &from)
::ZMQAttentionValueHolderMessage * attentionvalueholder_
static const int kTruthValueFieldNumber
int GetCachedSize() const
::std::string * str_
friend void protobuf_AddDesc_ZMQMessages_2eproto()
void set_trail(int index,::google::protobuf::uint64 value)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
void Swap(ZMQReplyMessage *other)
friend void protobuf_AddDesc_ZMQMessages_2eproto()
static const int kTrailFieldNumber
static const int kSymmetricFieldNumber
ZMQTrailMessage * New() const
::google::protobuf::int32 symmetric_
const ::google::protobuf::EnumDescriptor * ZMQFunctionType_descriptor()
int ByteSize() const
bool has_function() const
void set_maxsize(::google::protobuf::int32 value)
ZMQRequestMessage & operator=(const ZMQRequestMessage &from)
void Swap(ZMQVersionHandleMessage *other)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const int kTypeFieldNumber
static const int kIndicatorFieldNumber
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
const EnumDescriptor * GetEnumDescriptor< ZMQAtomType >()
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
static ZMQTrailMessage * default_instance_
const ::std::string & str() const
void set_has_attentionvalueholder()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & outgoing() const
static const ZMQAttentionValueHolderMessage & default_instance()
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
virtual ~ZMQRequestMessage()
void set_vlti(::google::protobuf::int32 value)
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
inline::google::protobuf::int32 lti() const
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
static const int kSingleTruthValueFieldNumber
void MergeFrom(const ::google::protobuf::Message &from)
static const int kIncomingFieldNumber
::google::protobuf::int32 vlti_
bool ZMQTruthValueType_IsValid(int value)
::ZMQTruthValueMessage * truthvalue_
static ZMQSingleTruthValueMessage * default_instance_
int singletruthvalue_size() const
void add_outgoing(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::int32 flags_
bool ZMQFunctionType_IsValid(int value)
inline::ZMQVersionHandleMessage * mutable_versionhandle()
inline::ZMQTruthValueMessage * mutable_truthvalue()
::google::protobuf::uint32 _has_bits_[(2+31)/32]
inline::google::protobuf::uint64 substantive() const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void MergeFrom(const ::google::protobuf::Message &from)
ZMQTruthValueType
void set_function(ZMQFunctionType value)
void add_trail(::google::protobuf::uint64 value)
static const ZMQVersionHandleMessage & default_instance()
static const int kMaxSizeFieldNumber
void set_firstorderdistribution(int index, float value)
int GetCachedSize() const
::google::protobuf::Metadata GetMetadata() const
void SetCachedSize(int size) const
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::Descriptor * descriptor()
static const int kAttentionvalueholderFieldNumber
::google::protobuf::uint8 * SerializeWithCachedSizesToArray(::google::protobuf::uint8 *output) const
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
inline::google::protobuf::int32 symmetric() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline::google::protobuf::int32 vlti() const
const ::ZMQAttentionValueHolderMessage & attentionvalueholder() const
ZMQSingleTruthValueMessage * New() const
ZMQRequestMessage * New() const
ZMQFunctionType
void clear_attentionvalueholder()
::google::protobuf::UnknownFieldSet _unknown_fields_
static ZMQTruthValueMessage * default_instance_
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & trail() const
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input)
inline::std::string * release_name()
const ZMQFunctionType ZMQFunctionType_MAX
void set_count(float value)
void protobuf_AssignDesc_ZMQMessages_2eproto()
static const ZMQAtomMessage & default_instance()
static const ZMQSingleTruthValueMessage & default_instance()
static ZMQReplyMessage * default_instance_
void set_flags(::google::protobuf::int32 value)
inline::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_incoming()
inline::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage > * mutable_singletruthvalue()
static const ZMQReplyMessage & default_instance()
bool IsInitialized() const
::google::protobuf::UnknownFieldSet _unknown_fields_
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const
static const ZMQTruthValueMessage & default_instance()
void CopyFrom(const ::google::protobuf::Message &from)
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
bool has_truthvalue() const
void MergeFrom(const ::google::protobuf::Message &from)
static const ::google::protobuf::Descriptor * descriptor()
void SetCachedSize(int size) const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
int incoming_size() const
static const int kTrailFieldNumber
const ::std::string & ZMQTruthValueType_Name(ZMQTruthValueType value)
ZMQAtomMessage * New() const
ZMQSingleTruthValueMessage & operator=(const ZMQSingleTruthValueMessage &from)
::ZMQAtomMessage * atom_
void MergeFrom(const ::google::protobuf::Message &from)
static ZMQAttentionValueHolderMessage * default_instance_
::google::protobuf::int32 type_
inline::google::protobuf::uint64 handle() const
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
bool IsInitialized() const
const ::google::protobuf::RepeatedPtrField< ::ZMQSingleTruthValueMessage > & singletruthvalue() const
ZMQFunctionType function() const
void set_sti(::google::protobuf::int32 value)
ZMQTruthValueMessage & operator=(const ZMQTruthValueMessage &from)
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
ZMQAttentionValueHolderMessage & operator=(const ZMQAttentionValueHolderMessage &from)
int ByteSize() const
static const int kConfidenceLevelFieldNumber
inline::ZMQTrailMessage * mutable_trail()
friend void protobuf_ShutdownFile_ZMQMessages_2eproto()
friend void protobuf_AddDesc_ZMQMessages_2eproto()
void set_handle(::google::protobuf::uint64 value)
::ZMQTrailMessage * trail_
const ZMQAtomType ZMQAtomType_MAX
bool has_type() const
const ::google::protobuf::RepeatedField< float > & firstorderdistribution() const
void Swap(ZMQAttentionValueHolderMessage *other)
const ::ZMQVersionHandleMessage & versionhandle() const
static const int kConfidenceFieldNumber
static const int kSubstantiveFieldNumber
virtual ~ZMQTrailMessage()
::google::protobuf::Metadata GetMetadata() const
friend void protobuf_AssignDesc_ZMQMessages_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_atomtype(ZMQAtomType value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void MergeFrom(const ::google::protobuf::Message &from)
int ByteSize() const
const ::std::string & name() const
bool IsInitialized() const