JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
link.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: jaiabot/messages/link.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_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/repeated_field.h> // IWYU pragma: export
30#include <google/protobuf/extension_set.h> // IWYU pragma: export
31#include <google/protobuf/generated_enum_reflection.h>
32#include <boost/units/quantity.hpp>
33#include <boost/units/absolute.hpp>
34#include <boost/units/dimensionless_type.hpp>
35#include <boost/units/make_scaled_unit.hpp>
36// @@protoc_insertion_point(includes)
37#include <google/protobuf/port_def.inc>
38#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2flink_2eproto
39PROTOBUF_NAMESPACE_OPEN
40namespace internal {
41class AnyMetadata;
42} // namespace internal
43PROTOBUF_NAMESPACE_CLOSE
44
45// Internal implementation detail -- do not use these members.
47 static const uint32_t offsets[];
48};
49extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2flink_2eproto;
50PROTOBUF_NAMESPACE_OPEN
51PROTOBUF_NAMESPACE_CLOSE
52namespace jaiabot {
53namespace protobuf {
54
55enum Link : int {
58 LINK_WIFI = 1
59};
60bool Link_IsValid(int value);
63constexpr int Link_ARRAYSIZE = Link_MAX + 1;
64
65const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Link_descriptor();
66template<typename T>
67inline const std::string& Link_Name(T enum_t_value) {
68 static_assert(::std::is_same<T, Link>::value ||
69 ::std::is_integral<T>::value,
70 "Incorrect type passed to function Link_Name.");
71 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
72 Link_descriptor(), enum_t_value);
73}
74inline bool Link_Parse(
75 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Link* value) {
76 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Link>(
77 Link_descriptor(), name, value);
78}
79// ===================================================================
80
81
82// ===================================================================
83
84
85// ===================================================================
86
87#ifdef __GNUC__
88 #pragma GCC diagnostic push
89 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
90#endif // __GNUC__
91#ifdef __GNUC__
92 #pragma GCC diagnostic pop
93#endif // __GNUC__
94
95// @@protoc_insertion_point(namespace_scope)
96
97} // namespace protobuf
98} // namespace jaiabot
99
100PROTOBUF_NAMESPACE_OPEN
101
102template <> struct is_proto_enum< ::jaiabot::protobuf::Link> : ::std::true_type {};
103template <>
104inline const EnumDescriptor* GetEnumDescriptor< ::jaiabot::protobuf::Link>() {
105 return ::jaiabot::protobuf::Link_descriptor();
106}
107
108PROTOBUF_NAMESPACE_CLOSE
109
110// @@protoc_insertion_point(global_scope)
111
112#include <google/protobuf/port_undef.inc>
113#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
const std::string & Link_Name(T enum_t_value)
Definition link.pb.h:67
bool Link_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Link *value)
Definition link.pb.h:74
constexpr int Link_ARRAYSIZE
Definition link.pb.h:63
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Link_descriptor()
bool Link_IsValid(int value)
constexpr Link Link_MAX
Definition link.pb.h:62
constexpr Link Link_MIN
Definition link.pb.h:61