Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::acomms::protobuf::FileTransferConfig Class Reference
Inheritance diagram for goby::acomms::protobuf::FileTransferConfig:
Inheritance graph
[legend]

Public Types

typedef FileTransferConfig_Action Action
 

Public Member Functions

 FileTransferConfig (const FileTransferConfig &from)
 
FileTransferConfigoperator= (const FileTransferConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FileTransferConfig *other)
 
FileTransferConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FileTransferConfig &from)
 
void MergeFrom (const FileTransferConfig &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_base () const
 
void clear_base ()
 
const ::AppBaseConfigbase () const
 
inline::AppBaseConfig * mutable_base ()
 
inline::AppBaseConfig * release_base ()
 
void set_allocated_base (::AppBaseConfig *base)
 
bool has_daemon () const
 
void clear_daemon ()
 
bool daemon () const
 
void set_daemon (bool value)
 
bool has_local_id () const
 
void clear_local_id ()
 
inline::google::protobuf::int32 local_id () const
 
void set_local_id (::google::protobuf::int32 value)
 
bool has_remote_id () const
 
void clear_remote_id ()
 
inline::google::protobuf::int32 remote_id () const
 
void set_remote_id (::google::protobuf::int32 value)
 
bool has_local_file () const
 
void clear_local_file ()
 
const ::std::string & local_file () const
 
void set_local_file (const ::std::string &value)
 
void set_local_file (const char *value)
 
void set_local_file (const char *value, size_t size)
 
inline::std::string * mutable_local_file ()
 
inline::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
 
void set_remote_file (const ::std::string &value)
 
void set_remote_file (const char *value)
 
void set_remote_file (const char *value, size_t size)
 
inline::std::string * mutable_remote_file ()
 
inline::std::string * release_remote_file ()
 
void set_allocated_remote_file (::std::string *remote_file)
 
bool has_action () const
 
void clear_action ()
 
inline::goby::acomms::protobuf::FileTransferConfig_Action action () const
 
void set_action (::goby::acomms::protobuf::FileTransferConfig_Action value)
 
bool has_request_timeout () const
 
void clear_request_timeout ()
 
double request_timeout () const
 
void set_request_timeout (double value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const FileTransferConfigdefault_instance ()
 
static bool Action_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Action_descriptor ()
 
static const ::std::string & Action_Name (Action value)
 
static bool Action_Parse (const ::std::string &name, Action *value)
 

Static Public Attributes

static const Action WAIT = FileTransferConfig_Action_WAIT
 
static const Action PUSH = FileTransferConfig_Action_PUSH
 
static const Action PULL = FileTransferConfig_Action_PULL
 
static const Action Action_MIN
 
static const Action Action_MAX
 
static const int Action_ARRAYSIZE
 
static const int kBaseFieldNumber = 1
 
static const int kDaemonFieldNumber = 2
 
static const int kLocalIdFieldNumber = 3
 
static const int kRemoteIdFieldNumber = 4
 
static const int kLocalFileFieldNumber = 5
 
static const int kRemoteFileFieldNumber = 6
 
static const int kActionFieldNumber = 10
 
static const int kRequestTimeoutFieldNumber = 11
 

Friends

void protobuf_AddDesc_goby_2fapps_2facomms_2fgoby_5ffile_5ftransfer_2ffile_5ftransfer_5fconfig_2eproto ()
 
void protobuf_AssignDesc_goby_2fapps_2facomms_2fgoby_5ffile_5ftransfer_2ffile_5ftransfer_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_goby_2fapps_2facomms_2fgoby_5ffile_5ftransfer_2ffile_5ftransfer_5fconfig_2eproto ()
 

Detailed Description

Definition at line 69 of file file_transfer_config.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::FileTransferConfig::Action_ARRAYSIZE
static
Initial value:
=
FileTransferConfig_Action_Action_ARRAYSIZE

Definition at line 131 of file file_transfer_config.pb.h.

const Action goby::acomms::protobuf::FileTransferConfig::Action_MAX
static
Initial value:
=
FileTransferConfig_Action_Action_MAX

Definition at line 129 of file file_transfer_config.pb.h.

const Action goby::acomms::protobuf::FileTransferConfig::Action_MIN
static
Initial value:
=
FileTransferConfig_Action_Action_MIN

Definition at line 127 of file file_transfer_config.pb.h.


The documentation for this class was generated from the following file: