Goby3  3.1.5
2024.05.14
test.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/test/acomms/route1/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2facomms_2froute1_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2facomms_2froute1_2ftest_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
33 #include "dccl/option_extensions.pb.h"
35 #include <boost/units/quantity.hpp>
36 #include <boost/units/absolute.hpp>
37 #include <boost/units/dimensionless_type.hpp>
38 #include <boost/units/make_scaled_unit.hpp>
39 
40 #include <boost/units/systems/si.hpp>
41 // @@protoc_insertion_point(includes)
42 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto
43 
45 // Internal implementation detail -- do not use these members.
46 struct TableStruct {
47  static const ::google::protobuf::internal::ParseTableField entries[];
48  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
49  static const ::google::protobuf::internal::ParseTable schema[1];
50  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
51  static const ::google::protobuf::internal::SerializationTable serialization_table[];
53 };
54 void AddDescriptors();
55 } // namespace protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto
56 namespace goby {
57 namespace test {
58 namespace acomms {
59 namespace protobuf {
60 class RouteMessage;
61 class RouteMessageDefaultTypeInternal;
62 extern RouteMessageDefaultTypeInternal _RouteMessage_default_instance_;
63 } // namespace protobuf
64 } // namespace acomms
65 } // namespace test
66 } // namespace goby
67 namespace google {
68 namespace protobuf {
69 template<> ::goby::test::acomms::protobuf::RouteMessage* Arena::CreateMaybeMessage<::goby::test::acomms::protobuf::RouteMessage>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace goby {
73 namespace test {
74 namespace acomms {
75 namespace protobuf {
76 
77 // ===================================================================
78 
79 class RouteMessage : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.acomms.protobuf.RouteMessage) */ {
80  public:
81  RouteMessage();
82  virtual ~RouteMessage();
83 
84  RouteMessage(const RouteMessage& from);
85 
86  inline RouteMessage& operator=(const RouteMessage& from) {
87  CopyFrom(from);
88  return *this;
89  }
90  #if LANG_CXX11
91  RouteMessage(RouteMessage&& from) noexcept
92  : RouteMessage() {
93  *this = ::std::move(from);
94  }
95 
96  inline RouteMessage& operator=(RouteMessage&& from) noexcept {
97  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
98  if (this != &from) InternalSwap(&from);
99  } else {
100  CopyFrom(from);
101  }
102  return *this;
103  }
104  #endif
105  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
106  return _internal_metadata_.unknown_fields();
107  }
108  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
109  return _internal_metadata_.mutable_unknown_fields();
110  }
111 
112  static const ::google::protobuf::Descriptor* descriptor();
113  static const RouteMessage& default_instance();
114 
115  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
116  static inline const RouteMessage* internal_default_instance() {
117  return reinterpret_cast<const RouteMessage*>(
119  }
120  static constexpr int kIndexInFileMessages =
121  0;
122 
123  void Swap(RouteMessage* other);
124  friend void swap(RouteMessage& a, RouteMessage& b) {
125  a.Swap(&b);
126  }
127 
128  // implements Message ----------------------------------------------
129 
130  inline RouteMessage* New() const final {
131  return CreateMaybeMessage<RouteMessage>(NULL);
132  }
133 
134  RouteMessage* New(::google::protobuf::Arena* arena) const final {
135  return CreateMaybeMessage<RouteMessage>(arena);
136  }
137  void CopyFrom(const ::google::protobuf::Message& from) final;
138  void MergeFrom(const ::google::protobuf::Message& from) final;
139  void CopyFrom(const RouteMessage& from);
140  void MergeFrom(const RouteMessage& from);
141  void Clear() final;
142  bool IsInitialized() const final;
143 
144  size_t ByteSizeLong() const final;
146  ::google::protobuf::io::CodedInputStream* input) final;
148  ::google::protobuf::io::CodedOutputStream* output) const final;
150  bool deterministic, ::google::protobuf::uint8* target) const final;
151  int GetCachedSize() const final { return _cached_size_.Get(); }
152 
153  private:
154  void SharedCtor();
155  void SharedDtor();
156  void SetCachedSize(int size) const final;
157  void InternalSwap(RouteMessage* other);
158  private:
159  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
160  return NULL;
161  }
162  inline void* MaybeArenaPtr() const {
163  return NULL;
164  }
165  public:
166 
168 
169  // nested types ----------------------------------------------------
170 
171  // accessors -------------------------------------------------------
172 
173  // required string telegram = 4 [(.dccl.field) = {
174  bool has_telegram() const;
175  void clear_telegram();
176  static const int kTelegramFieldNumber = 4;
177  const ::std::string& telegram() const;
178  void set_telegram(const ::std::string& value);
179  #if LANG_CXX11
180  void set_telegram(::std::string&& value);
181  #endif
182  void set_telegram(const char* value);
183  void set_telegram(const char* value, size_t size);
184  ::std::string* mutable_telegram();
185  ::std::string* release_telegram();
186  void set_allocated_telegram(::std::string* telegram);
187 
188  // required uint64 time = 1 [(.dccl.field) = {
189  bool has_time() const;
190  void clear_time();
191  static const int kTimeFieldNumber = 1;
193  void set_time(::google::protobuf::uint64 value);
194 
195  // required int32 src = 2 [(.dccl.field) = {
196  bool has_src() const;
197  void clear_src();
198  static const int kSrcFieldNumber = 2;
200  void set_src(::google::protobuf::int32 value);
201 
202  // required int32 dest = 3 [(.dccl.field) = {
203  bool has_dest() const;
204  void clear_dest();
205  static const int kDestFieldNumber = 3;
207  void set_dest(::google::protobuf::int32 value);
208 
211 
212  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;
213 
214  template<typename Quantity >
215  void set_time_with_units(Quantity value_w_units)
216  { set_time(boost::units::quantity<time_unit,google::protobuf::uint64 >(value_w_units).value() ); };
217 
218  template<typename Quantity >
219  Quantity time_with_units() const
220  { return Quantity(time() * time_unit()); };
221 
222  boost::units::quantity< time_unit,google::protobuf::uint64 > time_with_units() const
223  { return time_with_units<boost::units::quantity< time_unit,google::protobuf::uint64 > >(); };
224 
225  // @@protoc_insertion_point(class_scope:goby.test.acomms.protobuf.RouteMessage)
226  private:
227  void set_has_time();
228  void clear_has_time();
229  void set_has_src();
230  void clear_has_src();
231  void set_has_dest();
232  void clear_has_dest();
233  void set_has_telegram();
234  void clear_has_telegram();
235 
236  // helper for ByteSizeLong()
237  size_t RequiredFieldsByteSizeFallback() const;
238 
239  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
240  ::google::protobuf::internal::HasBits<1> _has_bits_;
241  mutable ::google::protobuf::internal::CachedSize _cached_size_;
242  ::google::protobuf::internal::ArenaStringPtr telegram_;
246  friend struct ::protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct;
247 };
248 // ===================================================================
249 
250 
251 // ===================================================================
252 
253 #ifdef __GNUC__
254  #pragma GCC diagnostic push
255  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
256 #endif // __GNUC__
257 // RouteMessage
258 
259 // required uint64 time = 1 [(.dccl.field) = {
260 inline bool RouteMessage::has_time() const {
261  return (_has_bits_[0] & 0x00000002u) != 0;
262 }
263 inline void RouteMessage::set_has_time() {
264  _has_bits_[0] |= 0x00000002u;
265 }
266 inline void RouteMessage::clear_has_time() {
267  _has_bits_[0] &= ~0x00000002u;
268 }
270  time_ = GOOGLE_ULONGLONG(0);
271  clear_has_time();
272 }
274  // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.RouteMessage.time)
275  return time_;
276 }
278  set_has_time();
279  time_ = value;
280  // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.RouteMessage.time)
281 }
282 
283 // required int32 src = 2 [(.dccl.field) = {
284 inline bool RouteMessage::has_src() const {
285  return (_has_bits_[0] & 0x00000004u) != 0;
286 }
287 inline void RouteMessage::set_has_src() {
288  _has_bits_[0] |= 0x00000004u;
289 }
290 inline void RouteMessage::clear_has_src() {
291  _has_bits_[0] &= ~0x00000004u;
292 }
293 inline void RouteMessage::clear_src() {
294  src_ = 0;
295  clear_has_src();
296 }
298  // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.RouteMessage.src)
299  return src_;
300 }
302  set_has_src();
303  src_ = value;
304  // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.RouteMessage.src)
305 }
306 
307 // required int32 dest = 3 [(.dccl.field) = {
308 inline bool RouteMessage::has_dest() const {
309  return (_has_bits_[0] & 0x00000008u) != 0;
310 }
311 inline void RouteMessage::set_has_dest() {
312  _has_bits_[0] |= 0x00000008u;
313 }
314 inline void RouteMessage::clear_has_dest() {
315  _has_bits_[0] &= ~0x00000008u;
316 }
318  dest_ = 0;
319  clear_has_dest();
320 }
322  // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.RouteMessage.dest)
323  return dest_;
324 }
326  set_has_dest();
327  dest_ = value;
328  // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.RouteMessage.dest)
329 }
330 
331 // required string telegram = 4 [(.dccl.field) = {
332 inline bool RouteMessage::has_telegram() const {
333  return (_has_bits_[0] & 0x00000001u) != 0;
334 }
335 inline void RouteMessage::set_has_telegram() {
336  _has_bits_[0] |= 0x00000001u;
337 }
338 inline void RouteMessage::clear_has_telegram() {
339  _has_bits_[0] &= ~0x00000001u;
340 }
342  telegram_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
343  clear_has_telegram();
344 }
345 inline const ::std::string& RouteMessage::telegram() const {
346  // @@protoc_insertion_point(field_get:goby.test.acomms.protobuf.RouteMessage.telegram)
347  return telegram_.GetNoArena();
348 }
349 inline void RouteMessage::set_telegram(const ::std::string& value) {
350  set_has_telegram();
351  telegram_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
352  // @@protoc_insertion_point(field_set:goby.test.acomms.protobuf.RouteMessage.telegram)
353 }
354 #if LANG_CXX11
355 inline void RouteMessage::set_telegram(::std::string&& value) {
356  set_has_telegram();
357  telegram_.SetNoArena(
359  // @@protoc_insertion_point(field_set_rvalue:goby.test.acomms.protobuf.RouteMessage.telegram)
360 }
361 #endif
362 inline void RouteMessage::set_telegram(const char* value) {
363  GOOGLE_DCHECK(value != NULL);
364  set_has_telegram();
365  telegram_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
366  // @@protoc_insertion_point(field_set_char:goby.test.acomms.protobuf.RouteMessage.telegram)
367 }
368 inline void RouteMessage::set_telegram(const char* value, size_t size) {
369  set_has_telegram();
371  ::std::string(reinterpret_cast<const char*>(value), size));
372  // @@protoc_insertion_point(field_set_pointer:goby.test.acomms.protobuf.RouteMessage.telegram)
373 }
374 inline ::std::string* RouteMessage::mutable_telegram() {
375  set_has_telegram();
376  // @@protoc_insertion_point(field_mutable:goby.test.acomms.protobuf.RouteMessage.telegram)
377  return telegram_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
378 }
379 inline ::std::string* RouteMessage::release_telegram() {
380  // @@protoc_insertion_point(field_release:goby.test.acomms.protobuf.RouteMessage.telegram)
381  if (!has_telegram()) {
382  return NULL;
383  }
384  clear_has_telegram();
385  return telegram_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
386 }
387 inline void RouteMessage::set_allocated_telegram(::std::string* telegram) {
388  if (telegram != NULL) {
389  set_has_telegram();
390  } else {
391  clear_has_telegram();
392  }
393  telegram_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), telegram);
394  // @@protoc_insertion_point(field_set_allocated:goby.test.acomms.protobuf.RouteMessage.telegram)
395 }
396 
397 #ifdef __GNUC__
398  #pragma GCC diagnostic pop
399 #endif // __GNUC__
400 
401 // @@protoc_insertion_point(namespace_scope)
402 
403 } // namespace protobuf
404 } // namespace acomms
405 } // namespace test
406 } // namespace goby
407 
408 // @@protoc_insertion_point(global_scope)
409 
410 #endif // PROTOBUF_INCLUDED_goby_2ftest_2facomms_2froute1_2ftest_2eproto
goby::test::acomms::protobuf::RouteMessage::kSrcFieldNumber
static const int kSrcFieldNumber
Definition: test.pb.h:198
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:50
goby::test::acomms::protobuf::RouteMessage::DCCL_ID
@ DCCL_ID
Definition: test.pb.h:209
goby::test::acomms::protobuf::RouteMessage::default_instance
static const RouteMessage & default_instance()
goby::test::acomms::protobuf::RouteMessage::has_telegram
bool has_telegram() const
Definition: test.pb.h:332
google::protobuf::internal::GetEmptyStringAlreadyInited
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:133
goby::test::acomms::protobuf::RouteMessage::RouteMessage
RouteMessage()
goby::test::acomms::protobuf::RouteMessage::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:151
goby::test::acomms::protobuf::RouteMessage::src
::google::protobuf::int32 src() const
Definition: test.pb.h:297
goby::test::acomms::protobuf::RouteMessage::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::acomms::protobuf::RouteMessage::operator=
RouteMessage & operator=(const RouteMessage &from)
Definition: test.pb.h:86
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::acomms::protobuf::RouteMessage::set_time
void set_time(::google::protobuf::uint64 value)
Definition: test.pb.h:277
goby::test::acomms::protobuf::RouteMessage::New
RouteMessage * New() const final
Definition: test.pb.h:130
goby::test::acomms::protobuf::RouteMessage::time_dimension
boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type time_dimension
Definition: test.pb.h:210
goby::test::acomms::protobuf::RouteMessage::set_allocated_telegram
void set_allocated_telegram(::std::string *telegram)
Definition: test.pb.h:387
goby::test::acomms::protobuf::RouteMessage::time_with_units
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units() const
Definition: test.pb.h:222
goby::test::acomms::protobuf::RouteMessage::time
::google::protobuf::uint64 time() const
Definition: test.pb.h:273
goby::test::acomms::protobuf::RouteMessage::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::acomms::protobuf::RouteMessage::has_time
bool has_time() const
Definition: test.pb.h:260
goby::uint64
std::uint64_t uint64
Definition: primitive_types.h:34
goby::test::acomms::protobuf::RouteMessage::Swap
void Swap(RouteMessage *other)
goby::test::acomms::protobuf::RouteMessage::InitAsDefaultInstance
static void InitAsDefaultInstance()
goby::test::acomms::protobuf::RouteMessage::descriptor
static const ::google::protobuf::Descriptor * descriptor()
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:47
goby::test::acomms::protobuf::RouteMessage::kTelegramFieldNumber
static const int kTelegramFieldNumber
Definition: test.pb.h:176
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:52
goby::test::acomms::protobuf::RouteMessage::clear_src
void clear_src()
Definition: test.pb.h:293
google::protobuf::Arena
Definition: arena.h:244
goby::test::acomms::protobuf::RouteMessage::DCCLParameters
DCCLParameters
Definition: test.pb.h:209
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct
Definition: test.pb.h:46
goby::test::acomms::protobuf::RouteMessage::DCCL_MAX_BYTES
@ DCCL_MAX_BYTES
Definition: test.pb.h:209
goby::test::acomms::protobuf::RouteMessage::has_src
bool has_src() const
Definition: test.pb.h:284
goby::test::acomms::protobuf::_RouteMessage_default_instance_
RouteMessageDefaultTypeInternal _RouteMessage_default_instance_
goby::test::acomms::protobuf::RouteMessage::telegram
const ::std::string & telegram() const
Definition: test.pb.h:345
goby::test::acomms::protobuf::RouteMessage::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:51
goby::test::acomms::protobuf::RouteMessage::set_telegram
void set_telegram(const ::std::string &value)
Definition: test.pb.h:349
goby::test::acomms::protobuf::RouteMessage::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:108
goby::test::acomms::protobuf::RouteMessage::kDestFieldNumber
static const int kDestFieldNumber
Definition: test.pb.h:205
goby::test::acomms::protobuf::RouteMessage::set_dest
void set_dest(::google::protobuf::int32 value)
Definition: test.pb.h:325
goby::test::acomms::protobuf::RouteMessage::Clear
void Clear() final
goby::test::acomms::protobuf::RouteMessage::release_telegram
::std::string * release_telegram()
Definition: test.pb.h:379
goby::test::acomms::protobuf::RouteMessage::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
message.h
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:48
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::test::acomms::protobuf::RouteMessage::clear_telegram
void clear_telegram()
Definition: test.pb.h:341
goby::int32
std::int32_t int32
Definition: primitive_types.h:33
goby::test::acomms::protobuf::RouteMessage::IsInitialized
bool IsInitialized() const final
goby::test::acomms::protobuf::RouteMessage::set_src
void set_src(::google::protobuf::int32 value)
Definition: test.pb.h:301
goby::test::acomms::protobuf::RouteMessage::dest
::google::protobuf::int32 dest() const
Definition: test.pb.h:321
jwt::json::type
type
Generic JSON types used in JWTs.
Definition: jwt.h:2071
goby::test::acomms::protobuf::RouteMessage::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
google::protobuf::Metadata
Definition: message.h:174
goby::test::acomms::protobuf::RouteMessage
Definition: test.pb.h:79
google::protobuf::Message
Definition: message.h:189
goby::test::acomms::protobuf::RouteMessage::clear_time
void clear_time()
Definition: test.pb.h:269
goby::test::acomms::protobuf::RouteMessage::~RouteMessage
virtual ~RouteMessage()
goby::test::acomms::protobuf::RouteMessage::clear_dest
void clear_dest()
Definition: test.pb.h:317
goby::test::acomms::protobuf::RouteMessage::New
RouteMessage * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:134
goby::test::acomms::protobuf::RouteMessage::internal_default_instance
static const RouteMessage * internal_default_instance()
Definition: test.pb.h:116
arena.h
goby::test::acomms::protobuf::RouteMessage::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::acomms::protobuf::RouteMessage::set_time_with_units
void set_time_with_units(Quantity value_w_units)
Definition: test.pb.h:215
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: test.pb.h:49
goby::test::acomms::protobuf::RouteMessage::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:105
option_extensions.pb.h
goby::test::acomms::protobuf::RouteMessage::has_dest
bool has_dest() const
Definition: test.pb.h:308
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto
Definition: test.pb.h:44
goby::test::acomms::protobuf::RouteMessage::mutable_telegram
::std::string * mutable_telegram()
Definition: test.pb.h:374
goby::test::acomms::protobuf::RouteMessage::time_with_units
Quantity time_with_units() const
Definition: test.pb.h:219
goby::test::acomms::protobuf::RouteMessage::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:120
goby::test::acomms::protobuf::RouteMessage::swap
friend void swap(RouteMessage &a, RouteMessage &b)
Definition: test.pb.h:124
protobuf_goby_2ftest_2facomms_2froute1_2ftest_2eproto::AddDescriptors
void AddDescriptors()
goby::test::acomms::protobuf::RouteMessage::time_unit
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: test.pb.h:212
google
Definition: dccl.h:57
goby::test::acomms::protobuf::RouteMessage::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::acomms::protobuf::RouteMessage::kTimeFieldNumber
static const int kTimeFieldNumber
Definition: test.pb.h:191