4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fjoint_5fwrench_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fjoint_5fwrench_2eproto
9 #include <google/protobuf/stubs/common.h>
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
33 #include "gz/msgs/wrench.pb.h"
34 #include "gz/msgs/header.pb.h"
36 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fjoint_5fwrench_2eproto GZ_MSGS_VISIBLE
41 static const ::google::protobuf::internal::ParseTableField entries[];
42 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
43 static const ::google::protobuf::internal::ParseTable schema[1];
44 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
45 static const ::google::protobuf::internal::SerializationTable serialization_table[];
46 static const ::google::protobuf::uint32 offsets[];
53 class JointWrenchDefaultTypeInternal;
59 template<> GZ_MSGS_VISIBLE ::gz::msgs::JointWrench* Arena::CreateMaybeMessage<::gz::msgs::JointWrench>(Arena*);
67 class GZ_MSGS_VISIBLE
JointWrench :
public ::google::protobuf::Message {
81 *
this = ::std::move(from);
84 inline JointWrench& operator=(JointWrench&& from) noexcept {
85 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
86 if (
this != &from) InternalSwap(&from);
93 static const ::google::protobuf::Descriptor* descriptor();
94 static const JointWrench& default_instance();
96 static void InitAsDefaultInstance();
101 static constexpr
int kIndexInFileMessages =
112 return CreateMaybeMessage<JointWrench>(NULL);
116 return CreateMaybeMessage<JointWrench>(arena);
118 void CopyFrom(const ::google::protobuf::Message& from)
final;
119 void MergeFrom(const ::google::protobuf::Message& from)
final;
123 bool IsInitialized() const final;
125 size_t ByteSizeLong() const final;
126 bool MergePartialFromCodedStream(
127 ::
google::protobuf::io::CodedInputStream* input) final;
128 void SerializeWithCachedSizes(
129 ::
google::protobuf::io::CodedOutputStream* output) const final;
130 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
131 bool deterministic, ::
google::protobuf::uint8* target) const final;
132 int GetCachedSize() const final {
return _cached_size_.Get(); }
137 void SetCachedSize(
int size)
const final;
140 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
143 inline void* MaybeArenaPtr()
const {
148 ::google::protobuf::Metadata GetMetadata() const final;
155 void clear_body_1_name();
156 static const
int kBody1NameFieldNumber = 2;
157 const ::
std::
string& body_1_name() const;
158 void set_body_1_name(const ::
std::
string& value);
162 void set_body_1_name(
const char* value);
163 void set_body_1_name(
const char* value,
size_t size);
166 void set_allocated_body_1_name(::
std::string* body_1_name);
169 void clear_body_2_name();
170 static const int kBody2NameFieldNumber = 4;
171 const ::std::string& body_2_name()
const;
172 void set_body_2_name(const ::std::string& value);
176 void set_body_2_name(
const char* value);
177 void set_body_2_name(
const char* value,
size_t size);
180 void set_allocated_body_2_name(::
std::string* body_2_name);
183 bool has_header()
const;
185 static const int kHeaderFieldNumber = 1;
187 const ::gz::msgs::Header& _internal_header()
const;
189 const ::gz::msgs::Header& header()
const;
195 bool has_body_1_wrench()
const;
196 void clear_body_1_wrench();
197 static const int kBody1WrenchFieldNumber = 6;
199 const ::gz::msgs::Wrench& _internal_body_1_wrench()
const;
201 const ::gz::msgs::Wrench& body_1_wrench()
const;
207 bool has_body_2_wrench()
const;
208 void clear_body_2_wrench();
209 static const int kBody2WrenchFieldNumber = 7;
211 const ::gz::msgs::Wrench& _internal_body_2_wrench()
const;
213 const ::gz::msgs::Wrench& body_2_wrench()
const;
219 void clear_body_1_id();
220 static const int kBody1IdFieldNumber = 3;
221 ::google::protobuf::uint32 body_1_id()
const;
222 void set_body_1_id(::google::protobuf::uint32 value);
225 void clear_body_2_id();
226 static const int kBody2IdFieldNumber = 5;
227 ::google::protobuf::uint32 body_2_id()
const;
228 void set_body_2_id(::google::protobuf::uint32 value);
233 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
234 ::google::protobuf::internal::ArenaStringPtr body_1_name_;
235 ::google::protobuf::internal::ArenaStringPtr body_2_name_;
239 ::google::protobuf::uint32 body_1_id_;
240 ::google::protobuf::uint32 body_2_id_;
241 mutable ::google::protobuf::internal::CachedSize _cached_size_;
242 friend struct ::protobuf_gz_2fmsgs_2fjoint_5fwrench_2eproto::TableStruct;
250 #pragma GCC diagnostic push
251 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
259 inline const ::gz::msgs::Header& JointWrench::_internal_header()
const {
263 const ::gz::msgs::Header* p = header_;
277 if (header_ == NULL) {
278 auto* p = CreateMaybeMessage<::gz::msgs::Header>(GetArenaNoVirtual());
285 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
286 if (message_arena == NULL) {
287 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
290 ::google::protobuf::Arena* submessage_arena = NULL;
291 if (message_arena != submessage_arena) {
292 header = ::google::protobuf::internal::GetOwnedMessage(
293 message_arena,
header, submessage_arena);
305 body_1_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
309 return body_1_name_.GetNoArena();
313 body_1_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
319 body_1_name_.SetNoArena(
320 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::move(value));
325 GOOGLE_DCHECK(value != NULL);
327 body_1_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::string(value));
332 body_1_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
333 ::
std::string(
reinterpret_cast<const char*
>(value), size));
339 return body_1_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
344 return body_1_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
352 body_1_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
body_1_name);
372 body_2_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
376 return body_2_name_.GetNoArena();
380 body_2_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
386 body_2_name_.SetNoArena(
387 &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::move(value));
392 GOOGLE_DCHECK(value != NULL);
394 body_2_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::
std::string(value));
399 body_2_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
400 ::
std::string(
reinterpret_cast<const char*
>(value), size));
406 return body_2_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
411 return body_2_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
419 body_2_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
body_2_name);
441 inline const ::gz::msgs::Wrench& JointWrench::_internal_body_1_wrench()
const {
442 return *body_1_wrench_;
445 const ::gz::msgs::Wrench* p = body_1_wrench_;
454 body_1_wrench_ = NULL;
459 if (body_1_wrench_ == NULL) {
460 auto* p = CreateMaybeMessage<::gz::msgs::Wrench>(GetArenaNoVirtual());
464 return body_1_wrench_;
467 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
468 if (message_arena == NULL) {
469 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(body_1_wrench_);
472 ::google::protobuf::Arena* submessage_arena = NULL;
473 if (message_arena != submessage_arena) {
474 body_1_wrench = ::google::protobuf::internal::GetOwnedMessage(
489 inline const ::gz::msgs::Wrench& JointWrench::_internal_body_2_wrench()
const {
490 return *body_2_wrench_;
493 const ::gz::msgs::Wrench* p = body_2_wrench_;
502 body_2_wrench_ = NULL;
507 if (body_2_wrench_ == NULL) {
508 auto* p = CreateMaybeMessage<::gz::msgs::Wrench>(GetArenaNoVirtual());
512 return body_2_wrench_;
515 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
516 if (message_arena == NULL) {
517 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(body_2_wrench_);
520 ::google::protobuf::Arena* submessage_arena = NULL;
521 if (message_arena != submessage_arena) {
522 body_2_wrench = ::google::protobuf::internal::GetOwnedMessage(
534 #pragma GCC diagnostic pop
544 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fjoint_5fwrench_2eproto