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

Public Types

enum  DCCLParameters { DCCL_ID = 9, DCCL_MAX_BYTES = 64 }
 
typedef TransferResponse_ErrorCode ErrorCode
 

Public Member Functions

 TransferResponse (const TransferResponse &from)
 
TransferResponseoperator= (const TransferResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TransferResponse *other)
 
TransferResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const TransferResponse &from)
 
void MergeFrom (const TransferResponse &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_transfer_successful () const
 
void clear_transfer_successful ()
 
bool transfer_successful () const
 
void set_transfer_successful (bool value)
 
bool has_error () const
 
void clear_error ()
 
inline::goby::acomms::protobuf::TransferResponse_ErrorCode error () const
 
void set_error (::goby::acomms::protobuf::TransferResponse_ErrorCode value)
 
bool has_num_fragments () const
 
void clear_num_fragments ()
 
inline::google::protobuf::int32 num_fragments () const
 
void set_num_fragments (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const TransferResponsedefault_instance ()
 
static bool ErrorCode_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * ErrorCode_descriptor ()
 
static const ::std::string & ErrorCode_Name (ErrorCode value)
 
static bool ErrorCode_Parse (const ::std::string &name, ErrorCode *value)
 

Static Public Attributes

static const ErrorCode COULD_NOT_READ_FILE = TransferResponse_ErrorCode_COULD_NOT_READ_FILE
 
static const ErrorCode FILE_TOO_LARGE = TransferResponse_ErrorCode_FILE_TOO_LARGE
 
static const ErrorCode TIMEOUT = TransferResponse_ErrorCode_TIMEOUT
 
static const ErrorCode COULD_NOT_WRITE_FILE = TransferResponse_ErrorCode_COULD_NOT_WRITE_FILE
 
static const ErrorCode ERROR_WHILE_READING = TransferResponse_ErrorCode_ERROR_WHILE_READING
 
static const ErrorCode OTHER_ERROR = TransferResponse_ErrorCode_OTHER_ERROR
 
static const ErrorCode ErrorCode_MIN
 
static const ErrorCode ErrorCode_MAX
 
static const int ErrorCode_ARRAYSIZE
 
static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kTransferSuccessfulFieldNumber = 3
 
static const int kErrorFieldNumber = 4
 
static const int kNumFragmentsFieldNumber = 5
 

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 367 of file file_transfer.pb.h.

Member Data Documentation

const int goby::acomms::protobuf::TransferResponse::ErrorCode_ARRAYSIZE
static
Initial value:
=
TransferResponse_ErrorCode_ErrorCode_ARRAYSIZE

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

const ErrorCode goby::acomms::protobuf::TransferResponse::ErrorCode_MAX
static
Initial value:
=
TransferResponse_ErrorCode_ErrorCode_MAX

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

const ErrorCode goby::acomms::protobuf::TransferResponse::ErrorCode_MIN
static
Initial value:
=
TransferResponse_ErrorCode_ErrorCode_MIN

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


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