Goby3 3.2.3
2025.05.13
|
#include <goby/zeromq/protobuf/file_transfer_config.pb.h>
Public Types | |
enum | : int { kLocalFileFieldNumber = 6 , kRemoteFileFieldNumber = 7 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kDaemonFieldNumber = 3 , kLocalIdFieldNumber = 4 , kRemoteIdFieldNumber = 5 , kActionFieldNumber = 10 , kRequestTimeoutFieldNumber = 11 } |
typedef FileTransferConfig_Action | Action |
Public Member Functions | |
FileTransferConfig () | |
~FileTransferConfig () override | |
PROTOBUF_CONSTEXPR | FileTransferConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
FileTransferConfig (const FileTransferConfig &from) | |
FileTransferConfig (FileTransferConfig &&from) noexcept | |
FileTransferConfig & | operator= (const FileTransferConfig &from) |
FileTransferConfig & | operator= (FileTransferConfig &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FileTransferConfig *other) |
void | UnsafeArenaSwap (FileTransferConfig *other) |
FileTransferConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const FileTransferConfig &from) |
void | MergeFrom (const FileTransferConfig &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_local_file () const |
void | clear_local_file () |
const std::string & | local_file () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_local_file (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_local_file () |
PROTOBUF_NODISCARD std::string * | release_local_file () |
void | set_allocated_local_file (std::string *local_file) |
bool | has_remote_file () const |
void | clear_remote_file () |
const std::string & | remote_file () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_remote_file (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_remote_file () |
PROTOBUF_NODISCARD std::string * | release_remote_file () |
void | set_allocated_remote_file (std::string *remote_file) |
bool | has_app () const |
void | clear_app () |
const ::goby::middleware::protobuf::AppConfig & | app () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
void | unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
::goby::middleware::protobuf::AppConfig * | unsafe_arena_release_app () |
bool | has_interprocess () const |
void | clear_interprocess () |
const ::goby::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
void | unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
::goby::zeromq::protobuf::InterProcessPortalConfig * | unsafe_arena_release_interprocess () |
bool | has_daemon () const |
void | clear_daemon () |
bool | daemon () const |
void | set_daemon (bool value) |
bool | has_local_id () const |
void | clear_local_id () |
int32_t | local_id () const |
void | set_local_id (int32_t value) |
bool | has_remote_id () const |
void | clear_remote_id () |
int32_t | remote_id () const |
void | set_remote_id (int32_t value) |
bool | has_action () const |
void | clear_action () |
::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action | action () const |
void | set_action (::goby::apps::zeromq::acomms::protobuf::FileTransferConfig_Action value) |
bool | has_request_timeout () const |
void | clear_request_timeout () |
double | request_timeout () const |
void | set_request_timeout (double value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_local_file (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_remote_file (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const FileTransferConfig & | default_instance () |
static const FileTransferConfig * | internal_default_instance () |
static bool | Action_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Action_descriptor () |
template<typename T > | |
static const std::string & | Action_Name (T enum_t_value) |
static bool | Action_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Action *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr Action | WAIT |
static constexpr Action | PUSH |
static constexpr Action | PULL |
static constexpr Action | Action_MIN |
static constexpr Action | Action_MAX |
static constexpr int | Action_ARRAYSIZE |
Protected Member Functions | |
FileTransferConfig (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2fzeromq_2fprotobuf_2ffile_5ftransfer_5fconfig_2eproto |
void | swap (FileTransferConfig &a, FileTransferConfig &b) |
Definition at line 103 of file file_transfer_config.pb.h.
Definition at line 228 of file file_transfer_config.pb.h.
anonymous enum : int |
Definition at line 262 of file file_transfer_config.pb.h.
|
inline |
Definition at line 106 of file file_transfer_config.pb.h.
|
override |
|
explicit |
goby::apps::zeromq::acomms::protobuf::FileTransferConfig::FileTransferConfig | ( | const FileTransferConfig & | from | ) |
|
inlinenoexcept |
Definition at line 111 of file file_transfer_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 853 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 245 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 235 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 249 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 255 of file file_transfer_config.pb.h.
|
inline |
Definition at line 458 of file file_transfer_config.pb.h.
|
final |
|
final |
|
inline |
Definition at line 846 of file file_transfer_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_app | ( | ) |
|
inline |
Definition at line 626 of file file_transfer_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::FileTransferConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 710 of file file_transfer_config.pb.h.
|
inline |
Definition at line 654 of file file_transfer_config.pb.h.
|
inline |
Definition at line 778 of file file_transfer_config.pb.h.
|
inline |
Definition at line 682 of file file_transfer_config.pb.h.
|
inline |
Definition at line 875 of file file_transfer_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::FileTransferConfig::CopyFrom | ( | const FileTransferConfig & | from | ) |
|
inline |
Definition at line 633 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 150 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 141 of file file_transfer_config.pb.h.
|
inlinefinal |
Definition at line 203 of file file_transfer_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 144 of file file_transfer_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 147 of file file_transfer_config.pb.h.
|
inline |
Definition at line 843 of file file_transfer_config.pb.h.
|
inline |
Definition at line 450 of file file_transfer_config.pb.h.
|
inline |
Definition at line 623 of file file_transfer_config.pb.h.
|
inline |
Definition at line 537 of file file_transfer_config.pb.h.
|
inline |
Definition at line 707 of file file_transfer_config.pb.h.
|
inline |
Definition at line 651 of file file_transfer_config.pb.h.
|
inline |
Definition at line 775 of file file_transfer_config.pb.h.
|
inline |
Definition at line 679 of file file_transfer_config.pb.h.
|
inline |
Definition at line 872 of file file_transfer_config.pb.h.
|
inlinestatic |
Definition at line 153 of file file_transfer_config.pb.h.
|
inline |
Definition at line 545 of file file_transfer_config.pb.h.
|
final |
|
inline |
Definition at line 714 of file file_transfer_config.pb.h.
|
inline |
Definition at line 661 of file file_transfer_config.pb.h.
|
inline |
Definition at line 190 of file file_transfer_config.pb.h.
|
inline |
Definition at line 505 of file file_transfer_config.pb.h.
|
inline |
Definition at line 592 of file file_transfer_config.pb.h.
|
inline |
Definition at line 725 of file file_transfer_config.pb.h.
|
inline |
Definition at line 793 of file file_transfer_config.pb.h.
|
inline |
Definition at line 137 of file file_transfer_config.pb.h.
|
inlinefinal |
Definition at line 184 of file file_transfer_config.pb.h.
|
inline |
Definition at line 116 of file file_transfer_config.pb.h.
|
inlinenoexcept |
Definition at line 120 of file file_transfer_config.pb.h.
|
inline |
Definition at line 475 of file file_transfer_config.pb.h.
|
inline |
Definition at line 562 of file file_transfer_config.pb.h.
|
inline |
Definition at line 741 of file file_transfer_config.pb.h.
|
inline |
Definition at line 809 of file file_transfer_config.pb.h.
|
inline |
Definition at line 782 of file file_transfer_config.pb.h.
|
inline |
Definition at line 689 of file file_transfer_config.pb.h.
|
inline |
Definition at line 882 of file file_transfer_config.pb.h.
|
inline |
Definition at line 862 of file file_transfer_config.pb.h.
|
inline |
Definition at line 510 of file file_transfer_config.pb.h.
|
inline |
Definition at line 597 of file file_transfer_config.pb.h.
|
inline |
Definition at line 755 of file file_transfer_config.pb.h.
|
inline |
Definition at line 823 of file file_transfer_config.pb.h.
|
inline |
Definition at line 641 of file file_transfer_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_local_file | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 720 of file file_transfer_config.pb.h.
|
inline |
Definition at line 669 of file file_transfer_config.pb.h.
void goby::apps::zeromq::acomms::protobuf::FileTransferConfig::set_remote_file | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 788 of file file_transfer_config.pb.h.
|
inline |
Definition at line 697 of file file_transfer_config.pb.h.
|
inline |
Definition at line 890 of file file_transfer_config.pb.h.
|
inline |
Definition at line 163 of file file_transfer_config.pb.h.
|
inline |
Definition at line 134 of file file_transfer_config.pb.h.
|
inline |
Definition at line 490 of file file_transfer_config.pb.h.
|
inline |
Definition at line 577 of file file_transfer_config.pb.h.
|
inline |
Definition at line 462 of file file_transfer_config.pb.h.
|
inline |
Definition at line 549 of file file_transfer_config.pb.h.
|
inline |
Definition at line 176 of file file_transfer_config.pb.h.
|
friend |
Definition at line 414 of file file_transfer_config.pb.h.
|
friend |
Definition at line 212 of file file_transfer_config.pb.h.
Definition at line 431 of file file_transfer_config.pb.h.
|
friend |
Definition at line 160 of file file_transfer_config.pb.h.
|
static |
Definition at line 221 of file file_transfer_config.pb.h.
Impl_ goby::apps::zeromq::acomms::protobuf::FileTransferConfig::_impl_ |
Definition at line 430 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 242 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 240 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 238 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 157 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 233 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 231 of file file_transfer_config.pb.h.
|
staticconstexpr |
Definition at line 229 of file file_transfer_config.pb.h.