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

Public Types

enum  DCCLParameters { DCCL_ID = 7, DCCL_MAX_BYTES = 64 }
 

Public Member Functions

 FileFragment (const FileFragment &from)
 
FileFragmentoperator= (const FileFragment &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FileFragment *other)
 
FileFragmentNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FileFragment &from)
 
void MergeFrom (const FileFragment &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_fragment () const
 
void clear_fragment ()
 
inline::google::protobuf::int32 fragment () const
 
void set_fragment (::google::protobuf::int32 value)
 
bool has_is_last_fragment () const
 
void clear_is_last_fragment ()
 
bool is_last_fragment () const
 
void set_is_last_fragment (bool value)
 
bool has_num_bytes () const
 
void clear_num_bytes ()
 
inline::google::protobuf::int32 num_bytes () const
 
void set_num_bytes (::google::protobuf::int32 value)
 
bool has_data () const
 
void clear_data ()
 
const ::std::string & data () const
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const void *value, size_t size)
 
inline::std::string * mutable_data ()
 
inline::std::string * release_data ()
 
void set_allocated_data (::std::string *data)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const FileFragmentdefault_instance ()
 

Static Public Attributes

static const int kSrcFieldNumber = 1
 
static const int kDestFieldNumber = 2
 
static const int kFragmentFieldNumber = 3
 
static const int kIsLastFragmentFieldNumber = 4
 
static const int kNumBytesFieldNumber = 5
 
static const int kDataFieldNumber = 6
 

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


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