Go to the documentation of this file.
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_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>
35 #pragma GCC system_header
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #include <sys/sysmacros.h>
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fjoy_2eproto IGNITION_MSGS_VISIBLE
51 static const ::google::protobuf::internal::ParseTableField entries[];
52 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53 static const ::google::protobuf::internal::ParseTable schema[1];
54 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55 static const ::google::protobuf::internal::SerializationTable serialization_table[];
56 static const ::google::protobuf::uint32 offsets[];
63 class JoyDefaultTypeInternal;
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Joy* Arena::CreateMaybeMessage<::ignition::msgs::Joy>(Arena*);
77 class IGNITION_MSGS_VISIBLE
Joy :
public ::google::protobuf::Message {
91 *
this = ::std::move(from);
94 inline Joy& operator=(Joy&& from) noexcept {
95 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96 if (
this != &from) InternalSwap(&from);
103 static const ::google::protobuf::Descriptor* descriptor();
104 static const Joy& default_instance();
106 static void InitAsDefaultInstance();
108 return reinterpret_cast<const Joy*
>(
111 static constexpr
int kIndexInFileMessages =
114 void Swap(
Joy* other);
122 return CreateMaybeMessage<Joy>(NULL);
125 Joy*
New(::google::protobuf::Arena* arena)
const final {
126 return CreateMaybeMessage<Joy>(arena);
128 void CopyFrom(const ::google::protobuf::Message& from)
final;
129 void MergeFrom(const ::google::protobuf::Message& from)
final;
130 void CopyFrom(
const Joy& from);
131 void MergeFrom(
const Joy& from);
133 bool IsInitialized() const final;
135 size_t ByteSizeLong() const final;
136 bool MergePartialFromCodedStream(
137 ::
google::protobuf::io::CodedInputStream* input) final;
138 void SerializeWithCachedSizes(
139 ::
google::protobuf::io::CodedOutputStream* output) const final;
140 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141 bool deterministic, ::
google::protobuf::uint8* target) const final;
142 int GetCachedSize() const final {
return _cached_size_.Get(); }
147 void SetCachedSize(
int size)
const final;
148 void InternalSwap(
Joy* other);
150 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
153 inline void* MaybeArenaPtr()
const {
158 ::google::protobuf::Metadata GetMetadata() const final;
165 int axes_size() const;
167 static const
int kAxesFieldNumber = 2;
168 float axes(
int index) const;
169 void set_axes(
int index,
float value);
170 void add_axes(
float value);
171 const ::
google::protobuf::RepeatedField<
float >&
173 ::
google::protobuf::RepeatedField<
float >*
177 int buttons_size() const;
178 void clear_buttons();
179 static const
int kButtonsFieldNumber = 3;
180 ::
google::protobuf::int32 buttons(
int index) const;
181 void set_buttons(
int index, ::
google::protobuf::int32 value);
182 void add_buttons(::
google::protobuf::int32 value);
183 const ::
google::protobuf::RepeatedField< ::
google::protobuf::int32 >&
185 ::
google::protobuf::RepeatedField< ::
google::protobuf::int32 >*
189 bool has_header() const;
191 static const
int kHeaderFieldNumber = 1;
203 ::
google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
204 ::
google::protobuf::RepeatedField<
float > axes_;
205 mutable
int _axes_cached_byte_size_;
206 ::
google::protobuf::RepeatedField< ::
google::protobuf::int32 > buttons_;
207 mutable
int _buttons_cached_byte_size_;
209 mutable ::
google::protobuf::internal::CachedSize _cached_size_;
218 #pragma GCC diagnostic push
219 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
225 return this != internal_default_instance() && header_ != NULL;
227 inline const ::ignition::msgs::Header& Joy::_internal_header()
const {
231 const ::ignition::msgs::Header* p = header_;
245 if (header_ == NULL) {
246 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
253 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
254 if (message_arena == NULL) {
255 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
258 ::google::protobuf::Arena* submessage_arena = NULL;
259 if (message_arena != submessage_arena) {
260 header = ::google::protobuf::internal::GetOwnedMessage(
261 message_arena, header, submessage_arena);
280 return axes_.Get(index);
283 axes_.Set(index, value);
290 inline const ::google::protobuf::RepeatedField< float >&
295 inline ::google::protobuf::RepeatedField< float >*
303 return buttons_.size();
310 return buttons_.Get(index);
313 buttons_.Set(index, value);
320 inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
325 inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
332 #pragma GCC diagnostic pop
349 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_2eproto
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:48
void add_axes(float value)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:286
int buttons_size() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:302
std::shared_ptr< const Joy > ConstJoySharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:338
std::unique_ptr< const Joy > ConstJoyUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:336
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * mutable_buttons()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:326
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:236
void set_buttons(int index, ::google::protobuf::int32 value)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:312
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:243
std::unique_ptr< Joy > JoyUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:335
IGNITION_MSGS_VISIBLE JoyDefaultTypeInternal _Joy_default_instance_
void set_axes(int index, float value)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:282
Joy * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:125
Joy * New() const final
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:121
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:77
void clear_axes()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:275
friend void swap(Joy &a, Joy &b)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:115
int axes_size() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:272
const ::google::protobuf::RepeatedField< float > & axes() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:291
std::shared_ptr< Joy > JoySharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:337
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:50
static const Joy * internal_default_instance()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:107
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void IGNITION_MSGS_VISIBLE AddDescriptors()
bool has_header() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:224
const ::google::protobuf::RepeatedField< ::google::protobuf::int32 > & buttons() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:321
void clear_buttons()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:305
void add_buttons(::google::protobuf::int32 value)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:316
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:230
Definition: build/ignition-msgs5/include/ignition/msgs/actor.pb.h:78
::google::protobuf::RepeatedField< float > * mutable_axes()
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:296
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:252
Joy & operator=(const Joy &from)
Definition: build/ignition-msgs5/include/ignition/msgs/joy.pb.h:84