Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
store_server.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/acomms/protobuf/store_server.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
30#include <google/protobuf/repeated_field.h> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/unknown_field_set.h>
34#include <boost/units/quantity.hpp>
35#include <boost/units/absolute.hpp>
36#include <boost/units/dimensionless_type.hpp>
37#include <boost/units/make_scaled_unit.hpp>
38// @@protoc_insertion_point(includes)
39#include <google/protobuf/port_def.inc>
40#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto;
52namespace goby {
53namespace acomms {
54namespace protobuf {
55class StoreServerRequest;
56struct StoreServerRequestDefaultTypeInternal;
57extern StoreServerRequestDefaultTypeInternal _StoreServerRequest_default_instance_;
58class StoreServerResponse;
59struct StoreServerResponseDefaultTypeInternal;
60extern StoreServerResponseDefaultTypeInternal _StoreServerResponse_default_instance_;
61} // namespace protobuf
62} // namespace acomms
63} // namespace goby
64PROTOBUF_NAMESPACE_OPEN
65template<> ::goby::acomms::protobuf::StoreServerRequest* Arena::CreateMaybeMessage<::goby::acomms::protobuf::StoreServerRequest>(Arena*);
66template<> ::goby::acomms::protobuf::StoreServerResponse* Arena::CreateMaybeMessage<::goby::acomms::protobuf::StoreServerResponse>(Arena*);
67PROTOBUF_NAMESPACE_CLOSE
68namespace goby {
69namespace acomms {
70namespace protobuf {
71
72// ===================================================================
73
74class StoreServerRequest final :
75 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.acomms.protobuf.StoreServerRequest) */ {
76 public:
79 explicit PROTOBUF_CONSTEXPR StoreServerRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
80
84 *this = ::std::move(from);
85 }
86
88 CopyFrom(from);
89 return *this;
90 }
92 if (this == &from) return *this;
93 if (GetOwningArena() == from.GetOwningArena()
94 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
95 && GetOwningArena() != nullptr
96 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
97 ) {
98 InternalSwap(&from);
99 } else {
100 CopyFrom(from);
101 }
102 return *this;
103 }
104
105 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
106 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
107 }
108 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
109 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
110 }
111
112 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
113 return GetDescriptor();
114 }
115 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
116 return default_instance().GetMetadata().descriptor;
117 }
118 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
119 return default_instance().GetMetadata().reflection;
120 }
123 }
125 return reinterpret_cast<const StoreServerRequest*>(
127 }
128 static constexpr int kIndexInFileMessages =
129 0;
130
132 a.Swap(&b);
133 }
134 inline void Swap(StoreServerRequest* other) {
135 if (other == this) return;
136 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
137 if (GetOwningArena() != nullptr &&
138 GetOwningArena() == other->GetOwningArena()) {
139 #else // PROTOBUF_FORCE_COPY_IN_SWAP
140 if (GetOwningArena() == other->GetOwningArena()) {
141 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
142 InternalSwap(other);
143 } else {
144 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
145 }
146 }
148 if (other == this) return;
149 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
150 InternalSwap(other);
151 }
152
153 // implements Message ----------------------------------------------
154
155 StoreServerRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
156 return CreateMaybeMessage<StoreServerRequest>(arena);
157 }
158 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
159 void CopyFrom(const StoreServerRequest& from);
160 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
161 void MergeFrom( const StoreServerRequest& from) {
162 StoreServerRequest::MergeImpl(*this, from);
163 }
164 private:
165 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
166 public:
167 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
168 bool IsInitialized() const final;
169
170 size_t ByteSizeLong() const final;
171 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
173 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
174 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
175
176 private:
177 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
178 void SharedDtor();
179 void SetCachedSize(int size) const final;
180 void InternalSwap(StoreServerRequest* other);
181
182 private:
183 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
184 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
185 return "goby.acomms.protobuf.StoreServerRequest";
186 }
187 protected:
188 explicit StoreServerRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
189 bool is_message_owned = false);
190 public:
191
192 static const ClassData _class_data_;
193 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
194
195 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
196
197 // nested types ----------------------------------------------------
198
199 // accessors -------------------------------------------------------
200
201 enum : int {
205 };
206 // repeated .goby.acomms.protobuf.ModemTransmission outbox = 2;
207 int outbox_size() const;
208 private:
209 int _internal_outbox_size() const;
210 public:
213 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
215 private:
216 const ::goby::acomms::protobuf::ModemTransmission& _internal_outbox(int index) const;
217 ::goby::acomms::protobuf::ModemTransmission* _internal_add_outbox();
218 public:
219 const ::goby::acomms::protobuf::ModemTransmission& outbox(int index) const;
221 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
222 outbox() const;
223
224 // optional uint64 request_id = 3;
225 bool has_request_id() const;
226 private:
227 bool _internal_has_request_id() const;
228 public:
229 void clear_request_id();
230 uint64_t request_id() const;
231 void set_request_id(uint64_t value);
232 private:
233 uint64_t _internal_request_id() const;
234 void _internal_set_request_id(uint64_t value);
235 public:
236
237 // required int32 modem_id = 1;
238 bool has_modem_id() const;
239 private:
240 bool _internal_has_modem_id() const;
241 public:
242 void clear_modem_id();
243 int32_t modem_id() const;
244 void set_modem_id(int32_t value);
245 private:
246 int32_t _internal_modem_id() const;
247 void _internal_set_modem_id(int32_t value);
248 public:
249
250 // @@protoc_insertion_point(class_scope:goby.acomms.protobuf.StoreServerRequest)
251 private:
252 class _Internal;
253
254 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
255 typedef void InternalArenaConstructable_;
256 typedef void DestructorSkippable_;
257 struct Impl_ {
258 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
259 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
260 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > outbox_;
261 uint64_t request_id_;
262 int32_t modem_id_;
263 };
264 union { Impl_ _impl_; };
265 friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto;
266};
267// -------------------------------------------------------------------
268
270 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.acomms.protobuf.StoreServerResponse) */ {
271 public:
274 explicit PROTOBUF_CONSTEXPR StoreServerResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
275
279 *this = ::std::move(from);
280 }
281
283 CopyFrom(from);
284 return *this;
285 }
287 if (this == &from) return *this;
288 if (GetOwningArena() == from.GetOwningArena()
289 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
290 && GetOwningArena() != nullptr
291 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
292 ) {
293 InternalSwap(&from);
294 } else {
295 CopyFrom(from);
296 }
297 return *this;
298 }
299
300 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
301 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
302 }
303 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
304 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
305 }
306
307 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
308 return GetDescriptor();
309 }
310 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
311 return default_instance().GetMetadata().descriptor;
312 }
313 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
314 return default_instance().GetMetadata().reflection;
315 }
317 return *internal_default_instance();
318 }
320 return reinterpret_cast<const StoreServerResponse*>(
322 }
323 static constexpr int kIndexInFileMessages =
324 1;
325
327 a.Swap(&b);
328 }
329 inline void Swap(StoreServerResponse* other) {
330 if (other == this) return;
331 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
332 if (GetOwningArena() != nullptr &&
333 GetOwningArena() == other->GetOwningArena()) {
334 #else // PROTOBUF_FORCE_COPY_IN_SWAP
335 if (GetOwningArena() == other->GetOwningArena()) {
336 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
337 InternalSwap(other);
338 } else {
339 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
340 }
341 }
343 if (other == this) return;
344 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
345 InternalSwap(other);
346 }
347
348 // implements Message ----------------------------------------------
349
350 StoreServerResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
351 return CreateMaybeMessage<StoreServerResponse>(arena);
352 }
353 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
354 void CopyFrom(const StoreServerResponse& from);
355 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
356 void MergeFrom( const StoreServerResponse& from) {
357 StoreServerResponse::MergeImpl(*this, from);
358 }
359 private:
360 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
361 public:
362 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
363 bool IsInitialized() const final;
364
365 size_t ByteSizeLong() const final;
366 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
367 uint8_t* _InternalSerialize(
368 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
369 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
370
371 private:
372 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
373 void SharedDtor();
374 void SetCachedSize(int size) const final;
375 void InternalSwap(StoreServerResponse* other);
376
377 private:
378 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
379 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
380 return "goby.acomms.protobuf.StoreServerResponse";
381 }
382 protected:
383 explicit StoreServerResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena,
384 bool is_message_owned = false);
385 public:
386
387 static const ClassData _class_data_;
388 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
389
390 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
391
392 // nested types ----------------------------------------------------
393
394 // accessors -------------------------------------------------------
395
396 enum : int {
397 kInboxFieldNumber = 2,
398 kRequestIdFieldNumber = 3,
399 kModemIdFieldNumber = 1,
400 };
401 // repeated .goby.acomms.protobuf.ModemTransmission inbox = 2;
402 int inbox_size() const;
403 private:
404 int _internal_inbox_size() const;
405 public:
407 ::goby::acomms::protobuf::ModemTransmission* mutable_inbox(int index);
408 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
409 mutable_inbox();
410 private:
411 const ::goby::acomms::protobuf::ModemTransmission& _internal_inbox(int index) const;
412 ::goby::acomms::protobuf::ModemTransmission* _internal_add_inbox();
413 public:
414 const ::goby::acomms::protobuf::ModemTransmission& inbox(int index) const;
416 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
417 inbox() const;
418
419 // optional uint64 request_id = 3;
420 bool has_request_id() const;
421 private:
422 bool _internal_has_request_id() const;
423 public:
424 void clear_request_id();
425 uint64_t request_id() const;
426 void set_request_id(uint64_t value);
427 private:
428 uint64_t _internal_request_id() const;
429 void _internal_set_request_id(uint64_t value);
430 public:
431
432 // required int32 modem_id = 1;
433 bool has_modem_id() const;
434 private:
435 bool _internal_has_modem_id() const;
436 public:
437 void clear_modem_id();
438 int32_t modem_id() const;
439 void set_modem_id(int32_t value);
440 private:
441 int32_t _internal_modem_id() const;
442 void _internal_set_modem_id(int32_t value);
443 public:
444
445 // @@protoc_insertion_point(class_scope:goby.acomms.protobuf.StoreServerResponse)
446 private:
447 class _Internal;
448
449 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
450 typedef void InternalArenaConstructable_;
451 typedef void DestructorSkippable_;
452 struct Impl_ {
453 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
454 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
455 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > inbox_;
456 uint64_t request_id_;
457 int32_t modem_id_;
458 };
459 union { Impl_ _impl_; };
460 friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto;
461};
462// ===================================================================
463
464
465// ===================================================================
466
467#ifdef __GNUC__
468 #pragma GCC diagnostic push
469 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
470#endif // __GNUC__
471// StoreServerRequest
472
473// required int32 modem_id = 1;
474inline bool StoreServerRequest::_internal_has_modem_id() const {
475 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
476 return value;
477}
478inline bool StoreServerRequest::has_modem_id() const {
479 return _internal_has_modem_id();
480}
481inline void StoreServerRequest::clear_modem_id() {
482 _impl_.modem_id_ = 0;
483 _impl_._has_bits_[0] &= ~0x00000002u;
484}
485inline int32_t StoreServerRequest::_internal_modem_id() const {
486 return _impl_.modem_id_;
487}
488inline int32_t StoreServerRequest::modem_id() const {
489 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerRequest.modem_id)
490 return _internal_modem_id();
491}
492inline void StoreServerRequest::_internal_set_modem_id(int32_t value) {
493 _impl_._has_bits_[0] |= 0x00000002u;
494 _impl_.modem_id_ = value;
495}
496inline void StoreServerRequest::set_modem_id(int32_t value) {
497 _internal_set_modem_id(value);
498 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.StoreServerRequest.modem_id)
499}
500
501// repeated .goby.acomms.protobuf.ModemTransmission outbox = 2;
502inline int StoreServerRequest::_internal_outbox_size() const {
503 return _impl_.outbox_.size();
504}
505inline int StoreServerRequest::outbox_size() const {
506 return _internal_outbox_size();
507}
508inline ::goby::acomms::protobuf::ModemTransmission* StoreServerRequest::mutable_outbox(int index) {
509 // @@protoc_insertion_point(field_mutable:goby.acomms.protobuf.StoreServerRequest.outbox)
510 return _impl_.outbox_.Mutable(index);
511}
512inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
513StoreServerRequest::mutable_outbox() {
514 // @@protoc_insertion_point(field_mutable_list:goby.acomms.protobuf.StoreServerRequest.outbox)
515 return &_impl_.outbox_;
516}
517inline const ::goby::acomms::protobuf::ModemTransmission& StoreServerRequest::_internal_outbox(int index) const {
518 return _impl_.outbox_.Get(index);
519}
520inline const ::goby::acomms::protobuf::ModemTransmission& StoreServerRequest::outbox(int index) const {
521 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerRequest.outbox)
522 return _internal_outbox(index);
523}
524inline ::goby::acomms::protobuf::ModemTransmission* StoreServerRequest::_internal_add_outbox() {
525 return _impl_.outbox_.Add();
526}
527inline ::goby::acomms::protobuf::ModemTransmission* StoreServerRequest::add_outbox() {
528 ::goby::acomms::protobuf::ModemTransmission* _add = _internal_add_outbox();
529 // @@protoc_insertion_point(field_add:goby.acomms.protobuf.StoreServerRequest.outbox)
530 return _add;
531}
532inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
533StoreServerRequest::outbox() const {
534 // @@protoc_insertion_point(field_list:goby.acomms.protobuf.StoreServerRequest.outbox)
535 return _impl_.outbox_;
536}
537
538// optional uint64 request_id = 3;
539inline bool StoreServerRequest::_internal_has_request_id() const {
540 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
541 return value;
542}
543inline bool StoreServerRequest::has_request_id() const {
544 return _internal_has_request_id();
545}
546inline void StoreServerRequest::clear_request_id() {
547 _impl_.request_id_ = uint64_t{0u};
548 _impl_._has_bits_[0] &= ~0x00000001u;
549}
550inline uint64_t StoreServerRequest::_internal_request_id() const {
551 return _impl_.request_id_;
552}
553inline uint64_t StoreServerRequest::request_id() const {
554 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerRequest.request_id)
555 return _internal_request_id();
556}
557inline void StoreServerRequest::_internal_set_request_id(uint64_t value) {
558 _impl_._has_bits_[0] |= 0x00000001u;
559 _impl_.request_id_ = value;
560}
561inline void StoreServerRequest::set_request_id(uint64_t value) {
562 _internal_set_request_id(value);
563 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.StoreServerRequest.request_id)
564}
565
566// -------------------------------------------------------------------
567
568// StoreServerResponse
569
570// required int32 modem_id = 1;
571inline bool StoreServerResponse::_internal_has_modem_id() const {
572 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
573 return value;
574}
575inline bool StoreServerResponse::has_modem_id() const {
576 return _internal_has_modem_id();
577}
578inline void StoreServerResponse::clear_modem_id() {
579 _impl_.modem_id_ = 0;
580 _impl_._has_bits_[0] &= ~0x00000002u;
581}
582inline int32_t StoreServerResponse::_internal_modem_id() const {
583 return _impl_.modem_id_;
584}
585inline int32_t StoreServerResponse::modem_id() const {
586 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerResponse.modem_id)
587 return _internal_modem_id();
588}
589inline void StoreServerResponse::_internal_set_modem_id(int32_t value) {
590 _impl_._has_bits_[0] |= 0x00000002u;
591 _impl_.modem_id_ = value;
592}
593inline void StoreServerResponse::set_modem_id(int32_t value) {
594 _internal_set_modem_id(value);
595 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.StoreServerResponse.modem_id)
596}
597
598// repeated .goby.acomms.protobuf.ModemTransmission inbox = 2;
599inline int StoreServerResponse::_internal_inbox_size() const {
600 return _impl_.inbox_.size();
601}
602inline int StoreServerResponse::inbox_size() const {
603 return _internal_inbox_size();
604}
605inline ::goby::acomms::protobuf::ModemTransmission* StoreServerResponse::mutable_inbox(int index) {
606 // @@protoc_insertion_point(field_mutable:goby.acomms.protobuf.StoreServerResponse.inbox)
607 return _impl_.inbox_.Mutable(index);
608}
609inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >*
610StoreServerResponse::mutable_inbox() {
611 // @@protoc_insertion_point(field_mutable_list:goby.acomms.protobuf.StoreServerResponse.inbox)
612 return &_impl_.inbox_;
613}
614inline const ::goby::acomms::protobuf::ModemTransmission& StoreServerResponse::_internal_inbox(int index) const {
615 return _impl_.inbox_.Get(index);
616}
617inline const ::goby::acomms::protobuf::ModemTransmission& StoreServerResponse::inbox(int index) const {
618 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerResponse.inbox)
619 return _internal_inbox(index);
620}
621inline ::goby::acomms::protobuf::ModemTransmission* StoreServerResponse::_internal_add_inbox() {
622 return _impl_.inbox_.Add();
623}
624inline ::goby::acomms::protobuf::ModemTransmission* StoreServerResponse::add_inbox() {
625 ::goby::acomms::protobuf::ModemTransmission* _add = _internal_add_inbox();
626 // @@protoc_insertion_point(field_add:goby.acomms.protobuf.StoreServerResponse.inbox)
627 return _add;
628}
629inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission >&
630StoreServerResponse::inbox() const {
631 // @@protoc_insertion_point(field_list:goby.acomms.protobuf.StoreServerResponse.inbox)
632 return _impl_.inbox_;
633}
634
635// optional uint64 request_id = 3;
636inline bool StoreServerResponse::_internal_has_request_id() const {
637 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
638 return value;
639}
640inline bool StoreServerResponse::has_request_id() const {
641 return _internal_has_request_id();
642}
643inline void StoreServerResponse::clear_request_id() {
644 _impl_.request_id_ = uint64_t{0u};
645 _impl_._has_bits_[0] &= ~0x00000001u;
646}
647inline uint64_t StoreServerResponse::_internal_request_id() const {
648 return _impl_.request_id_;
649}
650inline uint64_t StoreServerResponse::request_id() const {
651 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StoreServerResponse.request_id)
652 return _internal_request_id();
653}
654inline void StoreServerResponse::_internal_set_request_id(uint64_t value) {
655 _impl_._has_bits_[0] |= 0x00000001u;
656 _impl_.request_id_ = value;
657}
658inline void StoreServerResponse::set_request_id(uint64_t value) {
659 _internal_set_request_id(value);
660 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.StoreServerResponse.request_id)
661}
662
663#ifdef __GNUC__
664 #pragma GCC diagnostic pop
665#endif // __GNUC__
666// -------------------------------------------------------------------
667
668
669// @@protoc_insertion_point(namespace_scope)
670
671} // namespace protobuf
672} // namespace acomms
673} // namespace goby
674
675// @@protoc_insertion_point(global_scope)
676
677#include <google/protobuf/port_undef.inc>
678#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
::goby::acomms::protobuf::ModemTransmission * add_outbox()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & outbox() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
StoreServerRequest(StoreServerRequest &&from) noexcept
void UnsafeArenaSwap(StoreServerRequest *other)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
StoreServerRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
void CopyFrom(const StoreServerRequest &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
StoreServerRequest(const StoreServerRequest &from)
void Swap(StoreServerRequest *other)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_outbox()
StoreServerRequest & operator=(StoreServerRequest &&from) noexcept
friend void swap(StoreServerRequest &a, StoreServerRequest &b)
PROTOBUF_CONSTEXPR StoreServerRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
StoreServerRequest(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const StoreServerRequest & default_instance()
StoreServerRequest & operator=(const StoreServerRequest &from)
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
static const StoreServerRequest * internal_default_instance()
void MergeFrom(const StoreServerRequest &from)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
StoreServerResponse(const StoreServerResponse &from)
PROTOBUF_CONSTEXPR StoreServerResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const StoreServerResponse &from)
StoreServerResponse(StoreServerResponse &&from) noexcept
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
StoreServerResponse & operator=(const StoreServerResponse &from)
void Swap(StoreServerResponse *other)
void CopyFrom(const StoreServerResponse &from)
void UnsafeArenaSwap(StoreServerResponse *other)
StoreServerResponse * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
static const StoreServerResponse * internal_default_instance()
StoreServerResponse & operator=(StoreServerResponse &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
StoreServerResponse(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const StoreServerResponse & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
friend void swap(StoreServerResponse &a, StoreServerResponse &b)
StoreServerResponseDefaultTypeInternal _StoreServerResponse_default_instance_
StoreServerRequestDefaultTypeInternal _StoreServerRequest_default_instance_
The global namespace for the Goby project.
#define ByteSizeLong
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto