|
enum | DCCLParameters { DCCL_ID = 8,
DCCL_MAX_BYTES = 64
} |
|
typedef TransferRequest_PushPull | PushPull |
|
|
| TransferRequest (const TransferRequest &from) |
|
TransferRequest & | operator= (const TransferRequest &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (TransferRequest *other) |
|
TransferRequest * | New () 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 const ::google::protobuf::Descriptor * | descriptor () |
|
static const TransferRequest & | default_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 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 |
|
|
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 () |
|
Definition at line 228 of file file_transfer.pb.h.
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 |
const PushPull goby::acomms::protobuf::TransferRequest::PushPull_MIN |
|
static |
The documentation for this class was generated from the following file: