Goby3 3.2.3
2025.05.13
|
#include <goby/acomms/protobuf/file_transfer.pb.h>
Public Types | |
enum | : int { kDataFieldNumber = 6 , kSrcFieldNumber = 1 , kDestFieldNumber = 2 , kFragmentFieldNumber = 3 , kIsLastFragmentFieldNumber = 4 , kNumBytesFieldNumber = 5 } |
enum | DCCLParameters { DCCL_ID = 7 , DCCL_MAX_BYTES = 64 } |
Public Member Functions | |
FileFragment () | |
~FileFragment () override | |
PROTOBUF_CONSTEXPR | FileFragment (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
FileFragment (const FileFragment &from) | |
FileFragment (FileFragment &&from) noexcept | |
FileFragment & | operator= (const FileFragment &from) |
FileFragment & | operator= (FileFragment &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FileFragment *other) |
void | UnsafeArenaSwap (FileFragment *other) |
FileFragment * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const FileFragment &from) |
void | MergeFrom (const FileFragment &from) |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_data () const |
void | clear_data () |
const std::string & | data () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_data (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_data () |
PROTOBUF_NODISCARD std::string * | release_data () |
void | set_allocated_data (std::string *data) |
bool | has_src () const |
void | clear_src () |
int32_t | src () const |
void | set_src (int32_t value) |
bool | has_dest () const |
void | clear_dest () |
int32_t | dest () const |
void | set_dest (int32_t value) |
bool | has_fragment () const |
void | clear_fragment () |
int32_t | fragment () const |
void | set_fragment (int32_t 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 () |
int32_t | num_bytes () const |
void | set_num_bytes (int32_t value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_data (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const FileFragment & | default_instance () |
static const FileFragment * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
FileFragment (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
template<typename T > | |
class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
struct | ::TableStruct_goby_2facomms_2fprotobuf_2ffile_5ftransfer_2eproto |
void | swap (FileFragment &a, FileFragment &b) |
Definition at line 129 of file file_transfer.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kDataFieldNumber | |
kSrcFieldNumber | |
kDestFieldNumber | |
kFragmentFieldNumber | |
kIsLastFragmentFieldNumber | |
kNumBytesFieldNumber |
Definition at line 256 of file file_transfer.pb.h.
Enumerator | |
---|---|
DCCL_ID | |
DCCL_MAX_BYTES |
Definition at line 347 of file file_transfer.pb.h.
|
inline |
Definition at line 132 of file file_transfer.pb.h.
|
override |
|
explicit |
goby::acomms::protobuf::FileFragment::FileFragment | ( | const FileFragment & | from | ) |
|
inlinenoexcept |
Definition at line 137 of file file_transfer.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1036 of file file_transfer.pb.h.
|
inline |
Definition at line 924 of file file_transfer.pb.h.
|
inline |
Definition at line 952 of file file_transfer.pb.h.
|
inline |
Definition at line 980 of file file_transfer.pb.h.
|
inline |
Definition at line 1008 of file file_transfer.pb.h.
|
inline |
Definition at line 896 of file file_transfer.pb.h.
void goby::acomms::protobuf::FileFragment::CopyFrom | ( | const FileFragment & | from | ) |
|
inline |
Definition at line 1040 of file file_transfer.pb.h.
|
inlinestatic |
Definition at line 176 of file file_transfer.pb.h.
|
inlinestatic |
Definition at line 167 of file file_transfer.pb.h.
|
inline |
Definition at line 931 of file file_transfer.pb.h.
|
inline |
Definition at line 959 of file file_transfer.pb.h.
|
inlinefinal |
Definition at line 229 of file file_transfer.pb.h.
|
final |
|
inlinestatic |
Definition at line 170 of file file_transfer.pb.h.
|
final |
|
inlinestatic |
Definition at line 173 of file file_transfer.pb.h.
|
inline |
Definition at line 1033 of file file_transfer.pb.h.
|
inline |
Definition at line 921 of file file_transfer.pb.h.
|
inline |
Definition at line 949 of file file_transfer.pb.h.
|
inline |
Definition at line 977 of file file_transfer.pb.h.
|
inline |
Definition at line 1005 of file file_transfer.pb.h.
|
inline |
Definition at line 893 of file file_transfer.pb.h.
|
inlinestatic |
Definition at line 179 of file file_transfer.pb.h.
|
inline |
Definition at line 987 of file file_transfer.pb.h.
|
final |
|
inline |
Definition at line 216 of file file_transfer.pb.h.
|
inline |
Definition at line 1051 of file file_transfer.pb.h.
|
inline |
Definition at line 163 of file file_transfer.pb.h.
|
inlinefinal |
Definition at line 210 of file file_transfer.pb.h.
|
inline |
Definition at line 1015 of file file_transfer.pb.h.
|
inline |
Definition at line 142 of file file_transfer.pb.h.
|
inlinenoexcept |
Definition at line 146 of file file_transfer.pb.h.
|
inline |
Definition at line 1067 of file file_transfer.pb.h.
|
inline |
Definition at line 1081 of file file_transfer.pb.h.
void goby::acomms::protobuf::FileFragment::set_data | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1046 of file file_transfer.pb.h.
|
inline |
Definition at line 939 of file file_transfer.pb.h.
|
inline |
Definition at line 967 of file file_transfer.pb.h.
|
inline |
Definition at line 995 of file file_transfer.pb.h.
|
inline |
Definition at line 1023 of file file_transfer.pb.h.
|
inline |
Definition at line 911 of file file_transfer.pb.h.
|
inline |
Definition at line 903 of file file_transfer.pb.h.
|
inline |
Definition at line 189 of file file_transfer.pb.h.
|
inline |
Definition at line 160 of file file_transfer.pb.h.
|
inline |
Definition at line 202 of file file_transfer.pb.h.
|
friend |
Definition at line 355 of file file_transfer.pb.h.
|
friend |
Definition at line 238 of file file_transfer.pb.h.
Definition at line 369 of file file_transfer.pb.h.
|
friend |
Definition at line 186 of file file_transfer.pb.h.
|
static |
Definition at line 247 of file file_transfer.pb.h.
Impl_ goby::acomms::protobuf::FileFragment::_impl_ |
Definition at line 368 of file file_transfer.pb.h.
|
staticconstexpr |
Definition at line 183 of file file_transfer.pb.h.