Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
header.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/test/acomms/dccl3/header.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2facomms_2fdccl3_2fheader_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/generated_enum_reflection.h>
33#include <google/protobuf/unknown_field_set.h>
35#include "dccl/option_extensions.pb.h"
36#include <boost/units/quantity.hpp>
37#include <boost/units/absolute.hpp>
38#include <boost/units/dimensionless_type.hpp>
39#include <boost/units/make_scaled_unit.hpp>
40
41#include <boost/units/systems/si.hpp>
42// @@protoc_insertion_point(includes)
43#include <google/protobuf/port_def.inc>
44#define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto
45PROTOBUF_NAMESPACE_OPEN
46namespace internal {
47class AnyMetadata;
48} // namespace internal
49PROTOBUF_NAMESPACE_CLOSE
50
51// Internal implementation detail -- do not use these members.
55extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto;
56namespace goby {
57namespace test {
58namespace acomms {
59namespace protobuf {
60class Header;
61struct HeaderDefaultTypeInternal;
62extern HeaderDefaultTypeInternal _Header_default_instance_;
63} // namespace protobuf
64} // namespace acomms
65} // namespace test
66} // namespace goby
67PROTOBUF_NAMESPACE_OPEN
68template<> ::goby::test::acomms::protobuf::Header* Arena::CreateMaybeMessage<::goby::test::acomms::protobuf::Header>(Arena*);
69PROTOBUF_NAMESPACE_CLOSE
70namespace goby {
71namespace test {
72namespace acomms {
73namespace protobuf {
74
84
85const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Header_PublishDestination_descriptor();
86template<typename T>
87inline const std::string& Header_PublishDestination_Name(T enum_t_value) {
88 static_assert(::std::is_same<T, Header_PublishDestination>::value ||
89 ::std::is_integral<T>::value,
90 "Incorrect type passed to function Header_PublishDestination_Name.");
91 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
93}
95 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Header_PublishDestination* value) {
96 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Header_PublishDestination>(
98}
99// ===================================================================
100
101class Header final :
102 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.acomms.protobuf.Header) */ {
103 public:
104 inline Header() : Header(nullptr) {}
105 ~Header() override;
106 explicit PROTOBUF_CONSTEXPR Header(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
107
108 Header(const Header& from);
109 Header(Header&& from) noexcept
110 : Header() {
111 *this = ::std::move(from);
112 }
113
114 inline Header& operator=(const Header& from) {
115 CopyFrom(from);
116 return *this;
117 }
118 inline Header& operator=(Header&& from) noexcept {
119 if (this == &from) return *this;
120 if (GetOwningArena() == from.GetOwningArena()
121 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
122 && GetOwningArena() != nullptr
123 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
124 ) {
125 InternalSwap(&from);
126 } else {
127 CopyFrom(from);
128 }
129 return *this;
130 }
131
132 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
133 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
134 }
135 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
136 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
137 }
138
139 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
140 return GetDescriptor();
141 }
142 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
143 return default_instance().GetMetadata().descriptor;
144 }
145 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
146 return default_instance().GetMetadata().reflection;
147 }
148 static const Header& default_instance() {
150 }
151 static inline const Header* internal_default_instance() {
152 return reinterpret_cast<const Header*>(
154 }
155 static constexpr int kIndexInFileMessages =
156 0;
157
158 friend void swap(Header& a, Header& b) {
159 a.Swap(&b);
160 }
161 inline void Swap(Header* other) {
162 if (other == this) return;
163 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
164 if (GetOwningArena() != nullptr &&
165 GetOwningArena() == other->GetOwningArena()) {
166 #else // PROTOBUF_FORCE_COPY_IN_SWAP
167 if (GetOwningArena() == other->GetOwningArena()) {
168 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
169 InternalSwap(other);
170 } else {
171 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
172 }
173 }
174 void UnsafeArenaSwap(Header* other) {
175 if (other == this) return;
176 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
177 InternalSwap(other);
178 }
179
180 // implements Message ----------------------------------------------
181
182 Header* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
183 return CreateMaybeMessage<Header>(arena);
184 }
185 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
186 void CopyFrom(const Header& from);
187 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
188 void MergeFrom( const Header& from) {
189 Header::MergeImpl(*this, from);
190 }
191 private:
192 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
193 public:
194 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
195 bool IsInitialized() const final;
196
197 size_t ByteSizeLong() const final;
198 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
200 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
201 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
202
203 private:
204 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
205 void SharedDtor();
206 void SetCachedSize(int size) const final;
207 void InternalSwap(Header* other);
208
209 private:
210 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
211 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
212 return "goby.test.acomms.protobuf.Header";
213 }
214 protected:
215 explicit Header(::PROTOBUF_NAMESPACE_ID::Arena* arena,
216 bool is_message_owned = false);
217 public:
218
219 static const ClassData _class_data_;
220 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
221
222 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
223
224 // nested types ----------------------------------------------------
225
233 static inline bool PublishDestination_IsValid(int value) {
235 }
240 static constexpr int PublishDestination_ARRAYSIZE =
242 static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
246 template<typename T>
247 static inline const std::string& PublishDestination_Name(T enum_t_value) {
248 static_assert(::std::is_same<T, PublishDestination>::value ||
249 ::std::is_integral<T>::value,
250 "Incorrect type passed to function PublishDestination_Name.");
251 return Header_PublishDestination_Name(enum_t_value);
252 }
253 static inline bool PublishDestination_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
254 PublishDestination* value) {
255 return Header_PublishDestination_Parse(name, value);
256 }
257
258 // accessors -------------------------------------------------------
259
260 enum : int {
266 };
267 // optional string source_app = 12 [(.dccl.field) = {
268 bool has_source_app() const;
269 private:
270 bool _internal_has_source_app() const;
271 public:
272 void clear_source_app();
273 const std::string& source_app() const;
274 template <typename ArgT0 = const std::string&, typename... ArgT>
275 void set_source_app(ArgT0&& arg0, ArgT... args);
276 std::string* mutable_source_app();
277 PROTOBUF_NODISCARD std::string* release_source_app();
278 void set_allocated_source_app(std::string* source_app);
279 private:
280 const std::string& _internal_source_app() const;
281 inline PROTOBUF_ALWAYS_INLINE void _internal_set_source_app(const std::string& value);
282 std::string* _internal_mutable_source_app();
283 public:
284
285 // required uint64 time = 10 [(.dccl.field) = {
286 bool has_time() const;
287 private:
288 bool _internal_has_time() const;
289 public:
290 void clear_time();
291 uint64_t time() const;
292 void set_time(uint64_t value);
293 private:
294 uint64_t _internal_time() const;
295 void _internal_set_time(uint64_t value);
296 public:
297
298 // required uint32 source_platform = 11 [(.dccl.field) = {
299 bool has_source_platform() const;
300 private:
301 bool _internal_has_source_platform() const;
302 public:
304 uint32_t source_platform() const;
305 void set_source_platform(uint32_t value);
306 private:
307 uint32_t _internal_source_platform() const;
308 void _internal_set_source_platform(uint32_t value);
309 public:
310
311 // optional uint32 dest_platform = 14 [(.dccl.field) = {
312 bool has_dest_platform() const;
313 private:
314 bool _internal_has_dest_platform() const;
315 public:
316 void clear_dest_platform();
317 uint32_t dest_platform() const;
318 void set_dest_platform(uint32_t value);
319 private:
320 uint32_t _internal_dest_platform() const;
321 void _internal_set_dest_platform(uint32_t value);
322 public:
323
324 // optional .goby.test.acomms.protobuf.Header.PublishDestination dest_type = 13 [default = PUBLISH_SELF, (.dccl.field) = {
325 bool has_dest_type() const;
326 private:
327 bool _internal_has_dest_type() const;
328 public:
329 void clear_dest_type();
332 private:
334 void _internal_set_dest_type(::goby::test::acomms::protobuf::Header_PublishDestination value);
335 public:
336
337 typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type time_dimension;
338
339 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;
340
341 template<typename Quantity >
342 void set_time_with_units(Quantity value_w_units)
343 { set_time(boost::units::quantity<time_unit,google::protobuf::uint64 >(value_w_units).value() ); };
344
345 template<typename Quantity >
346 Quantity time_with_units() const
347 { return Quantity(time() * time_unit()); };
348
349 boost::units::quantity< time_unit,google::protobuf::uint64 > time_with_units() const
350 { return time_with_units<boost::units::quantity< time_unit,google::protobuf::uint64 > >(); };
351
352 // @@protoc_insertion_point(class_scope:goby.test.acomms.protobuf.Header)
353 private:
354 class _Internal;
355
356 // helper for ByteSizeLong()
357 size_t RequiredFieldsByteSizeFallback() const;
358
359 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
360 typedef void InternalArenaConstructable_;
361 typedef void DestructorSkippable_;
362 struct Impl_ {
363 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
364 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
365 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_app_;
366 uint64_t time_;
367 uint32_t source_platform_;
368 uint32_t dest_platform_;
369 int dest_type_;
370 };
371 union { Impl_ _impl_; };
372 friend struct ::TableStruct_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto;
373};
374// ===================================================================
375
376
377// ===================================================================
378
379#ifdef __GNUC__
380 #pragma GCC diagnostic push
381 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
382#endif // __GNUC__
383// Header
384
385// required uint64 time = 10 [(.dccl.field) = {
386inline bool Header::_internal_has_time() const {
387 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
388 return value;
389}
390inline bool Header::has_time() const {
391 return _internal_has_time();
392}
393inline void Header::clear_time() {
394 _impl_.time_ = uint64_t{0u};
395 _impl_._has_bits_[0] &= ~0x00000002u;
396}
397inline uint64_t Header::_internal_time() const {
398 return _impl_.time_;
399}
400inline uint64_t Header::time() const {
401 // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.Header.time)
402 return _internal_time();
403}
404inline void Header::_internal_set_time(uint64_t value) {
405 _impl_._has_bits_[0] |= 0x00000002u;
406 _impl_.time_ = value;
407}
408inline void Header::set_time(uint64_t value) {
409 _internal_set_time(value);
410 // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.Header.time)
411}
412
413// required uint32 source_platform = 11 [(.dccl.field) = {
414inline bool Header::_internal_has_source_platform() const {
415 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
416 return value;
417}
418inline bool Header::has_source_platform() const {
419 return _internal_has_source_platform();
420}
422 _impl_.source_platform_ = 0u;
423 _impl_._has_bits_[0] &= ~0x00000004u;
424}
425inline uint32_t Header::_internal_source_platform() const {
426 return _impl_.source_platform_;
427}
428inline uint32_t Header::source_platform() const {
429 // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.Header.source_platform)
430 return _internal_source_platform();
431}
432inline void Header::_internal_set_source_platform(uint32_t value) {
433 _impl_._has_bits_[0] |= 0x00000004u;
434 _impl_.source_platform_ = value;
435}
436inline void Header::set_source_platform(uint32_t value) {
437 _internal_set_source_platform(value);
438 // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.Header.source_platform)
439}
440
441// optional string source_app = 12 [(.dccl.field) = {
442inline bool Header::_internal_has_source_app() const {
443 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
444 return value;
445}
446inline bool Header::has_source_app() const {
447 return _internal_has_source_app();
448}
450 _impl_.source_app_.ClearToEmpty();
451 _impl_._has_bits_[0] &= ~0x00000001u;
452}
453inline const std::string& Header::source_app() const {
454 // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.Header.source_app)
455 return _internal_source_app();
456}
457template <typename ArgT0, typename... ArgT>
458inline PROTOBUF_ALWAYS_INLINE
459void Header::set_source_app(ArgT0&& arg0, ArgT... args) {
460 _impl_._has_bits_[0] |= 0x00000001u;
461 _impl_.source_app_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
462 // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.Header.source_app)
463}
464inline std::string* Header::mutable_source_app() {
465 std::string* _s = _internal_mutable_source_app();
466 // @@protoc_insertion_point(field_mutable:goby.test.acomms.protobuf.Header.source_app)
467 return _s;
468}
469inline const std::string& Header::_internal_source_app() const {
470 return _impl_.source_app_.Get();
471}
472inline void Header::_internal_set_source_app(const std::string& value) {
473 _impl_._has_bits_[0] |= 0x00000001u;
474 _impl_.source_app_.Set(value, GetArenaForAllocation());
475}
476inline std::string* Header::_internal_mutable_source_app() {
477 _impl_._has_bits_[0] |= 0x00000001u;
478 return _impl_.source_app_.Mutable(GetArenaForAllocation());
479}
480inline std::string* Header::release_source_app() {
481 // @@protoc_insertion_point(field_release:goby.test.acomms.protobuf.Header.source_app)
482 if (!_internal_has_source_app()) {
483 return nullptr;
484 }
485 _impl_._has_bits_[0] &= ~0x00000001u;
486 auto* p = _impl_.source_app_.Release();
487#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
488 if (_impl_.source_app_.IsDefault()) {
489 _impl_.source_app_.Set("", GetArenaForAllocation());
490 }
491#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
492 return p;
493}
495 if (source_app != nullptr) {
496 _impl_._has_bits_[0] |= 0x00000001u;
497 } else {
498 _impl_._has_bits_[0] &= ~0x00000001u;
499 }
500 _impl_.source_app_.SetAllocated(source_app, GetArenaForAllocation());
501#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
502 if (_impl_.source_app_.IsDefault()) {
503 _impl_.source_app_.Set("", GetArenaForAllocation());
504 }
505#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
506 // @@protoc_insertion_point(field_set_allocated:goby.test.acomms.protobuf.Header.source_app)
507}
508
509// optional .goby.test.acomms.protobuf.Header.PublishDestination dest_type = 13 [default = PUBLISH_SELF, (.dccl.field) = {
510inline bool Header::_internal_has_dest_type() const {
511 bool value = (_impl_._has_bits_[0] & 0x00000010u) != 0;
512 return value;
513}
514inline bool Header::has_dest_type() const {
515 return _internal_has_dest_type();
516}
518 _impl_.dest_type_ = 1;
519 _impl_._has_bits_[0] &= ~0x00000010u;
520}
521inline ::goby::test::acomms::protobuf::Header_PublishDestination Header::_internal_dest_type() const {
522 return static_cast< ::goby::test::acomms::protobuf::Header_PublishDestination >(_impl_.dest_type_);
523}
524inline ::goby::test::acomms::protobuf::Header_PublishDestination Header::dest_type() const {
525 // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.Header.dest_type)
526 return _internal_dest_type();
527}
528inline void Header::_internal_set_dest_type(::goby::test::acomms::protobuf::Header_PublishDestination value) {
530 _impl_._has_bits_[0] |= 0x00000010u;
531 _impl_.dest_type_ = value;
532}
534 _internal_set_dest_type(value);
535 // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.Header.dest_type)
536}
537
538// optional uint32 dest_platform = 14 [(.dccl.field) = {
539inline bool Header::_internal_has_dest_platform() const {
540 bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0;
541 return value;
542}
543inline bool Header::has_dest_platform() const {
544 return _internal_has_dest_platform();
545}
547 _impl_.dest_platform_ = 0u;
548 _impl_._has_bits_[0] &= ~0x00000008u;
549}
550inline uint32_t Header::_internal_dest_platform() const {
551 return _impl_.dest_platform_;
552}
553inline uint32_t Header::dest_platform() const {
554 // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.Header.dest_platform)
555 return _internal_dest_platform();
556}
557inline void Header::_internal_set_dest_platform(uint32_t value) {
558 _impl_._has_bits_[0] |= 0x00000008u;
559 _impl_.dest_platform_ = value;
560}
561inline void Header::set_dest_platform(uint32_t value) {
562 _internal_set_dest_platform(value);
563 // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.Header.dest_platform)
564}
565
566#ifdef __GNUC__
567 #pragma GCC diagnostic pop
568#endif // __GNUC__
569
570// @@protoc_insertion_point(namespace_scope)
571
572} // namespace protobuf
573} // namespace acomms
574} // namespace test
575} // namespace goby
576
577PROTOBUF_NAMESPACE_OPEN
578
579template <> struct is_proto_enum< ::goby::test::acomms::protobuf::Header_PublishDestination> : ::std::true_type {};
580template <>
582 return ::goby::test::acomms::protobuf::Header_PublishDestination_descriptor();
583}
584
585PROTOBUF_NAMESPACE_CLOSE
586
587// @@protoc_insertion_point(global_scope)
588
589#include <google/protobuf/port_undef.inc>
590#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto
void set_source_app(ArgT0 &&arg0, ArgT... args)
static constexpr PublishDestination PUBLISH_ALL
Definition header.pb.h:231
Header & operator=(Header &&from) noexcept
Definition header.pb.h:118
boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type time_dimension
Definition header.pb.h:337
static constexpr PublishDestination PUBLISH_SELF
Definition header.pb.h:227
void set_source_platform(uint32_t value)
Definition header.pb.h:436
PROTOBUF_NODISCARD std::string * release_source_app()
Definition header.pb.h:480
static constexpr PublishDestination PublishDestination_MAX
Definition header.pb.h:238
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 header.pb.h:339
Header * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition header.pb.h:182
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units() const
Definition header.pb.h:349
static const std::string & PublishDestination_Name(T enum_t_value)
Definition header.pb.h:247
void set_allocated_source_app(std::string *source_app)
Definition header.pb.h:494
void CopyFrom(const Header &from)
void set_time_with_units(Quantity value_w_units)
Definition header.pb.h:342
Header(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
static const ClassData _class_data_
Definition header.pb.h:219
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition header.pb.h:132
void UnsafeArenaSwap(Header *other)
Definition header.pb.h:174
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition header.pb.h:145
static const Header & default_instance()
Definition header.pb.h:148
static constexpr PublishDestination PublishDestination_MIN
Definition header.pb.h:236
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * PublishDestination_descriptor()
Definition header.pb.h:243
friend void swap(Header &a, Header &b)
Definition header.pb.h:158
void set_dest_platform(uint32_t value)
Definition header.pb.h:561
static const Header * internal_default_instance()
Definition header.pb.h:151
::goby::test::acomms::protobuf::Header_PublishDestination dest_type() const
Definition header.pb.h:524
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition header.pb.h:135
Header(Header &&from) noexcept
Definition header.pb.h:109
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
const std::string & source_app() const
Definition header.pb.h:453
static constexpr int PublishDestination_ARRAYSIZE
Definition header.pb.h:240
static bool PublishDestination_IsValid(int value)
Definition header.pb.h:233
Header & operator=(const Header &from)
Definition header.pb.h:114
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition header.pb.h:142
void set_dest_type(::goby::test::acomms::protobuf::Header_PublishDestination value)
Definition header.pb.h:533
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static constexpr int kIndexInFileMessages
Definition header.pb.h:155
void MergeFrom(const Header &from)
Definition header.pb.h:188
static constexpr PublishDestination PUBLISH_OTHER
Definition header.pb.h:229
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition header.pb.h:139
PROTOBUF_CONSTEXPR Header(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static bool PublishDestination_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PublishDestination *value)
Definition header.pb.h:253
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2facomms_2fdccl3_2fheader_2eproto
const EnumDescriptor * GetEnumDescriptor< ::goby::test::acomms::protobuf::Header_PublishDestination >()
Definition header.pb.h:581
HeaderDefaultTypeInternal _Header_default_instance_
bool Header_PublishDestination_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Header_PublishDestination *value)
Definition header.pb.h:94
constexpr Header_PublishDestination Header_PublishDestination_PublishDestination_MAX
Definition header.pb.h:82
constexpr Header_PublishDestination Header_PublishDestination_PublishDestination_MIN
Definition header.pb.h:81
bool Header_PublishDestination_IsValid(int value)
constexpr int Header_PublishDestination_PublishDestination_ARRAYSIZE
Definition header.pb.h:83
const std::string & Header_PublishDestination_Name(T enum_t_value)
Definition header.pb.h:87
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Header_PublishDestination_descriptor()
The global namespace for the Goby project.