Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
route.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/acomms/protobuf/route.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2froute_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2froute_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>
33#include "dccl/option_extensions.pb.h"
34#include <boost/units/quantity.hpp>
35#include <boost/units/absolute.hpp>
36#include <boost/units/dimensionless_type.hpp>
37#include <boost/units/make_scaled_unit.hpp>
38
39#include <boost/units/systems/si.hpp>
40// @@protoc_insertion_point(includes)
41#include <google/protobuf/port_def.inc>
42#define PROTOBUF_INTERNAL_EXPORT_goby_2facomms_2fprotobuf_2froute_2eproto
43PROTOBUF_NAMESPACE_OPEN
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47PROTOBUF_NAMESPACE_CLOSE
48
49// Internal implementation detail -- do not use these members.
53extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2froute_2eproto;
54namespace goby {
55namespace acomms {
56namespace protobuf {
57class RouteCommand;
58struct RouteCommandDefaultTypeInternal;
59extern RouteCommandDefaultTypeInternal _RouteCommand_default_instance_;
60class RouteManagerConfig;
61struct RouteManagerConfigDefaultTypeInternal;
62extern RouteManagerConfigDefaultTypeInternal _RouteManagerConfig_default_instance_;
63class StaticRoute;
64struct StaticRouteDefaultTypeInternal;
65extern StaticRouteDefaultTypeInternal _StaticRoute_default_instance_;
66} // namespace protobuf
67} // namespace acomms
68} // namespace goby
69PROTOBUF_NAMESPACE_OPEN
70template<> ::goby::acomms::protobuf::RouteCommand* Arena::CreateMaybeMessage<::goby::acomms::protobuf::RouteCommand>(Arena*);
71template<> ::goby::acomms::protobuf::RouteManagerConfig* Arena::CreateMaybeMessage<::goby::acomms::protobuf::RouteManagerConfig>(Arena*);
72template<> ::goby::acomms::protobuf::StaticRoute* Arena::CreateMaybeMessage<::goby::acomms::protobuf::StaticRoute>(Arena*);
73PROTOBUF_NAMESPACE_CLOSE
74namespace goby {
75namespace acomms {
76namespace protobuf {
77
78// ===================================================================
79
80class StaticRoute final :
81 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.acomms.protobuf.StaticRoute) */ {
82 public:
83 inline StaticRoute() : StaticRoute(nullptr) {}
84 ~StaticRoute() override;
85 explicit PROTOBUF_CONSTEXPR StaticRoute(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
86
88 StaticRoute(StaticRoute&& from) noexcept
89 : StaticRoute() {
90 *this = ::std::move(from);
91 }
92
93 inline StaticRoute& operator=(const StaticRoute& from) {
94 CopyFrom(from);
95 return *this;
96 }
97 inline StaticRoute& operator=(StaticRoute&& from) noexcept {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }
110
111 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
112 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
113 }
114 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
115 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
116 }
117
118 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
119 return GetDescriptor();
120 }
121 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
122 return default_instance().GetMetadata().descriptor;
123 }
124 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
125 return default_instance().GetMetadata().reflection;
126 }
129 }
130 static inline const StaticRoute* internal_default_instance() {
131 return reinterpret_cast<const StaticRoute*>(
133 }
134 static constexpr int kIndexInFileMessages =
135 0;
136
137 friend void swap(StaticRoute& a, StaticRoute& b) {
138 a.Swap(&b);
139 }
140 inline void Swap(StaticRoute* other) {
141 if (other == this) return;
142 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() != nullptr &&
144 GetOwningArena() == other->GetOwningArena()) {
145 #else // PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
148 InternalSwap(other);
149 } else {
150 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
151 }
152 }
154 if (other == this) return;
155 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }
158
159 // implements Message ----------------------------------------------
160
161 StaticRoute* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
162 return CreateMaybeMessage<StaticRoute>(arena);
163 }
164 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
165 void CopyFrom(const StaticRoute& from);
166 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
167 void MergeFrom( const StaticRoute& from) {
168 StaticRoute::MergeImpl(*this, from);
169 }
170 private:
171 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
172 public:
173 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
174 bool IsInitialized() const final;
175
176 size_t ByteSizeLong() const final;
177 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
179 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
180 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
181
182 private:
183 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
184 void SharedDtor();
185 void SetCachedSize(int size) const final;
186 void InternalSwap(StaticRoute* other);
187
188 private:
189 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
190 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
191 return "goby.acomms.protobuf.StaticRoute";
192 }
193 protected:
194 explicit StaticRoute(::PROTOBUF_NAMESPACE_ID::Arena* arena,
195 bool is_message_owned = false);
196 public:
197
198 static const ClassData _class_data_;
199 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
200
201 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
202
203 // nested types ----------------------------------------------------
204
205 // accessors -------------------------------------------------------
206
207 enum : int {
209 };
210 // repeated int32 hop = 1 [(.dccl.field) = {
211 int hop_size() const;
212 private:
213 int _internal_hop_size() const;
214 public:
215 void clear_hop();
216 private:
217 int32_t _internal_hop(int index) const;
218 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
219 _internal_hop() const;
220 void _internal_add_hop(int32_t value);
221 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
222 _internal_mutable_hop();
223 public:
224 int32_t hop(int index) const;
225 void set_hop(int index, int32_t value);
226 void add_hop(int32_t value);
227 const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
228 hop() const;
229 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
230 mutable_hop();
231
232 // @@protoc_insertion_point(class_scope:goby.acomms.protobuf.StaticRoute)
233 private:
234 class _Internal;
235
236 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
237 typedef void InternalArenaConstructable_;
238 typedef void DestructorSkippable_;
239 struct Impl_ {
240 ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > hop_;
241 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
242 };
243 union { Impl_ _impl_; };
244 friend struct ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto;
245};
246// -------------------------------------------------------------------
247
249 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.acomms.protobuf.RouteManagerConfig) */ {
250 public:
253 explicit PROTOBUF_CONSTEXPR RouteManagerConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
254
258 *this = ::std::move(from);
259 }
260
262 CopyFrom(from);
263 return *this;
264 }
266 if (this == &from) return *this;
267 if (GetOwningArena() == from.GetOwningArena()
268 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
269 && GetOwningArena() != nullptr
270 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
271 ) {
272 InternalSwap(&from);
273 } else {
274 CopyFrom(from);
275 }
276 return *this;
277 }
278
279 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
280 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
281 }
282 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
283 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
284 }
285
286 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
287 return GetDescriptor();
288 }
289 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
290 return default_instance().GetMetadata().descriptor;
291 }
292 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
293 return default_instance().GetMetadata().reflection;
294 }
296 return *internal_default_instance();
297 }
299 return reinterpret_cast<const RouteManagerConfig*>(
301 }
302 static constexpr int kIndexInFileMessages =
303 1;
304
306 a.Swap(&b);
307 }
308 inline void Swap(RouteManagerConfig* other) {
309 if (other == this) return;
310 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
311 if (GetOwningArena() != nullptr &&
312 GetOwningArena() == other->GetOwningArena()) {
313 #else // PROTOBUF_FORCE_COPY_IN_SWAP
314 if (GetOwningArena() == other->GetOwningArena()) {
315 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
316 InternalSwap(other);
317 } else {
318 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
319 }
320 }
322 if (other == this) return;
323 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
324 InternalSwap(other);
325 }
326
327 // implements Message ----------------------------------------------
328
329 RouteManagerConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
330 return CreateMaybeMessage<RouteManagerConfig>(arena);
331 }
332 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
333 void CopyFrom(const RouteManagerConfig& from);
334 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
335 void MergeFrom( const RouteManagerConfig& from) {
336 RouteManagerConfig::MergeImpl(*this, from);
337 }
338 private:
339 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
340 public:
341 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
342 bool IsInitialized() const final;
343
344 size_t ByteSizeLong() const final;
345 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
346 uint8_t* _InternalSerialize(
347 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
348 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
349
350 private:
351 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
352 void SharedDtor();
353 void SetCachedSize(int size) const final;
354 void InternalSwap(RouteManagerConfig* other);
355
356 private:
357 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
358 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
359 return "goby.acomms.protobuf.RouteManagerConfig";
360 }
361 protected:
362 explicit RouteManagerConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena,
363 bool is_message_owned = false);
364 public:
365
366 static const ClassData _class_data_;
367 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
368
369 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
370
371 // nested types ----------------------------------------------------
372
373 // accessors -------------------------------------------------------
374
375 enum : int {
376 kRouteFieldNumber = 1,
377 kDefaultGatewayFieldNumber = 3,
378 kSubnetMaskFieldNumber = 2,
379 };
380 // optional .goby.acomms.protobuf.StaticRoute route = 1;
381 bool has_route() const;
382 private:
383 bool _internal_has_route() const;
384 public:
385 void clear_route();
386 const ::goby::acomms::protobuf::StaticRoute& route() const;
387 PROTOBUF_NODISCARD ::goby::acomms::protobuf::StaticRoute* release_route();
389 void set_allocated_route(::goby::acomms::protobuf::StaticRoute* route);
390 private:
391 const ::goby::acomms::protobuf::StaticRoute& _internal_route() const;
392 ::goby::acomms::protobuf::StaticRoute* _internal_mutable_route();
393 public:
394 void unsafe_arena_set_allocated_route(
396 ::goby::acomms::protobuf::StaticRoute* unsafe_arena_release_route();
397
398 // optional uint32 default_gateway = 3;
399 bool has_default_gateway() const;
400 private:
401 bool _internal_has_default_gateway() const;
402 public:
403 void clear_default_gateway();
404 uint32_t default_gateway() const;
405 void set_default_gateway(uint32_t value);
406 private:
407 uint32_t _internal_default_gateway() const;
408 void _internal_set_default_gateway(uint32_t value);
409 public:
410
411 // optional uint32 subnet_mask = 2 [default = 4294967040];
412 bool has_subnet_mask() const;
413 private:
414 bool _internal_has_subnet_mask() const;
415 public:
416 void clear_subnet_mask();
417 uint32_t subnet_mask() const;
418 void set_subnet_mask(uint32_t value);
419 private:
420 uint32_t _internal_subnet_mask() const;
421 void _internal_set_subnet_mask(uint32_t value);
422 public:
423
424 // @@protoc_insertion_point(class_scope:goby.acomms.protobuf.RouteManagerConfig)
425 private:
426 class _Internal;
427
428 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
429 typedef void InternalArenaConstructable_;
430 typedef void DestructorSkippable_;
431 struct Impl_ {
432 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
433 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
435 uint32_t default_gateway_;
436 uint32_t subnet_mask_;
437 };
438 union { Impl_ _impl_; };
439 friend struct ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto;
440};
441// -------------------------------------------------------------------
442
443class RouteCommand final :
444 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.acomms.protobuf.RouteCommand) */ {
445 public:
446 inline RouteCommand() : RouteCommand(nullptr) {}
447 ~RouteCommand() override;
448 explicit PROTOBUF_CONSTEXPR RouteCommand(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
449
451 RouteCommand(RouteCommand&& from) noexcept
452 : RouteCommand() {
453 *this = ::std::move(from);
454 }
455
456 inline RouteCommand& operator=(const RouteCommand& from) {
457 CopyFrom(from);
458 return *this;
459 }
460 inline RouteCommand& operator=(RouteCommand&& from) noexcept {
461 if (this == &from) return *this;
462 if (GetOwningArena() == from.GetOwningArena()
463 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
464 && GetOwningArena() != nullptr
465 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
466 ) {
467 InternalSwap(&from);
468 } else {
469 CopyFrom(from);
470 }
471 return *this;
472 }
473
474 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
475 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
476 }
477 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
478 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
479 }
480
481 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
482 return GetDescriptor();
483 }
484 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
485 return default_instance().GetMetadata().descriptor;
486 }
487 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
488 return default_instance().GetMetadata().reflection;
489 }
491 return *internal_default_instance();
492 }
494 return reinterpret_cast<const RouteCommand*>(
496 }
497 static constexpr int kIndexInFileMessages =
498 2;
499
500 friend void swap(RouteCommand& a, RouteCommand& b) {
501 a.Swap(&b);
502 }
503 inline void Swap(RouteCommand* other) {
504 if (other == this) return;
505 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
506 if (GetOwningArena() != nullptr &&
507 GetOwningArena() == other->GetOwningArena()) {
508 #else // PROTOBUF_FORCE_COPY_IN_SWAP
509 if (GetOwningArena() == other->GetOwningArena()) {
510 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
511 InternalSwap(other);
512 } else {
513 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
514 }
515 }
517 if (other == this) return;
518 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
519 InternalSwap(other);
520 }
521
522 // implements Message ----------------------------------------------
523
524 RouteCommand* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
525 return CreateMaybeMessage<RouteCommand>(arena);
526 }
527 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
528 void CopyFrom(const RouteCommand& from);
529 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
530 void MergeFrom( const RouteCommand& from) {
531 RouteCommand::MergeImpl(*this, from);
532 }
533 private:
534 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
535 public:
536 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
537 bool IsInitialized() const final;
538
539 size_t ByteSizeLong() const final;
540 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
541 uint8_t* _InternalSerialize(
542 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
543 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
544
545 private:
546 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
547 void SharedDtor();
548 void SetCachedSize(int size) const final;
549 void InternalSwap(RouteCommand* other);
550
551 private:
552 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
553 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
554 return "goby.acomms.protobuf.RouteCommand";
555 }
556 protected:
557 explicit RouteCommand(::PROTOBUF_NAMESPACE_ID::Arena* arena,
558 bool is_message_owned = false);
559 public:
560
561 static const ClassData _class_data_;
562 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
563
564 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
565
566 // nested types ----------------------------------------------------
567
568 // accessors -------------------------------------------------------
569
570 enum : int {
571 kNewRouteFieldNumber = 4,
572 kSrcFieldNumber = 1,
573 kDestFieldNumber = 2,
574 kTimeFieldNumber = 3,
575 };
576 // optional .goby.acomms.protobuf.StaticRoute new_route = 4;
577 bool has_new_route() const;
578 private:
579 bool _internal_has_new_route() const;
580 public:
581 void clear_new_route();
582 const ::goby::acomms::protobuf::StaticRoute& new_route() const;
583 PROTOBUF_NODISCARD ::goby::acomms::protobuf::StaticRoute* release_new_route();
584 ::goby::acomms::protobuf::StaticRoute* mutable_new_route();
585 void set_allocated_new_route(::goby::acomms::protobuf::StaticRoute* new_route);
586 private:
587 const ::goby::acomms::protobuf::StaticRoute& _internal_new_route() const;
588 ::goby::acomms::protobuf::StaticRoute* _internal_mutable_new_route();
589 public:
590 void unsafe_arena_set_allocated_new_route(
592 ::goby::acomms::protobuf::StaticRoute* unsafe_arena_release_new_route();
593
594 // optional int32 src = 1 [(.dccl.field) = {
595 bool has_src() const;
596 private:
597 bool _internal_has_src() const;
598 public:
599 void clear_src();
600 int32_t src() const;
601 void set_src(int32_t value);
602 private:
603 int32_t _internal_src() const;
604 void _internal_set_src(int32_t value);
605 public:
606
607 // optional int32 dest = 2 [(.dccl.field) = {
608 bool has_dest() const;
609 private:
610 bool _internal_has_dest() const;
611 public:
612 void clear_dest();
613 int32_t dest() const;
614 void set_dest(int32_t value);
615 private:
616 int32_t _internal_dest() const;
617 void _internal_set_dest(int32_t value);
618 public:
619
620 // optional uint64 time = 3 [(.dccl.field) = {
621 bool has_time() const;
622 private:
623 bool _internal_has_time() const;
624 public:
625 void clear_time();
626 uint64_t time() const;
627 void set_time(uint64_t value);
628 private:
629 uint64_t _internal_time() const;
630 void _internal_set_time(uint64_t value);
631 public:
632
633 enum DCCLParameters { DCCL_ID = 514, DCCL_MAX_BYTES = 64 };
634 typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type time_dimension;
635
636 typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-6> > >::type time_unit;
637
638 template<typename Quantity >
639 void set_time_with_units(Quantity value_w_units)
640 { set_time(boost::units::quantity<time_unit,google::protobuf::uint64 >(value_w_units).value() ); };
641
642 template<typename Quantity >
643 Quantity time_with_units() const
644 { return Quantity(time() * time_unit()); };
645
646 boost::units::quantity< time_unit,google::protobuf::uint64 > time_with_units() const
647 { return time_with_units<boost::units::quantity< time_unit,google::protobuf::uint64 > >(); };
648
649 // @@protoc_insertion_point(class_scope:goby.acomms.protobuf.RouteCommand)
650 private:
651 class _Internal;
652
653 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
654 typedef void InternalArenaConstructable_;
655 typedef void DestructorSkippable_;
656 struct Impl_ {
657 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
658 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
660 int32_t src_;
661 int32_t dest_;
662 uint64_t time_;
663 };
664 union { Impl_ _impl_; };
665 friend struct ::TableStruct_goby_2facomms_2fprotobuf_2froute_2eproto;
666};
667// ===================================================================
668
669
670// ===================================================================
671
672#ifdef __GNUC__
673 #pragma GCC diagnostic push
674 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
675#endif // __GNUC__
676// StaticRoute
677
678// repeated int32 hop = 1 [(.dccl.field) = {
679inline int StaticRoute::_internal_hop_size() const {
680 return _impl_.hop_.size();
681}
682inline int StaticRoute::hop_size() const {
683 return _internal_hop_size();
684}
685inline void StaticRoute::clear_hop() {
686 _impl_.hop_.Clear();
687}
688inline int32_t StaticRoute::_internal_hop(int index) const {
689 return _impl_.hop_.Get(index);
690}
691inline int32_t StaticRoute::hop(int index) const {
692 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.StaticRoute.hop)
693 return _internal_hop(index);
694}
695inline void StaticRoute::set_hop(int index, int32_t value) {
696 _impl_.hop_.Set(index, value);
697 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.StaticRoute.hop)
698}
699inline void StaticRoute::_internal_add_hop(int32_t value) {
700 _impl_.hop_.Add(value);
701}
702inline void StaticRoute::add_hop(int32_t value) {
703 _internal_add_hop(value);
704 // @@protoc_insertion_point(field_add:goby.acomms.protobuf.StaticRoute.hop)
705}
706inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
707StaticRoute::_internal_hop() const {
708 return _impl_.hop_;
709}
710inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
711StaticRoute::hop() const {
712 // @@protoc_insertion_point(field_list:goby.acomms.protobuf.StaticRoute.hop)
713 return _internal_hop();
714}
715inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
716StaticRoute::_internal_mutable_hop() {
717 return &_impl_.hop_;
718}
719inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
720StaticRoute::mutable_hop() {
721 // @@protoc_insertion_point(field_mutable_list:goby.acomms.protobuf.StaticRoute.hop)
722 return _internal_mutable_hop();
723}
724
725// -------------------------------------------------------------------
726
727// RouteManagerConfig
728
729// optional .goby.acomms.protobuf.StaticRoute route = 1;
730inline bool RouteManagerConfig::_internal_has_route() const {
731 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
732 PROTOBUF_ASSUME(!value || _impl_.route_ != nullptr);
733 return value;
734}
735inline bool RouteManagerConfig::has_route() const {
736 return _internal_has_route();
737}
738inline void RouteManagerConfig::clear_route() {
739 if (_impl_.route_ != nullptr) _impl_.route_->Clear();
740 _impl_._has_bits_[0] &= ~0x00000001u;
741}
742inline const ::goby::acomms::protobuf::StaticRoute& RouteManagerConfig::_internal_route() const {
743 const ::goby::acomms::protobuf::StaticRoute* p = _impl_.route_;
744 return p != nullptr ? *p : reinterpret_cast<const ::goby::acomms::protobuf::StaticRoute&>(
746}
747inline const ::goby::acomms::protobuf::StaticRoute& RouteManagerConfig::route() const {
748 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteManagerConfig.route)
749 return _internal_route();
750}
751inline void RouteManagerConfig::unsafe_arena_set_allocated_route(
753 if (GetArenaForAllocation() == nullptr) {
754 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.route_);
755 }
756 _impl_.route_ = route;
757 if (route) {
758 _impl_._has_bits_[0] |= 0x00000001u;
759 } else {
760 _impl_._has_bits_[0] &= ~0x00000001u;
761 }
762 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.acomms.protobuf.RouteManagerConfig.route)
763}
764inline ::goby::acomms::protobuf::StaticRoute* RouteManagerConfig::release_route() {
765 _impl_._has_bits_[0] &= ~0x00000001u;
766 ::goby::acomms::protobuf::StaticRoute* temp = _impl_.route_;
767 _impl_.route_ = nullptr;
768#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
769 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
770 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
771 if (GetArenaForAllocation() == nullptr) { delete old; }
772#else // PROTOBUF_FORCE_COPY_IN_RELEASE
773 if (GetArenaForAllocation() != nullptr) {
774 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
775 }
776#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
777 return temp;
778}
779inline ::goby::acomms::protobuf::StaticRoute* RouteManagerConfig::unsafe_arena_release_route() {
780 // @@protoc_insertion_point(field_release:goby.acomms.protobuf.RouteManagerConfig.route)
781 _impl_._has_bits_[0] &= ~0x00000001u;
782 ::goby::acomms::protobuf::StaticRoute* temp = _impl_.route_;
783 _impl_.route_ = nullptr;
784 return temp;
785}
786inline ::goby::acomms::protobuf::StaticRoute* RouteManagerConfig::_internal_mutable_route() {
787 _impl_._has_bits_[0] |= 0x00000001u;
788 if (_impl_.route_ == nullptr) {
789 auto* p = CreateMaybeMessage<::goby::acomms::protobuf::StaticRoute>(GetArenaForAllocation());
790 _impl_.route_ = p;
791 }
792 return _impl_.route_;
793}
794inline ::goby::acomms::protobuf::StaticRoute* RouteManagerConfig::mutable_route() {
795 ::goby::acomms::protobuf::StaticRoute* _msg = _internal_mutable_route();
796 // @@protoc_insertion_point(field_mutable:goby.acomms.protobuf.RouteManagerConfig.route)
797 return _msg;
798}
799inline void RouteManagerConfig::set_allocated_route(::goby::acomms::protobuf::StaticRoute* route) {
800 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
801 if (message_arena == nullptr) {
802 delete _impl_.route_;
803 }
804 if (route) {
805 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
806 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(route);
807 if (message_arena != submessage_arena) {
808 route = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
809 message_arena, route, submessage_arena);
810 }
811 _impl_._has_bits_[0] |= 0x00000001u;
812 } else {
813 _impl_._has_bits_[0] &= ~0x00000001u;
814 }
815 _impl_.route_ = route;
816 // @@protoc_insertion_point(field_set_allocated:goby.acomms.protobuf.RouteManagerConfig.route)
817}
818
819// optional uint32 subnet_mask = 2 [default = 4294967040];
820inline bool RouteManagerConfig::_internal_has_subnet_mask() const {
821 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
822 return value;
823}
824inline bool RouteManagerConfig::has_subnet_mask() const {
825 return _internal_has_subnet_mask();
826}
827inline void RouteManagerConfig::clear_subnet_mask() {
828 _impl_.subnet_mask_ = 4294967040u;
829 _impl_._has_bits_[0] &= ~0x00000004u;
830}
831inline uint32_t RouteManagerConfig::_internal_subnet_mask() const {
832 return _impl_.subnet_mask_;
833}
834inline uint32_t RouteManagerConfig::subnet_mask() const {
835 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteManagerConfig.subnet_mask)
836 return _internal_subnet_mask();
837}
838inline void RouteManagerConfig::_internal_set_subnet_mask(uint32_t value) {
839 _impl_._has_bits_[0] |= 0x00000004u;
840 _impl_.subnet_mask_ = value;
841}
842inline void RouteManagerConfig::set_subnet_mask(uint32_t value) {
843 _internal_set_subnet_mask(value);
844 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.RouteManagerConfig.subnet_mask)
845}
846
847// optional uint32 default_gateway = 3;
848inline bool RouteManagerConfig::_internal_has_default_gateway() const {
849 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
850 return value;
851}
852inline bool RouteManagerConfig::has_default_gateway() const {
853 return _internal_has_default_gateway();
854}
855inline void RouteManagerConfig::clear_default_gateway() {
856 _impl_.default_gateway_ = 0u;
857 _impl_._has_bits_[0] &= ~0x00000002u;
858}
859inline uint32_t RouteManagerConfig::_internal_default_gateway() const {
860 return _impl_.default_gateway_;
861}
862inline uint32_t RouteManagerConfig::default_gateway() const {
863 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteManagerConfig.default_gateway)
864 return _internal_default_gateway();
865}
866inline void RouteManagerConfig::_internal_set_default_gateway(uint32_t value) {
867 _impl_._has_bits_[0] |= 0x00000002u;
868 _impl_.default_gateway_ = value;
869}
870inline void RouteManagerConfig::set_default_gateway(uint32_t value) {
871 _internal_set_default_gateway(value);
872 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.RouteManagerConfig.default_gateway)
873}
874
875// -------------------------------------------------------------------
876
877// RouteCommand
878
879// optional int32 src = 1 [(.dccl.field) = {
880inline bool RouteCommand::_internal_has_src() const {
881 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
882 return value;
883}
884inline bool RouteCommand::has_src() const {
885 return _internal_has_src();
886}
887inline void RouteCommand::clear_src() {
888 _impl_.src_ = 0;
889 _impl_._has_bits_[0] &= ~0x00000002u;
890}
891inline int32_t RouteCommand::_internal_src() const {
892 return _impl_.src_;
893}
894inline int32_t RouteCommand::src() const {
895 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteCommand.src)
896 return _internal_src();
897}
898inline void RouteCommand::_internal_set_src(int32_t value) {
899 _impl_._has_bits_[0] |= 0x00000002u;
900 _impl_.src_ = value;
901}
902inline void RouteCommand::set_src(int32_t value) {
903 _internal_set_src(value);
904 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.RouteCommand.src)
905}
906
907// optional int32 dest = 2 [(.dccl.field) = {
908inline bool RouteCommand::_internal_has_dest() const {
909 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
910 return value;
911}
912inline bool RouteCommand::has_dest() const {
913 return _internal_has_dest();
914}
915inline void RouteCommand::clear_dest() {
916 _impl_.dest_ = 0;
917 _impl_._has_bits_[0] &= ~0x00000004u;
918}
919inline int32_t RouteCommand::_internal_dest() const {
920 return _impl_.dest_;
921}
922inline int32_t RouteCommand::dest() const {
923 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteCommand.dest)
924 return _internal_dest();
925}
926inline void RouteCommand::_internal_set_dest(int32_t value) {
927 _impl_._has_bits_[0] |= 0x00000004u;
928 _impl_.dest_ = value;
929}
930inline void RouteCommand::set_dest(int32_t value) {
931 _internal_set_dest(value);
932 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.RouteCommand.dest)
933}
934
935// optional uint64 time = 3 [(.dccl.field) = {
936inline bool RouteCommand::_internal_has_time() const {
937 bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0;
938 return value;
939}
940inline bool RouteCommand::has_time() const {
941 return _internal_has_time();
942}
943inline void RouteCommand::clear_time() {
944 _impl_.time_ = uint64_t{0u};
945 _impl_._has_bits_[0] &= ~0x00000008u;
946}
947inline uint64_t RouteCommand::_internal_time() const {
948 return _impl_.time_;
949}
950inline uint64_t RouteCommand::time() const {
951 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteCommand.time)
952 return _internal_time();
953}
954inline void RouteCommand::_internal_set_time(uint64_t value) {
955 _impl_._has_bits_[0] |= 0x00000008u;
956 _impl_.time_ = value;
957}
958inline void RouteCommand::set_time(uint64_t value) {
959 _internal_set_time(value);
960 // @@protoc_insertion_point(field_set:goby.acomms.protobuf.RouteCommand.time)
961}
962
963// optional .goby.acomms.protobuf.StaticRoute new_route = 4;
964inline bool RouteCommand::_internal_has_new_route() const {
965 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
966 PROTOBUF_ASSUME(!value || _impl_.new_route_ != nullptr);
967 return value;
968}
969inline bool RouteCommand::has_new_route() const {
970 return _internal_has_new_route();
971}
972inline void RouteCommand::clear_new_route() {
973 if (_impl_.new_route_ != nullptr) _impl_.new_route_->Clear();
974 _impl_._has_bits_[0] &= ~0x00000001u;
975}
976inline const ::goby::acomms::protobuf::StaticRoute& RouteCommand::_internal_new_route() const {
977 const ::goby::acomms::protobuf::StaticRoute* p = _impl_.new_route_;
978 return p != nullptr ? *p : reinterpret_cast<const ::goby::acomms::protobuf::StaticRoute&>(
980}
981inline const ::goby::acomms::protobuf::StaticRoute& RouteCommand::new_route() const {
982 // @@protoc_insertion_point(field_get:goby.acomms.protobuf.RouteCommand.new_route)
983 return _internal_new_route();
984}
985inline void RouteCommand::unsafe_arena_set_allocated_new_route(
987 if (GetArenaForAllocation() == nullptr) {
988 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.new_route_);
989 }
990 _impl_.new_route_ = new_route;
991 if (new_route) {
992 _impl_._has_bits_[0] |= 0x00000001u;
993 } else {
994 _impl_._has_bits_[0] &= ~0x00000001u;
995 }
996 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.acomms.protobuf.RouteCommand.new_route)
997}
998inline ::goby::acomms::protobuf::StaticRoute* RouteCommand::release_new_route() {
999 _impl_._has_bits_[0] &= ~0x00000001u;
1000 ::goby::acomms::protobuf::StaticRoute* temp = _impl_.new_route_;
1001 _impl_.new_route_ = nullptr;
1002#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
1003 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
1004 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
1005 if (GetArenaForAllocation() == nullptr) { delete old; }
1006#else // PROTOBUF_FORCE_COPY_IN_RELEASE
1007 if (GetArenaForAllocation() != nullptr) {
1008 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
1009 }
1010#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
1011 return temp;
1012}
1013inline ::goby::acomms::protobuf::StaticRoute* RouteCommand::unsafe_arena_release_new_route() {
1014 // @@protoc_insertion_point(field_release:goby.acomms.protobuf.RouteCommand.new_route)
1015 _impl_._has_bits_[0] &= ~0x00000001u;
1016 ::goby::acomms::protobuf::StaticRoute* temp = _impl_.new_route_;
1017 _impl_.new_route_ = nullptr;
1018 return temp;
1019}
1020inline ::goby::acomms::protobuf::StaticRoute* RouteCommand::_internal_mutable_new_route() {
1021 _impl_._has_bits_[0] |= 0x00000001u;
1022 if (_impl_.new_route_ == nullptr) {
1023 auto* p = CreateMaybeMessage<::goby::acomms::protobuf::StaticRoute>(GetArenaForAllocation());
1024 _impl_.new_route_ = p;
1025 }
1026 return _impl_.new_route_;
1027}
1028inline ::goby::acomms::protobuf::StaticRoute* RouteCommand::mutable_new_route() {
1029 ::goby::acomms::protobuf::StaticRoute* _msg = _internal_mutable_new_route();
1030 // @@protoc_insertion_point(field_mutable:goby.acomms.protobuf.RouteCommand.new_route)
1031 return _msg;
1032}
1033inline void RouteCommand::set_allocated_new_route(::goby::acomms::protobuf::StaticRoute* new_route) {
1034 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
1035 if (message_arena == nullptr) {
1036 delete _impl_.new_route_;
1037 }
1038 if (new_route) {
1039 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
1040 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(new_route);
1041 if (message_arena != submessage_arena) {
1042 new_route = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
1043 message_arena, new_route, submessage_arena);
1044 }
1045 _impl_._has_bits_[0] |= 0x00000001u;
1046 } else {
1047 _impl_._has_bits_[0] &= ~0x00000001u;
1048 }
1049 _impl_.new_route_ = new_route;
1050 // @@protoc_insertion_point(field_set_allocated:goby.acomms.protobuf.RouteCommand.new_route)
1051}
1052
1053#ifdef __GNUC__
1054 #pragma GCC diagnostic pop
1055#endif // __GNUC__
1056// -------------------------------------------------------------------
1057
1058// -------------------------------------------------------------------
1059
1060
1061// @@protoc_insertion_point(namespace_scope)
1062
1063} // namespace protobuf
1064} // namespace acomms
1065} // namespace goby
1066
1067// @@protoc_insertion_point(global_scope)
1068
1069#include <google/protobuf/port_undef.inc>
1070#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2froute_2eproto
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
friend void swap(RouteCommand &a, RouteCommand &b)
Definition route.pb.h:500
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
RouteCommand * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition route.pb.h:524
static const RouteCommand & default_instance()
Definition route.pb.h:490
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition route.pb.h:484
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition route.pb.h:477
void MergeFrom(const RouteCommand &from)
Definition route.pb.h:530
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units() const
Definition route.pb.h:646
PROTOBUF_CONSTEXPR RouteCommand(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type time_dimension
Definition route.pb.h:634
RouteCommand(const RouteCommand &from)
void Swap(RouteCommand *other)
Definition route.pb.h:503
static const ClassData _class_data_
Definition route.pb.h:561
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition route.pb.h:487
void set_time_with_units(Quantity value_w_units)
Definition route.pb.h:639
RouteCommand & operator=(const RouteCommand &from)
Definition route.pb.h:456
void CopyFrom(const RouteCommand &from)
static const RouteCommand * internal_default_instance()
Definition route.pb.h:493
RouteCommand & operator=(RouteCommand &&from) noexcept
Definition route.pb.h:460
void UnsafeArenaSwap(RouteCommand *other)
Definition route.pb.h:516
RouteCommand(RouteCommand &&from) noexcept
Definition route.pb.h:451
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition route.pb.h:474
RouteCommand(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
Definition route.pb.h:636
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition route.pb.h:481
friend void swap(RouteManagerConfig &a, RouteManagerConfig &b)
Definition route.pb.h:305
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition route.pb.h:282
void CopyFrom(const RouteManagerConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition route.pb.h:292
void Swap(RouteManagerConfig *other)
Definition route.pb.h:308
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition route.pb.h:279
RouteManagerConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition route.pb.h:329
void UnsafeArenaSwap(RouteManagerConfig *other)
Definition route.pb.h:321
RouteManagerConfig & operator=(RouteManagerConfig &&from) noexcept
Definition route.pb.h:265
PROTOBUF_CONSTEXPR RouteManagerConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RouteManagerConfig & operator=(const RouteManagerConfig &from)
Definition route.pb.h:261
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const RouteManagerConfig &from)
Definition route.pb.h:335
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition route.pb.h:286
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
RouteManagerConfig(RouteManagerConfig &&from) noexcept
Definition route.pb.h:256
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition route.pb.h:289
static const RouteManagerConfig * internal_default_instance()
Definition route.pb.h:298
RouteManagerConfig(const RouteManagerConfig &from)
RouteManagerConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const RouteManagerConfig & default_instance()
Definition route.pb.h:295
static const StaticRoute & default_instance()
Definition route.pb.h:127
void set_hop(int index, int32_t value)
Definition route.pb.h:695
StaticRoute * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition route.pb.h:161
static const StaticRoute * internal_default_instance()
Definition route.pb.h:130
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition route.pb.h:114
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition route.pb.h:118
static constexpr int kIndexInFileMessages
Definition route.pb.h:134
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > * mutable_hop()
Definition route.pb.h:720
size_t ByteSizeLong() const final
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition route.pb.h:111
void CopyFrom(const StaticRoute &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition route.pb.h:124
friend void swap(StaticRoute &a, StaticRoute &b)
Definition route.pb.h:137
void Swap(StaticRoute *other)
Definition route.pb.h:140
StaticRoute(const StaticRoute &from)
PROTOBUF_CONSTEXPR StaticRoute(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
StaticRoute(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
StaticRoute & operator=(const StaticRoute &from)
Definition route.pb.h:93
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t > & hop() const
Definition route.pb.h:711
StaticRoute & operator=(StaticRoute &&from) noexcept
Definition route.pb.h:97
StaticRoute(StaticRoute &&from) noexcept
Definition route.pb.h:88
void MergeFrom(const StaticRoute &from)
Definition route.pb.h:167
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition route.pb.h:121
void UnsafeArenaSwap(StaticRoute *other)
Definition route.pb.h:153
static const ClassData _class_data_
Definition route.pb.h:198
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
StaticRouteDefaultTypeInternal _StaticRoute_default_instance_
RouteCommandDefaultTypeInternal _RouteCommand_default_instance_
RouteManagerConfigDefaultTypeInternal _RouteManagerConfig_default_instance_
The global namespace for the Goby project.
#define ByteSizeLong
::goby::acomms::protobuf::StaticRoute * Arena::CreateMaybeMessage<::goby::acomms::protobuf::StaticRoute >(Arena *)
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2facomms_2fprotobuf_2froute_2eproto