JaiaBot  1.19.0
JaiaBot micro-AUV software
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 < 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
14 #error your headers.
15 #endif
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.
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_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/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/generated_enum_reflection.h>
34 #include <boost/units/quantity.hpp>
35 #include <boost/units/absolute.hpp>
36 #include <boost/units/dimensionless_type.hpp>
37 #include <boost/units/make_scaled_unit.hpp>
38 // @@protoc_insertion_point(includes)
39 #include <google/protobuf/port_def.inc>
40 #define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2flink_2eproto
41 PROTOBUF_NAMESPACE_OPEN
42 namespace internal {
43 class AnyMetadata;
44 } // namespace internal
45 PROTOBUF_NAMESPACE_CLOSE
46 
47 // Internal implementation detail -- do not use these members.
49  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
50  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
51  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
52  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
53  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
54  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
55  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
56  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
57  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
58 };
59 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2flink_2eproto;
60 PROTOBUF_NAMESPACE_OPEN
61 PROTOBUF_NAMESPACE_CLOSE
62 namespace jaiabot {
63 namespace protobuf {
64 
65 enum Link : int {
67  LINK_XBEE = 0,
68  LINK_WIFI = 1
69 };
70 bool Link_IsValid(int value);
72 constexpr Link Link_MAX = LINK_WIFI;
73 constexpr int Link_ARRAYSIZE = Link_MAX + 1;
74 
75 const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Link_descriptor();
76 template<typename T>
77 inline const std::string& Link_Name(T enum_t_value) {
78  static_assert(::std::is_same<T, Link>::value ||
79  ::std::is_integral<T>::value,
80  "Incorrect type passed to function Link_Name.");
81  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
82  Link_descriptor(), enum_t_value);
83 }
84 inline bool Link_Parse(
85  const std::string& name, Link* value) {
86  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Link>(
87  Link_descriptor(), name, value);
88 }
89 // ===================================================================
90 
91 
92 // ===================================================================
93 
94 
95 // ===================================================================
96 
97 #ifdef __GNUC__
98  #pragma GCC diagnostic push
99  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
100 #endif // __GNUC__
101 #ifdef __GNUC__
102  #pragma GCC diagnostic pop
103 #endif // __GNUC__
104 
105 // @@protoc_insertion_point(namespace_scope)
106 
107 } // namespace protobuf
108 } // namespace jaiabot
109 
110 PROTOBUF_NAMESPACE_OPEN
111 
112 template <> struct is_proto_enum< ::jaiabot::protobuf::Link> : ::std::true_type {};
113 template <>
114 inline const EnumDescriptor* GetEnumDescriptor< ::jaiabot::protobuf::Link>() {
116 }
117 
118 PROTOBUF_NAMESPACE_CLOSE
119 
120 // @@protoc_insertion_point(global_scope)
121 
122 #include <google/protobuf/port_undef.inc>
123 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
bool Link_Parse(const std::string &name, Link *value)
Definition: link.pb.h:84
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Link_descriptor()
constexpr int Link_ARRAYSIZE
Definition: link.pb.h:73
const std::string & Link_Name(T enum_t_value)
Definition: link.pb.h:77
bool Link_IsValid(int value)
constexpr Link Link_MAX
Definition: link.pb.h:72
constexpr Link Link_MIN
Definition: link.pb.h:71