|
PROTOBUF_CONSTEXPR | VariableDescription (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
|
| VariableDescription (const VariableDescription &from) |
|
| VariableDescription (VariableDescription &&from) noexcept |
|
VariableDescription & | operator= (const VariableDescription &from) |
|
VariableDescription & | operator= (VariableDescription &&from) noexcept |
|
void | Swap (VariableDescription *other) |
|
void | UnsafeArenaSwap (VariableDescription *other) |
|
VariableDescription * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
|
void | CopyFrom (const VariableDescription &from) |
|
void | MergeFrom (const VariableDescription &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 |
|
int | dimensions_size () const |
|
void | clear_dimensions () |
|
uint64_t | dimensions (int index) const |
|
void | set_dimensions (int index, uint64_t value) |
|
void | add_dimensions (uint64_t value) |
|
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t > & | dimensions () const |
|
::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t > * | mutable_dimensions () |
|
void | clear_opcode_string_handle () |
|
const std::string & | opcode_string_handle () const |
|
template<typename ArgT0 = const std::string&, typename... ArgT> |
void | set_opcode_string_handle (ArgT0 &&arg0, ArgT... args) |
|
std::string * | mutable_opcode_string_handle () |
|
PROTOBUF_NODISCARD std::string * | release_opcode_string_handle () |
|
void | set_allocated_opcode_string_handle (std::string *opcode_string_handle) |
|
void | clear_entityid () |
|
int32_t | entityid () const |
|
void | set_entityid (int32_t value) |
|
void | clear_id () |
|
int32_t | id () const |
|
void | set_id (int32_t value) |
|
void | clear_datatype () |
|
::tcp_io_device::VariableDescription_DataType | datatype () const |
|
void | set_datatype (::tcp_io_device::VariableDescription_DataType value) |
|
template<typename ArgT0 , typename... ArgT> |
PROTOBUF_ALWAYS_INLINE void | set_opcode_string_handle (ArgT0 &&arg0, ArgT... args) |
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
|
static const VariableDescription & | default_instance () |
|
static const VariableDescription * | internal_default_instance () |
|
static bool | DataType_IsValid (int value) |
|
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | DataType_descriptor () |
|
template<typename T > |
static const std::string & | DataType_Name (T enum_t_value) |
|
static bool | DataType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DataType *value) |
|
Definition at line 1442 of file tcp_data_message.pb.h.