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

Public Types

enum  DCCLParameters { DCCL_ID = 8, DCCL_MAX_BYTES = 64 }
 
typedef TransferRequest_PushPull PushPull
 

Public Member Functions

 TransferRequest (const TransferRequest &from)
 
TransferRequestoperator= (const TransferRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TransferRequest *other)
 
TransferRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const TransferRequest &from)
 
void MergeFrom (const TransferRequest &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_src () const
 
void clear_src ()
 
inline::google::protobuf::int32 src () const
 
void set_src (::google::protobuf::int32 value)
 
bool has_dest () const
 
void clear_dest ()
 
inline::google::protobuf::int32 dest () const
 
void set_dest (::google::protobuf::int32 value)
 
bool has_push_or_pull () const
 
void clear_push_or_pull ()
 
inline::goby::acomms::protobuf::TransferRequest_PushPull push_or_pull () const
 
void set_push_or_pull (::goby::acomms::protobuf::TransferRequest_PushPull value)
 
bool has_file () const
 
void clear_file ()
 
const ::std::string & file () const
 
void set_file (const ::std::string &value)
 
void set_file (const char *value)
 
void set_file (const char *value, size_t size)
 
inline::std::string * mutable_file ()
 
inline::std::string * release_file ()
 
void set_allocated_file (::std::string *file)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const TransferRequestdefault_instance ()
 
static bool PushPull_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * PushPull_descriptor ()
 
static const ::std::string & PushPull_Name (PushPull value)
 
static bool PushPull_Parse (const ::std::string &name, PushPull *value)
 

Static Public Attributes

static const PushPull PUSH = TransferRequest_PushPull_PUSH
 
static const PushPull PULL = TransferRequest_PushPull_PULL
 
static const PushPull PushPull_MIN
 
static const PushPull PushPull_MAX
 
static const int PushPull_ARRAYSIZE
 
static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kPushOrPullFieldNumber = 3
 
static const int kFileFieldNumber = 10
 

Friends

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2ffile_5ftransfer_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2ffile_5ftransfer_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2ffile_5ftransfer_2eproto ()
 

Detailed Description

Definition at line 228 of file file_transfer.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::TransferRequest::PushPull_ARRAYSIZE
static
Initial value:
=
TransferRequest_PushPull_PushPull_ARRAYSIZE

Definition at line 289 of file file_transfer.pb.h.

const PushPull goby::acomms::protobuf::TransferRequest::PushPull_MAX
static
Initial value:
=
TransferRequest_PushPull_PushPull_MAX

Definition at line 287 of file file_transfer.pb.h.

const PushPull goby::acomms::protobuf::TransferRequest::PushPull_MIN
static
Initial value:
=
TransferRequest_PushPull_PushPull_MIN

Definition at line 285 of file file_transfer.pb.h.


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