4 #ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fexample_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fexample_2eproto
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
35 #include <boost/units/quantity.hpp>
36 #include <boost/units/absolute.hpp>
37 #include <boost/units/dimensionless_type.hpp>
38 #include <boost/units/make_scaled_unit.hpp>
40 #include <google/protobuf/port_def.inc>
41 #define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fexample_2eproto
42 PROTOBUF_NAMESPACE_OPEN
46 PROTOBUF_NAMESPACE_CLOSE
50 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
52 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
54 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
56 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata
field_metadata[];
58 static const ::PROTOBUF_NAMESPACE_ID::uint32
offsets[];
64 class ExampleDefaultTypeInternal;
68 PROTOBUF_NAMESPACE_OPEN
69 template<> ::jaiabot::protobuf::Example* Arena::CreateMaybeMessage<::jaiabot::protobuf::Example>(Arena*);
70 PROTOBUF_NAMESPACE_CLOSE
77 public ::PROTOBUF_NAMESPACE_ID::Message {
85 *
this = ::std::move(from);
92 inline Example&
operator=(Example&& from) noexcept {
93 if (GetArena() == from.GetArena()) {
94 if (
this != &from) InternalSwap(&from);
102 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
105 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
108 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
109 return GetDescriptor();
112 return GetMetadataStatic().descriptor;
115 return GetMetadataStatic().reflection;
121 return reinterpret_cast<const Example*
>(
124 static constexpr
int kIndexInFileMessages =
127 friend void swap(Example& a, Example& b) {
130 inline void Swap(Example* other) {
131 if (other ==
this)
return;
132 if (GetArena() == other->GetArena()) {
135 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
139 if (other ==
this)
return;
140 GOOGLE_DCHECK(GetArena() == other->GetArena());
146 inline Example*
New() const final {
147 return CreateMaybeMessage<Example>(
nullptr);
150 Example*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
151 return CreateMaybeMessage<Example>(arena);
153 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
154 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
157 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
158 bool IsInitialized() const final;
160 size_t ByteSizeLong() const final;
161 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
162 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
163 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
164 int GetCachedSize() const final {
return _cached_size_.Get(); }
167 inline void SharedCtor();
168 inline void SharedDtor();
169 void SetCachedSize(
int size)
const final;
170 void InternalSwap(Example* other);
171 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173 return "jaiabot.protobuf.Example";
176 explicit Example(::PROTOBUF_NAMESPACE_ID::Arena* arena);
178 static void ArenaDtor(
void*
object);
179 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
184 static ::PROTOBUF_NAMESPACE_ID::
Metadata GetMetadataStatic() {
202 bool _internal_has_b()
const;
208 double _internal_b()
const;
209 void _internal_set_b(
double value);
215 bool _internal_has_a()
const;
218 ::PROTOBUF_NAMESPACE_ID::int32
a()
const;
219 void set_a(::PROTOBUF_NAMESPACE_ID::int32 value);
221 ::PROTOBUF_NAMESPACE_ID::int32 _internal_a()
const;
222 void _internal_set_a(::PROTOBUF_NAMESPACE_ID::int32 value);
229 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
230 typedef void InternalArenaConstructable_;
231 typedef void DestructorSkippable_;
232 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
233 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
235 ::PROTOBUF_NAMESPACE_ID::int32 a_;
236 friend struct ::TableStruct_jaiabot_2fmessages_2fexample_2eproto;
244 #pragma GCC diagnostic push
245 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
250 inline bool Example::_internal_has_a()
const {
251 bool value = (_has_bits_[0] & 0x00000002u) != 0;
254 inline bool Example::has_a()
const {
255 return _internal_has_a();
257 inline void Example::clear_a() {
259 _has_bits_[0] &= ~0x00000002u;
261 inline ::PROTOBUF_NAMESPACE_ID::int32 Example::_internal_a()
const {
264 inline ::PROTOBUF_NAMESPACE_ID::int32 Example::a()
const {
266 return _internal_a();
268 inline void Example::_internal_set_a(::PROTOBUF_NAMESPACE_ID::int32 value) {
269 _has_bits_[0] |= 0x00000002u;
272 inline void Example::set_a(::PROTOBUF_NAMESPACE_ID::int32 value) {
273 _internal_set_a(value);
278 inline bool Example::_internal_has_b()
const {
279 bool value = (_has_bits_[0] & 0x00000001u) != 0;
282 inline bool Example::has_b()
const {
283 return _internal_has_b();
285 inline void Example::clear_b() {
287 _has_bits_[0] &= ~0x00000001u;
289 inline double Example::_internal_b()
const {
292 inline double Example::b()
const {
294 return _internal_b();
296 inline void Example::_internal_set_b(
double value) {
297 _has_bits_[0] |= 0x00000001u;
300 inline void Example::set_b(
double value) {
301 _internal_set_b(value);
306 #pragma GCC diagnostic pop
316 #include <google/protobuf/port_undef.inc>
void UnsafeArenaSwap(Example *other)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
static const Example * internal_default_instance()
friend void swap(Example &a, Example &b)
Example(Example &&from) noexcept
void Swap(Example *other)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
CameraResponse_Metadata Metadata
Example * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void CopyFrom(const Example &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Example & operator=(Example &&from) noexcept
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
void set_a(::PROTOBUF_NAMESPACE_ID::int32 value)
Example(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Example & operator=(const Example &from)
Example * New() const final
static const Example & default_instance()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
void MergeFrom(const Example &from)
Example(const Example &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static void InitAsDefaultInstance()
::PROTOBUF_NAMESPACE_ID::int32 a() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fexample_2eproto
ExampleDefaultTypeInternal _Example_default_instance_
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]