JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
config.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: bin/tool/config.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_bin_2ftool_2fconfig_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_bin_2ftool_2fconfig_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 3021012 < 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.
20#endif
21
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_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
29#include <google/protobuf/message.h>
30#include <google/protobuf/repeated_field.h> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/generated_enum_reflection.h>
33#include <google/protobuf/unknown_field_set.h>
34#include "goby/middleware/protobuf/app_config.pb.h"
35#include "goby/protobuf/option_extensions.pb.h"
36#include <boost/units/quantity.hpp>
37#include <boost/units/absolute.hpp>
38#include <boost/units/dimensionless_type.hpp>
39#include <boost/units/make_scaled_unit.hpp>
40// @@protoc_insertion_point(includes)
41#include <google/protobuf/port_def.inc>
42#define PROTOBUF_INTERNAL_EXPORT_bin_2ftool_2fconfig_2eproto
43PROTOBUF_NAMESPACE_OPEN
44namespace internal {
45class AnyMetadata;
46} // namespace internal
47PROTOBUF_NAMESPACE_CLOSE
48
49// Internal implementation detail -- do not use these members.
51 static const uint32_t offsets[];
52};
53extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2ftool_2fconfig_2eproto;
54namespace jaiabot {
55namespace config {
56class Tool;
57struct ToolDefaultTypeInternal;
58extern ToolDefaultTypeInternal _Tool_default_instance_;
59} // namespace config
60} // namespace jaiabot
61PROTOBUF_NAMESPACE_OPEN
62template<> ::jaiabot::config::Tool* Arena::CreateMaybeMessage<::jaiabot::config::Tool>(Arena*);
63PROTOBUF_NAMESPACE_CLOSE
64namespace jaiabot {
65namespace config {
66
78bool Tool_Action_IsValid(int value);
82
83const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Tool_Action_descriptor();
84template<typename T>
85inline const std::string& Tool_Action_Name(T enum_t_value) {
86 static_assert(::std::is_same<T, Tool_Action>::value ||
87 ::std::is_integral<T>::value,
88 "Incorrect type passed to function Tool_Action_Name.");
89 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
90 Tool_Action_descriptor(), enum_t_value);
91}
93 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Tool_Action* value) {
94 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Tool_Action>(
95 Tool_Action_descriptor(), name, value);
96}
97// ===================================================================
98
99class Tool final :
100 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.config.Tool) */ {
101 public:
102 inline Tool() : Tool(nullptr) {}
103 ~Tool() override;
104 explicit PROTOBUF_CONSTEXPR Tool(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
105
106 Tool(const Tool& from);
107 Tool(Tool&& from) noexcept
108 : Tool() {
109 *this = ::std::move(from);
110 }
111
112 inline Tool& operator=(const Tool& from) {
113 CopyFrom(from);
114 return *this;
115 }
116 inline Tool& operator=(Tool&& from) noexcept {
117 if (this == &from) return *this;
118 if (GetOwningArena() == from.GetOwningArena()
119 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
120 && GetOwningArena() != nullptr
121 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
122 ) {
123 InternalSwap(&from);
124 } else {
125 CopyFrom(from);
126 }
127 return *this;
128 }
129
130 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
131 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
132 }
133 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
134 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
135 }
136
137 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
138 return GetDescriptor();
139 }
140 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
141 return default_instance().GetMetadata().descriptor;
142 }
143 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
144 return default_instance().GetMetadata().reflection;
145 }
146 static const Tool& default_instance() {
148 }
149 static inline const Tool* internal_default_instance() {
150 return reinterpret_cast<const Tool*>(
152 }
153 static constexpr int kIndexInFileMessages =
154 0;
155
156 friend void swap(Tool& a, Tool& b) {
157 a.Swap(&b);
158 }
159 inline void Swap(Tool* other) {
160 if (other == this) return;
161 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
162 if (GetOwningArena() != nullptr &&
163 GetOwningArena() == other->GetOwningArena()) {
164 #else // PROTOBUF_FORCE_COPY_IN_SWAP
165 if (GetOwningArena() == other->GetOwningArena()) {
166 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
167 InternalSwap(other);
168 } else {
169 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
170 }
171 }
172 void UnsafeArenaSwap(Tool* other) {
173 if (other == this) return;
174 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
175 InternalSwap(other);
176 }
177
178 // implements Message ----------------------------------------------
179
180 Tool* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
181 return CreateMaybeMessage<Tool>(arena);
182 }
183 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
184 void CopyFrom(const Tool& from);
185 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
186 void MergeFrom( const Tool& from) {
187 Tool::MergeImpl(*this, from);
188 }
189 private:
190 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
191 public:
192 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
193 bool IsInitialized() const final;
194
195 size_t ByteSizeLong() const final;
196 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
198 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
199 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
200
201 private:
202 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
203 void SharedDtor();
204 void SetCachedSize(int size) const final;
205 void InternalSwap(Tool* other);
206
207 private:
208 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
209 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
210 return "jaiabot.config.Tool";
211 }
212 protected:
213 explicit Tool(::PROTOBUF_NAMESPACE_ID::Arena* arena,
214 bool is_message_owned = false);
215 public:
216
217 static const ClassData _class_data_;
218 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
219
220 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
221
222 // nested types ----------------------------------------------------
223
225 static constexpr Action help =
227 static constexpr Action status =
229 static constexpr Action ctl =
231 static constexpr Action version =
233 static constexpr Action ip =
235 static constexpr Action ssh =
237 static constexpr Action ping =
239 static constexpr Action admin =
241 static constexpr Action doc =
243 static inline bool Action_IsValid(int value) {
244 return Tool_Action_IsValid(value);
245 }
246 static constexpr Action Action_MIN =
248 static constexpr Action Action_MAX =
250 static constexpr int Action_ARRAYSIZE =
252 static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
256 template<typename T>
257 static inline const std::string& Action_Name(T enum_t_value) {
258 static_assert(::std::is_same<T, Action>::value ||
259 ::std::is_integral<T>::value,
260 "Incorrect type passed to function Action_Name.");
261 return Tool_Action_Name(enum_t_value);
262 }
263 static inline bool Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
264 Action* value) {
265 return Tool_Action_Parse(name, value);
266 }
267
268 // accessors -------------------------------------------------------
269
270 enum : int {
273 };
274 // optional .goby.middleware.protobuf.AppConfig app = 1 [(.goby.field) = {
275 bool has_app() const;
276 private:
277 bool _internal_has_app() const;
278 public:
279 void clear_app();
280 const ::goby::middleware::protobuf::AppConfig& app() const;
281 PROTOBUF_NODISCARD ::goby::middleware::protobuf::AppConfig* release_app();
282 ::goby::middleware::protobuf::AppConfig* mutable_app();
283 void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
284 private:
285 const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
286 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
287 public:
289 ::goby::middleware::protobuf::AppConfig* app);
290 ::goby::middleware::protobuf::AppConfig* unsafe_arena_release_app();
291
292 // optional .jaiabot.config.Tool.Action action = 2 [default = help, (.goby.field) = {
293 bool has_action() const;
294 private:
295 bool _internal_has_action() const;
296 public:
297 void clear_action();
300 private:
301 ::jaiabot::config::Tool_Action _internal_action() const;
302 void _internal_set_action(::jaiabot::config::Tool_Action value);
303 public:
304
305 // @@protoc_insertion_point(class_scope:jaiabot.config.Tool)
306 private:
307 class _Internal;
308
309 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
310 typedef void InternalArenaConstructable_;
311 typedef void DestructorSkippable_;
312 struct Impl_ {
313 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
314 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
315 ::goby::middleware::protobuf::AppConfig* app_;
316 int action_;
317 };
318 union { Impl_ _impl_; };
319 friend struct ::TableStruct_bin_2ftool_2fconfig_2eproto;
320};
321// ===================================================================
322
323
324// ===================================================================
325
326#ifdef __GNUC__
327 #pragma GCC diagnostic push
328 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
329#endif // __GNUC__
330// Tool
331
332// optional .goby.middleware.protobuf.AppConfig app = 1 [(.goby.field) = {
333inline bool Tool::_internal_has_app() const {
334 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
335 PROTOBUF_ASSUME(!value || _impl_.app_ != nullptr);
336 return value;
337}
338inline bool Tool::has_app() const {
339 return _internal_has_app();
340}
341inline const ::goby::middleware::protobuf::AppConfig& Tool::_internal_app() const {
342 const ::goby::middleware::protobuf::AppConfig* p = _impl_.app_;
343 return p != nullptr ? *p : reinterpret_cast<const ::goby::middleware::protobuf::AppConfig&>(
344 ::goby::middleware::protobuf::_AppConfig_default_instance_);
345}
346inline const ::goby::middleware::protobuf::AppConfig& Tool::app() const {
347 // @@protoc_insertion_point(field_get:jaiabot.config.Tool.app)
348 return _internal_app();
349}
351 ::goby::middleware::protobuf::AppConfig* app) {
352 if (GetArenaForAllocation() == nullptr) {
353 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.app_);
354 }
355 _impl_.app_ = app;
356 if (app) {
357 _impl_._has_bits_[0] |= 0x00000001u;
358 } else {
359 _impl_._has_bits_[0] &= ~0x00000001u;
360 }
361 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:jaiabot.config.Tool.app)
362}
363inline ::goby::middleware::protobuf::AppConfig* Tool::release_app() {
364 _impl_._has_bits_[0] &= ~0x00000001u;
365 ::goby::middleware::protobuf::AppConfig* temp = _impl_.app_;
366 _impl_.app_ = nullptr;
367#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
368 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
369 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
370 if (GetArenaForAllocation() == nullptr) { delete old; }
371#else // PROTOBUF_FORCE_COPY_IN_RELEASE
372 if (GetArenaForAllocation() != nullptr) {
373 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
374 }
375#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
376 return temp;
377}
378inline ::goby::middleware::protobuf::AppConfig* Tool::unsafe_arena_release_app() {
379 // @@protoc_insertion_point(field_release:jaiabot.config.Tool.app)
380 _impl_._has_bits_[0] &= ~0x00000001u;
381 ::goby::middleware::protobuf::AppConfig* temp = _impl_.app_;
382 _impl_.app_ = nullptr;
383 return temp;
384}
385inline ::goby::middleware::protobuf::AppConfig* Tool::_internal_mutable_app() {
386 _impl_._has_bits_[0] |= 0x00000001u;
387 if (_impl_.app_ == nullptr) {
388 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaForAllocation());
389 _impl_.app_ = p;
390 }
391 return _impl_.app_;
392}
393inline ::goby::middleware::protobuf::AppConfig* Tool::mutable_app() {
394 ::goby::middleware::protobuf::AppConfig* _msg = _internal_mutable_app();
395 // @@protoc_insertion_point(field_mutable:jaiabot.config.Tool.app)
396 return _msg;
397}
398inline void Tool::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
399 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
400 if (message_arena == nullptr) {
401 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.app_);
402 }
403 if (app) {
404 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
405 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
406 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(app));
407 if (message_arena != submessage_arena) {
408 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
409 message_arena, app, submessage_arena);
410 }
411 _impl_._has_bits_[0] |= 0x00000001u;
412 } else {
413 _impl_._has_bits_[0] &= ~0x00000001u;
414 }
415 _impl_.app_ = app;
416 // @@protoc_insertion_point(field_set_allocated:jaiabot.config.Tool.app)
417}
418
419// optional .jaiabot.config.Tool.Action action = 2 [default = help, (.goby.field) = {
420inline bool Tool::_internal_has_action() const {
421 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
422 return value;
423}
424inline bool Tool::has_action() const {
425 return _internal_has_action();
426}
427inline void Tool::clear_action() {
428 _impl_.action_ = 0;
429 _impl_._has_bits_[0] &= ~0x00000002u;
430}
431inline ::jaiabot::config::Tool_Action Tool::_internal_action() const {
432 return static_cast< ::jaiabot::config::Tool_Action >(_impl_.action_);
433}
434inline ::jaiabot::config::Tool_Action Tool::action() const {
435 // @@protoc_insertion_point(field_get:jaiabot.config.Tool.action)
436 return _internal_action();
437}
438inline void Tool::_internal_set_action(::jaiabot::config::Tool_Action value) {
440 _impl_._has_bits_[0] |= 0x00000002u;
441 _impl_.action_ = value;
442}
444 _internal_set_action(value);
445 // @@protoc_insertion_point(field_set:jaiabot.config.Tool.action)
446}
447
448#ifdef __GNUC__
449 #pragma GCC diagnostic pop
450#endif // __GNUC__
451
452// @@protoc_insertion_point(namespace_scope)
453
454} // namespace config
455} // namespace jaiabot
456
457PROTOBUF_NAMESPACE_OPEN
458
459template <> struct is_proto_enum< ::jaiabot::config::Tool_Action> : ::std::true_type {};
460template <>
462 return ::jaiabot::config::Tool_Action_descriptor();
463}
464
465PROTOBUF_NAMESPACE_CLOSE
466
467// @@protoc_insertion_point(global_scope)
468
469#include <google/protobuf/port_undef.inc>
470#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_bin_2ftool_2fconfig_2eproto
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static constexpr Action ctl
Definition config.pb.h:229
bool has_action() const
Definition config.pb.h:424
Tool(Tool &&from) noexcept
Definition config.pb.h:107
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition config.pb.h:140
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
Definition config.pb.h:378
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition config.pb.h:143
bool has_app() const
Definition config.pb.h:338
::jaiabot::config::Tool_Action action() const
Definition config.pb.h:434
static constexpr Action doc
Definition config.pb.h:241
void UnsafeArenaSwap(Tool *other)
Definition config.pb.h:172
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Action_descriptor()
Definition config.pb.h:253
Tool * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition config.pb.h:180
static const ClassData _class_data_
Definition config.pb.h:217
const ::goby::middleware::protobuf::AppConfig & app() const
Definition config.pb.h:346
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition config.pb.h:137
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static constexpr Action Action_MIN
Definition config.pb.h:246
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
size_t ByteSizeLong() const final
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition config.pb.h:393
static bool Action_IsValid(int value)
Definition config.pb.h:243
bool IsInitialized() const final
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app()
Definition config.pb.h:363
friend void swap(Tool &a, Tool &b)
Definition config.pb.h:156
PROTOBUF_CONSTEXPR Tool(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static constexpr Action ip
Definition config.pb.h:233
static const Tool * internal_default_instance()
Definition config.pb.h:149
static constexpr int kIndexInFileMessages
Definition config.pb.h:153
static constexpr int Action_ARRAYSIZE
Definition config.pb.h:250
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition config.pb.h:133
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static constexpr Action version
Definition config.pb.h:231
static constexpr Action ssh
Definition config.pb.h:235
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition config.pb.h:350
static constexpr Action help
Definition config.pb.h:225
int GetCachedSize() const final
Definition config.pb.h:199
static constexpr Action status
Definition config.pb.h:227
void Swap(Tool *other)
Definition config.pb.h:159
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition config.pb.h:398
static constexpr Action admin
Definition config.pb.h:239
void CopyFrom(const Tool &from)
static constexpr Action Action_MAX
Definition config.pb.h:248
static const std::string & Action_Name(T enum_t_value)
Definition config.pb.h:257
void MergeFrom(const Tool &from)
Definition config.pb.h:186
void set_action(::jaiabot::config::Tool_Action value)
Definition config.pb.h:443
static bool Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Action *value)
Definition config.pb.h:263
static const Tool & default_instance()
Definition config.pb.h:146
static constexpr Action ping
Definition config.pb.h:237
Tool & operator=(const Tool &from)
Definition config.pb.h:112
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition config.pb.h:130
Tool & operator=(Tool &&from) noexcept
Definition config.pb.h:116
Tool(const Tool &from)
Tool(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
constexpr int Tool_Action_Action_ARRAYSIZE
Definition config.pb.h:81
constexpr Tool_Action Tool_Action_Action_MIN
Definition config.pb.h:79
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Tool_Action_descriptor()
ToolDefaultTypeInternal _Tool_default_instance_
bool Tool_Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Tool_Action *value)
Definition config.pb.h:92
constexpr Tool_Action Tool_Action_Action_MAX
Definition config.pb.h:80
bool Tool_Action_IsValid(int value)
const std::string & Tool_Action_Name(T enum_t_value)
Definition config.pb.h:85
static const uint32_t offsets[]
Definition config.pb.h:51
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2ftool_2fconfig_2eproto
const EnumDescriptor * GetEnumDescriptor< ::jaiabot::config::Tool_Action >()
Definition config.pb.h:461