Goby3  3.1.5a
2024.05.23
file_transfer_config.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/zeromq/protobuf/file_transfer_config.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto
5 #define PROTOBUF_INCLUDED_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_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/generated_enum_reflection.h>
33 #include <google/protobuf/unknown_field_set.h>
37 #include "dccl/option_extensions.pb.h"
38 #include <boost/units/quantity.hpp>
39 #include <boost/units/absolute.hpp>
40 #include <boost/units/dimensionless_type.hpp>
41 #include <boost/units/make_scaled_unit.hpp>
42 // @@protoc_insertion_point(includes)
43 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto
44 
46 // Internal implementation detail -- do not use these members.
47 struct TableStruct {
48  static const ::google::protobuf::internal::ParseTableField entries[];
49  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
50  static const ::google::protobuf::internal::ParseTable schema[1];
51  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
52  static const ::google::protobuf::internal::SerializationTable serialization_table[];
54 };
55 void AddDescriptors();
56 } // namespace protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto
57 namespace goby {
58 namespace apps {
59 namespace zeromq {
60 namespace acomms {
61 namespace protobuf {
62 class FileTransferConfig;
63 class FileTransferConfigDefaultTypeInternal;
64 extern FileTransferConfigDefaultTypeInternal _FileTransferConfig_default_instance_;
65 } // namespace protobuf
66 } // namespace acomms
67 } // namespace zeromq
68 } // namespace apps
69 } // namespace goby
70 namespace google {
71 namespace protobuf {
72 template<> ::goby::apps::zeromq::acomms::protobuf::FileTransferConfig* Arena::CreateMaybeMessage<::goby::apps::zeromq::acomms::protobuf::FileTransferConfig>(Arena*);
73 } // namespace protobuf
74 } // namespace google
75 namespace goby {
76 namespace apps {
77 namespace zeromq {
78 namespace acomms {
79 namespace protobuf {
80 
85 };
86 bool FileTransferConfig_Action_IsValid(int value);
90 
91 const ::google::protobuf::EnumDescriptor* FileTransferConfig_Action_descriptor();
92 inline const ::std::string& FileTransferConfig_Action_Name(FileTransferConfig_Action value) {
93  return ::google::protobuf::internal::NameOfEnum(
95 }
97  const ::std::string& name, FileTransferConfig_Action* value) {
98  return ::google::protobuf::internal::ParseNamedEnum<FileTransferConfig_Action>(
100 }
101 // ===================================================================
102 
103 class FileTransferConfig : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.apps.zeromq.acomms.protobuf.FileTransferConfig) */ {
104  public:
106  virtual ~FileTransferConfig();
107 
109 
111  CopyFrom(from);
112  return *this;
113  }
114  #if LANG_CXX11
115  FileTransferConfig(FileTransferConfig&& from) noexcept
116  : FileTransferConfig() {
117  *this = ::std::move(from);
118  }
119 
120  inline FileTransferConfig& operator=(FileTransferConfig&& from) noexcept {
121  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
122  if (this != &from) InternalSwap(&from);
123  } else {
124  CopyFrom(from);
125  }
126  return *this;
127  }
128  #endif
129  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
130  return _internal_metadata_.unknown_fields();
131  }
132  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
133  return _internal_metadata_.mutable_unknown_fields();
134  }
135 
136  static const ::google::protobuf::Descriptor* descriptor();
137  static const FileTransferConfig& default_instance();
138 
139  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
141  return reinterpret_cast<const FileTransferConfig*>(
143  }
144  static constexpr int kIndexInFileMessages =
145  0;
146 
147  void Swap(FileTransferConfig* other);
149  a.Swap(&b);
150  }
151 
152  // implements Message ----------------------------------------------
153 
154  inline FileTransferConfig* New() const final {
155  return CreateMaybeMessage<FileTransferConfig>(NULL);
156  }
157 
159  return CreateMaybeMessage<FileTransferConfig>(arena);
160  }
161  void CopyFrom(const ::google::protobuf::Message& from) final;
162  void MergeFrom(const ::google::protobuf::Message& from) final;
163  void CopyFrom(const FileTransferConfig& from);
164  void MergeFrom(const FileTransferConfig& from);
165  void Clear() final;
166  bool IsInitialized() const final;
167 
168  size_t ByteSizeLong() const final;
170  ::google::protobuf::io::CodedInputStream* input) final;
172  ::google::protobuf::io::CodedOutputStream* output) const final;
174  bool deterministic, ::google::protobuf::uint8* target) const final;
175  int GetCachedSize() const final { return _cached_size_.Get(); }
176 
177  private:
178  void SharedCtor();
179  void SharedDtor();
180  void SetCachedSize(int size) const final;
181  void InternalSwap(FileTransferConfig* other);
182  private:
183  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
184  return NULL;
185  }
186  inline void* MaybeArenaPtr() const {
187  return NULL;
188  }
189  public:
190 
192 
193  // nested types ----------------------------------------------------
194 
196  static const Action WAIT =
198  static const Action PUSH =
200  static const Action PULL =
202  static inline bool Action_IsValid(int value) {
203  return FileTransferConfig_Action_IsValid(value);
204  }
205  static const Action Action_MIN =
207  static const Action Action_MAX =
209  static const int Action_ARRAYSIZE =
211  static inline const ::google::protobuf::EnumDescriptor*
214  }
215  static inline const ::std::string& Action_Name(Action value) {
216  return FileTransferConfig_Action_Name(value);
217  }
218  static inline bool Action_Parse(const ::std::string& name,
219  Action* value) {
220  return FileTransferConfig_Action_Parse(name, value);
221  }
222 
223  // accessors -------------------------------------------------------
224 
225  // optional string local_file = 6;
226  bool has_local_file() const;
227  void clear_local_file();
228  static const int kLocalFileFieldNumber = 6;
229  const ::std::string& local_file() const;
230  void set_local_file(const ::std::string& value);
231  #if LANG_CXX11
232  void set_local_file(::std::string&& value);
233  #endif
234  void set_local_file(const char* value);
235  void set_local_file(const char* value, size_t size);
236  ::std::string* mutable_local_file();
237  ::std::string* release_local_file();
238  void set_allocated_local_file(::std::string* local_file);
239 
240  // optional string remote_file = 7;
241  bool has_remote_file() const;
242  void clear_remote_file();
243  static const int kRemoteFileFieldNumber = 7;
244  const ::std::string& remote_file() const;
245  void set_remote_file(const ::std::string& value);
246  #if LANG_CXX11
247  void set_remote_file(::std::string&& value);
248  #endif
249  void set_remote_file(const char* value);
250  void set_remote_file(const char* value, size_t size);
251  ::std::string* mutable_remote_file();
252  ::std::string* release_remote_file();
253  void set_allocated_remote_file(::std::string* remote_file);
254 
255  // optional .goby.middleware.protobuf.AppConfig app = 1;
256  bool has_app() const;
257  void clear_app();
258  static const int kAppFieldNumber = 1;
259  private:
260  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
261  public:
262  const ::goby::middleware::protobuf::AppConfig& app() const;
266 
267  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2 [(.goby.field) = {
268  bool has_interprocess() const;
269  void clear_interprocess();
270  static const int kInterprocessFieldNumber = 2;
271  private:
272  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
273  public:
274  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
278 
279  // optional bool daemon = 3 [default = false];
280  bool has_daemon() const;
281  void clear_daemon();
282  static const int kDaemonFieldNumber = 3;
283  bool daemon() const;
284  void set_daemon(bool value);
285 
286  // required int32 local_id = 4;
287  bool has_local_id() const;
288  void clear_local_id();
289  static const int kLocalIdFieldNumber = 4;
292 
293  // optional int32 remote_id = 5;
294  bool has_remote_id() const;
295  void clear_remote_id();
296  static const int kRemoteIdFieldNumber = 5;
299 
300  // optional .goby.apps.zeromq.acomms.protobuf.FileTransferConfig.Action action = 10 [default = WAIT];
301  bool has_action() const;
302  void clear_action();
303  static const int kActionFieldNumber = 10;
306 
307  // optional double request_timeout = 11 [default = 600];
308  bool has_request_timeout() const;
309  void clear_request_timeout();
310  static const int kRequestTimeoutFieldNumber = 11;
311  double request_timeout() const;
312  void set_request_timeout(double value);
313 
314  // @@protoc_insertion_point(class_scope:goby.apps.zeromq.acomms.protobuf.FileTransferConfig)
315  private:
316  void set_has_app();
317  void clear_has_app();
318  void set_has_interprocess();
319  void clear_has_interprocess();
320  void set_has_daemon();
321  void clear_has_daemon();
322  void set_has_local_id();
323  void clear_has_local_id();
324  void set_has_remote_id();
325  void clear_has_remote_id();
326  void set_has_local_file();
327  void clear_has_local_file();
328  void set_has_remote_file();
329  void clear_has_remote_file();
330  void set_has_action();
331  void clear_has_action();
332  void set_has_request_timeout();
333  void clear_has_request_timeout();
334 
335  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
336  ::google::protobuf::internal::HasBits<1> _has_bits_;
337  mutable ::google::protobuf::internal::CachedSize _cached_size_;
338  ::google::protobuf::internal::ArenaStringPtr local_file_;
339  ::google::protobuf::internal::ArenaStringPtr remote_file_;
342  bool daemon_;
343  ::google::protobuf::int32 local_id_;
344  ::google::protobuf::int32 remote_id_;
345  int action_;
346  double request_timeout_;
347  friend struct ::protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct;
348 };
349 // ===================================================================
350 
351 
352 // ===================================================================
353 
354 #ifdef __GNUC__
355  #pragma GCC diagnostic push
356  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
357 #endif // __GNUC__
358 // FileTransferConfig
359 
360 // optional .goby.middleware.protobuf.AppConfig app = 1;
361 inline bool FileTransferConfig::has_app() const {
362  return (_has_bits_[0] & 0x00000004u) != 0;
363 }
364 inline void FileTransferConfig::set_has_app() {
365  _has_bits_[0] |= 0x00000004u;
366 }
367 inline void FileTransferConfig::clear_has_app() {
368  _has_bits_[0] &= ~0x00000004u;
369 }
370 inline const ::goby::middleware::protobuf::AppConfig& FileTransferConfig::_internal_app() const {
371  return *app_;
372 }
373 inline const ::goby::middleware::protobuf::AppConfig& FileTransferConfig::app() const {
374  const ::goby::middleware::protobuf::AppConfig* p = app_;
375  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.app)
376  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
378 }
379 inline ::goby::middleware::protobuf::AppConfig* FileTransferConfig::release_app() {
380  // @@protoc_insertion_point(field_release:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.app)
381  clear_has_app();
383  app_ = NULL;
384  return temp;
385 }
386 inline ::goby::middleware::protobuf::AppConfig* FileTransferConfig::mutable_app() {
387  set_has_app();
388  if (app_ == NULL) {
389  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
390  app_ = p;
391  }
392  // @@protoc_insertion_point(field_mutable:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.app)
393  return app_;
394 }
396  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
397  if (message_arena == NULL) {
398  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
399  }
400  if (app) {
401  ::google::protobuf::Arena* submessage_arena = NULL;
402  if (message_arena != submessage_arena) {
403  app = ::google::protobuf::internal::GetOwnedMessage(
404  message_arena, app, submessage_arena);
405  }
406  set_has_app();
407  } else {
408  clear_has_app();
409  }
410  app_ = app;
411  // @@protoc_insertion_point(field_set_allocated:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.app)
412 }
413 
414 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2 [(.goby.field) = {
416  return (_has_bits_[0] & 0x00000008u) != 0;
417 }
418 inline void FileTransferConfig::set_has_interprocess() {
419  _has_bits_[0] |= 0x00000008u;
420 }
421 inline void FileTransferConfig::clear_has_interprocess() {
422  _has_bits_[0] &= ~0x00000008u;
423 }
424 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& FileTransferConfig::_internal_interprocess() const {
425  return *interprocess_;
426 }
427 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& FileTransferConfig::interprocess() const {
428  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
429  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.interprocess)
430  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
432 }
433 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* FileTransferConfig::release_interprocess() {
434  // @@protoc_insertion_point(field_release:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.interprocess)
435  clear_has_interprocess();
437  interprocess_ = NULL;
438  return temp;
439 }
440 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* FileTransferConfig::mutable_interprocess() {
441  set_has_interprocess();
442  if (interprocess_ == NULL) {
443  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
444  interprocess_ = p;
445  }
446  // @@protoc_insertion_point(field_mutable:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.interprocess)
447  return interprocess_;
448 }
450  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
451  if (message_arena == NULL) {
452  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
453  }
454  if (interprocess) {
455  ::google::protobuf::Arena* submessage_arena = NULL;
456  if (message_arena != submessage_arena) {
457  interprocess = ::google::protobuf::internal::GetOwnedMessage(
458  message_arena, interprocess, submessage_arena);
459  }
460  set_has_interprocess();
461  } else {
462  clear_has_interprocess();
463  }
464  interprocess_ = interprocess;
465  // @@protoc_insertion_point(field_set_allocated:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.interprocess)
466 }
467 
468 // optional bool daemon = 3 [default = false];
469 inline bool FileTransferConfig::has_daemon() const {
470  return (_has_bits_[0] & 0x00000010u) != 0;
471 }
472 inline void FileTransferConfig::set_has_daemon() {
473  _has_bits_[0] |= 0x00000010u;
474 }
475 inline void FileTransferConfig::clear_has_daemon() {
476  _has_bits_[0] &= ~0x00000010u;
477 }
479  daemon_ = false;
480  clear_has_daemon();
481 }
482 inline bool FileTransferConfig::daemon() const {
483  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.daemon)
484  return daemon_;
485 }
486 inline void FileTransferConfig::set_daemon(bool value) {
487  set_has_daemon();
488  daemon_ = value;
489  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.daemon)
490 }
491 
492 // required int32 local_id = 4;
493 inline bool FileTransferConfig::has_local_id() const {
494  return (_has_bits_[0] & 0x00000020u) != 0;
495 }
496 inline void FileTransferConfig::set_has_local_id() {
497  _has_bits_[0] |= 0x00000020u;
498 }
499 inline void FileTransferConfig::clear_has_local_id() {
500  _has_bits_[0] &= ~0x00000020u;
501 }
503  local_id_ = 0;
504  clear_has_local_id();
505 }
507  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_id)
508  return local_id_;
509 }
511  set_has_local_id();
512  local_id_ = value;
513  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_id)
514 }
515 
516 // optional int32 remote_id = 5;
518  return (_has_bits_[0] & 0x00000040u) != 0;
519 }
520 inline void FileTransferConfig::set_has_remote_id() {
521  _has_bits_[0] |= 0x00000040u;
522 }
523 inline void FileTransferConfig::clear_has_remote_id() {
524  _has_bits_[0] &= ~0x00000040u;
525 }
527  remote_id_ = 0;
528  clear_has_remote_id();
529 }
531  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_id)
532  return remote_id_;
533 }
535  set_has_remote_id();
536  remote_id_ = value;
537  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_id)
538 }
539 
540 // optional string local_file = 6;
542  return (_has_bits_[0] & 0x00000001u) != 0;
543 }
544 inline void FileTransferConfig::set_has_local_file() {
545  _has_bits_[0] |= 0x00000001u;
546 }
547 inline void FileTransferConfig::clear_has_local_file() {
548  _has_bits_[0] &= ~0x00000001u;
549 }
551  local_file_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
552  clear_has_local_file();
553 }
554 inline const ::std::string& FileTransferConfig::local_file() const {
555  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
556  return local_file_.GetNoArena();
557 }
558 inline void FileTransferConfig::set_local_file(const ::std::string& value) {
559  set_has_local_file();
560  local_file_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
561  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
562 }
563 #if LANG_CXX11
564 inline void FileTransferConfig::set_local_file(::std::string&& value) {
565  set_has_local_file();
566  local_file_.SetNoArena(
568  // @@protoc_insertion_point(field_set_rvalue:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
569 }
570 #endif
571 inline void FileTransferConfig::set_local_file(const char* value) {
572  GOOGLE_DCHECK(value != NULL);
573  set_has_local_file();
574  local_file_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
575  // @@protoc_insertion_point(field_set_char:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
576 }
577 inline void FileTransferConfig::set_local_file(const char* value, size_t size) {
578  set_has_local_file();
580  ::std::string(reinterpret_cast<const char*>(value), size));
581  // @@protoc_insertion_point(field_set_pointer:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
582 }
583 inline ::std::string* FileTransferConfig::mutable_local_file() {
584  set_has_local_file();
585  // @@protoc_insertion_point(field_mutable:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
586  return local_file_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
587 }
588 inline ::std::string* FileTransferConfig::release_local_file() {
589  // @@protoc_insertion_point(field_release:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
590  if (!has_local_file()) {
591  return NULL;
592  }
593  clear_has_local_file();
594  return local_file_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
595 }
596 inline void FileTransferConfig::set_allocated_local_file(::std::string* local_file) {
597  if (local_file != NULL) {
598  set_has_local_file();
599  } else {
600  clear_has_local_file();
601  }
602  local_file_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), local_file);
603  // @@protoc_insertion_point(field_set_allocated:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.local_file)
604 }
605 
606 // optional string remote_file = 7;
608  return (_has_bits_[0] & 0x00000002u) != 0;
609 }
610 inline void FileTransferConfig::set_has_remote_file() {
611  _has_bits_[0] |= 0x00000002u;
612 }
613 inline void FileTransferConfig::clear_has_remote_file() {
614  _has_bits_[0] &= ~0x00000002u;
615 }
617  remote_file_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
618  clear_has_remote_file();
619 }
620 inline const ::std::string& FileTransferConfig::remote_file() const {
621  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
622  return remote_file_.GetNoArena();
623 }
624 inline void FileTransferConfig::set_remote_file(const ::std::string& value) {
625  set_has_remote_file();
626  remote_file_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
627  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
628 }
629 #if LANG_CXX11
630 inline void FileTransferConfig::set_remote_file(::std::string&& value) {
631  set_has_remote_file();
632  remote_file_.SetNoArena(
634  // @@protoc_insertion_point(field_set_rvalue:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
635 }
636 #endif
637 inline void FileTransferConfig::set_remote_file(const char* value) {
638  GOOGLE_DCHECK(value != NULL);
639  set_has_remote_file();
640  remote_file_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
641  // @@protoc_insertion_point(field_set_char:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
642 }
643 inline void FileTransferConfig::set_remote_file(const char* value, size_t size) {
644  set_has_remote_file();
645  remote_file_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
646  ::std::string(reinterpret_cast<const char*>(value), size));
647  // @@protoc_insertion_point(field_set_pointer:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
648 }
650  set_has_remote_file();
651  // @@protoc_insertion_point(field_mutable:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
652  return remote_file_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
653 }
655  // @@protoc_insertion_point(field_release:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
656  if (!has_remote_file()) {
657  return NULL;
658  }
659  clear_has_remote_file();
660  return remote_file_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
661 }
662 inline void FileTransferConfig::set_allocated_remote_file(::std::string* remote_file) {
663  if (remote_file != NULL) {
664  set_has_remote_file();
665  } else {
666  clear_has_remote_file();
667  }
668  remote_file_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), remote_file);
669  // @@protoc_insertion_point(field_set_allocated:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.remote_file)
670 }
671 
672 // optional .goby.apps.zeromq.acomms.protobuf.FileTransferConfig.Action action = 10 [default = WAIT];
673 inline bool FileTransferConfig::has_action() const {
674  return (_has_bits_[0] & 0x00000080u) != 0;
675 }
676 inline void FileTransferConfig::set_has_action() {
677  _has_bits_[0] |= 0x00000080u;
678 }
679 inline void FileTransferConfig::clear_has_action() {
680  _has_bits_[0] &= ~0x00000080u;
681 }
683  action_ = 0;
684  clear_has_action();
685 }
687  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.action)
689 }
692  set_has_action();
693  action_ = value;
694  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.action)
695 }
696 
697 // optional double request_timeout = 11 [default = 600];
699  return (_has_bits_[0] & 0x00000100u) != 0;
700 }
701 inline void FileTransferConfig::set_has_request_timeout() {
702  _has_bits_[0] |= 0x00000100u;
703 }
704 inline void FileTransferConfig::clear_has_request_timeout() {
705  _has_bits_[0] &= ~0x00000100u;
706 }
708  request_timeout_ = 600;
709  clear_has_request_timeout();
710 }
711 inline double FileTransferConfig::request_timeout() const {
712  // @@protoc_insertion_point(field_get:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.request_timeout)
713  return request_timeout_;
714 }
715 inline void FileTransferConfig::set_request_timeout(double value) {
716  set_has_request_timeout();
717  request_timeout_ = value;
718  // @@protoc_insertion_point(field_set:goby.apps.zeromq.acomms.protobuf.FileTransferConfig.request_timeout)
719 }
720 
721 #ifdef __GNUC__
722  #pragma GCC diagnostic pop
723 #endif // __GNUC__
724 
725 // @@protoc_insertion_point(namespace_scope)
726 
727 } // namespace protobuf
728 } // namespace acomms
729 } // namespace zeromq
730 } // namespace apps
731 } // namespace goby
732 
733 namespace google {
734 namespace protobuf {
735 
736 template <> struct is_proto_enum< ::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action> : ::std::true_type {};
737 template <>
738 inline const EnumDescriptor* GetEnumDescriptor< ::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action>() {
740 }
741 
742 } // namespace protobuf
743 } // namespace google
744 
745 // @@protoc_insertion_point(global_scope)
746 
747 #endif // PROTOBUF_INCLUDED_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::operator=
FileTransferConfig & operator=(const FileTransferConfig &from)
Definition: file_transfer_config.pb.h:110
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::GetCachedSize
int GetCachedSize() const final
Definition: file_transfer_config.pb.h:175
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_local_id
void set_local_id(::google::protobuf::int32 value)
Definition: file_transfer_config.pb.h:510
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: file_transfer_config.pb.h:51
google::protobuf::internal::GetEmptyStringAlreadyInited
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:133
goby::zeromq::protobuf::InterProcessPortalConfig
Definition: interprocess_config.pb.h:97
goby::middleware::protobuf::AppConfig
Definition: app_config.pb.h:767
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_request_timeout
void clear_request_timeout()
Definition: file_transfer_config.pb.h:707
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_remote_id
bool has_remote_id() const
Definition: file_transfer_config.pb.h:517
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_interprocess
void clear_interprocess()
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_daemon
bool has_daemon() const
Definition: file_transfer_config.pb.h:469
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: file_transfer_config.pb.h:373
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_request_timeout
bool has_request_timeout() const
Definition: file_transfer_config.pb.h:698
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_ARRAYSIZE
static const int Action_ARRAYSIZE
Definition: file_transfer_config.pb.h:209
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kActionFieldNumber
static const int kActionFieldNumber
Definition: file_transfer_config.pb.h:303
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_remote_file
bool has_remote_file() const
Definition: file_transfer_config.pb.h:607
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: file_transfer_config.pb.h:50
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kLocalIdFieldNumber
static const int kLocalIdFieldNumber
Definition: file_transfer_config.pb.h:289
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action
FileTransferConfig_Action
Definition: file_transfer_config.pb.h:81
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_Name
const ::std::string & FileTransferConfig_Action_Name(FileTransferConfig_Action value)
Definition: file_transfer_config.pb.h:92
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: file_transfer_config.pb.h:144
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_descriptor
const ::google::protobuf::EnumDescriptor * FileTransferConfig_Action_descriptor()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_remote_id
void set_remote_id(::google::protobuf::int32 value)
Definition: file_transfer_config.pb.h:534
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_app
void clear_app()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::action
::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action action() const
Definition: file_transfer_config.pb.h:686
google::protobuf::MessageLite
Definition: message_lite.h:164
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kDaemonFieldNumber
static const int kDaemonFieldNumber
Definition: file_transfer_config.pb.h:282
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::ByteSizeLong
size_t ByteSizeLong() const final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_local_id
bool has_local_id() const
Definition: file_transfer_config.pb.h:493
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_descriptor
static const ::google::protobuf::EnumDescriptor * Action_descriptor()
Definition: file_transfer_config.pb.h:212
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_PUSH
@ FileTransferConfig_Action_PUSH
Definition: file_transfer_config.pb.h:83
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_remote_file
void clear_remote_file()
Definition: file_transfer_config.pb.h:616
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Swap
void Swap(FileTransferConfig *other)
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_local_file
bool has_local_file() const
Definition: file_transfer_config.pb.h:541
google::protobuf::Arena
Definition: arena.h:244
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_PULL
@ FileTransferConfig_Action_PULL
Definition: file_transfer_config.pb.h:84
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: file_transfer_config.pb.h:49
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Clear
void Clear() final
interprocess_config.pb.h
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_action
void set_action(::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action value)
Definition: file_transfer_config.pb.h:690
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::WAIT
static const Action WAIT
Definition: file_transfer_config.pb.h:196
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::daemon
bool daemon() const
Definition: file_transfer_config.pb.h:482
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_remote_id
void clear_remote_id()
Definition: file_transfer_config.pb.h:526
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: file_transfer_config.pb.h:433
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_Parse
bool FileTransferConfig_Action_Parse(const ::std::string &name, FileTransferConfig_Action *value)
Definition: file_transfer_config.pb.h:96
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_action
bool has_action() const
Definition: file_transfer_config.pb.h:673
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_action
void clear_action()
Definition: file_transfer_config.pb.h:682
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_Parse
static bool Action_Parse(const ::std::string &name, Action *value)
Definition: file_transfer_config.pb.h:218
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::swap
friend void swap(FileTransferConfig &a, FileTransferConfig &b)
Definition: file_transfer_config.pb.h:148
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_allocated_interprocess
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition: file_transfer_config.pb.h:449
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::New
FileTransferConfig * New() const final
Definition: file_transfer_config.pb.h:154
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct
Definition: file_transfer_config.pb.h:47
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_allocated_local_file
void set_allocated_local_file(::std::string *local_file)
Definition: file_transfer_config.pb.h:596
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
message.h
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::remote_id
::google::protobuf::int32 remote_id() const
Definition: file_transfer_config.pb.h:530
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: file_transfer_config.pb.h:440
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_daemon
void set_daemon(bool value)
Definition: file_transfer_config.pb.h:486
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: file_transfer_config.pb.h:270
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::AddDescriptors
void AddDescriptors()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_MIN
static const Action Action_MIN
Definition: file_transfer_config.pb.h:205
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::default_instance
static const FileTransferConfig & default_instance()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::FileTransferConfig
FileTransferConfig()
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kAppFieldNumber
static const int kAppFieldNumber
Definition: file_transfer_config.pb.h:258
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_MAX
static const Action Action_MAX
Definition: file_transfer_config.pb.h:207
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: file_transfer_config.pb.h:395
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::mutable_remote_file
::std::string * mutable_remote_file()
Definition: file_transfer_config.pb.h:649
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::int32
std::int32_t int32
Definition: primitive_types.h:33
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_local_id
void clear_local_id()
Definition: file_transfer_config.pb.h:502
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: file_transfer_config.pb.h:132
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kRemoteFileFieldNumber
static const int kRemoteFileFieldNumber
Definition: file_transfer_config.pb.h:243
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: file_transfer_config.pb.h:379
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_Action_MIN
const FileTransferConfig_Action FileTransferConfig_Action_Action_MIN
Definition: file_transfer_config.pb.h:87
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::IsInitialized
bool IsInitialized() const final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_IsValid
bool FileTransferConfig_Action_IsValid(int value)
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_remote_file
void set_remote_file(const ::std::string &value)
Definition: file_transfer_config.pb.h:624
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::release_local_file
::std::string * release_local_file()
Definition: file_transfer_config.pb.h:588
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kRequestTimeoutFieldNumber
static const int kRequestTimeoutFieldNumber
Definition: file_transfer_config.pb.h:310
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kLocalFileFieldNumber
static const int kLocalFileFieldNumber
Definition: file_transfer_config.pb.h:228
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::kRemoteIdFieldNumber
static const int kRemoteIdFieldNumber
Definition: file_transfer_config.pb.h:296
goby::apps::zeromq::acomms::protobuf::FileTransferConfig
Definition: file_transfer_config.pb.h:103
google::protobuf::Metadata
Definition: message.h:174
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_Action_ARRAYSIZE
const int FileTransferConfig_Action_Action_ARRAYSIZE
Definition: file_transfer_config.pb.h:89
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_local_file
void set_local_file(const ::std::string &value)
Definition: file_transfer_config.pb.h:558
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_IsValid
static bool Action_IsValid(int value)
Definition: file_transfer_config.pb.h:202
google::protobuf::Message
Definition: message.h:189
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_interprocess
bool has_interprocess() const
Definition: file_transfer_config.pb.h:415
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::mutable_app
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition: file_transfer_config.pb.h:386
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::internal_default_instance
static const FileTransferConfig * internal_default_instance()
Definition: file_transfer_config.pb.h:140
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::New
FileTransferConfig * New(::google::protobuf::Arena *arena) const final
Definition: file_transfer_config.pb.h:158
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_local_file
void clear_local_file()
Definition: file_transfer_config.pb.h:550
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::request_timeout
double request_timeout() const
Definition: file_transfer_config.pb.h:711
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_request_timeout
void set_request_timeout(double value)
Definition: file_transfer_config.pb.h:715
goby::middleware::protobuf::_AppConfig_default_instance_
AppConfigDefaultTypeInternal _AppConfig_default_instance_
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_allocated_remote_file
void set_allocated_remote_file(::std::string *remote_file)
Definition: file_transfer_config.pb.h:662
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::InitAsDefaultInstance
static void InitAsDefaultInstance()
arena.h
goby::apps::zeromq::acomms::protobuf::_FileTransferConfig_default_instance_
FileTransferConfigDefaultTypeInternal _FileTransferConfig_default_instance_
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::has_app
bool has_app() const
Definition: file_transfer_config.pb.h:361
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::Action_Name
static const ::std::string & Action_Name(Action value)
Definition: file_transfer_config.pb.h:215
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::remote_file
const ::std::string & remote_file() const
Definition: file_transfer_config.pb.h:620
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::local_id
::google::protobuf::int32 local_id() const
Definition: file_transfer_config.pb.h:506
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_daemon
void clear_daemon()
Definition: file_transfer_config.pb.h:478
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
option_extensions.pb.h
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: file_transfer_config.pb.h:52
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: file_transfer_config.pb.h:48
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: file_transfer_config.pb.h:427
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_Action_MAX
const FileTransferConfig_Action FileTransferConfig_Action_Action_MAX
Definition: file_transfer_config.pb.h:88
app_config.pb.h
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: file_transfer_config.pb.h:129
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::local_file
const ::std::string & local_file() const
Definition: file_transfer_config.pb.h:554
goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_
InterProcessPortalConfigDefaultTypeInternal _InterProcessPortalConfig_default_instance_
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::PUSH
static const Action PUSH
Definition: file_transfer_config.pb.h:198
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::~FileTransferConfig
virtual ~FileTransferConfig()
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto
Definition: file_transfer_config.pb.h:45
protobuf_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: file_transfer_config.pb.h:53
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::release_remote_file
::std::string * release_remote_file()
Definition: file_transfer_config.pb.h:654
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::mutable_local_file
::std::string * mutable_local_file()
Definition: file_transfer_config.pb.h:583
google
Definition: dccl.h:57
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::PULL
static const Action PULL
Definition: file_transfer_config.pb.h:200
goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action_WAIT
@ FileTransferConfig_Action_WAIT
Definition: file_transfer_config.pb.h:82