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 PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
5 #define PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
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
14 #error your headers.
15 #endif
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.
20 #endif
21 
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/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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_jaiabot_2fmessages_2flink_2eproto
38 
40 // Internal implementation detail -- do not use these members.
41 struct TableStruct {
42  static const ::google::protobuf::internal::ParseTableField entries[];
43  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
44  static const ::google::protobuf::internal::ParseTable schema[1];
45  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
46  static const ::google::protobuf::internal::SerializationTable serialization_table[];
47  static const ::google::protobuf::uint32 offsets[];
48 };
49 void AddDescriptors();
50 } // namespace protobuf_jaiabot_2fmessages_2flink_2eproto
51 namespace jaiabot {
52 namespace protobuf {
53 } // namespace protobuf
54 } // namespace jaiabot
55 namespace jaiabot {
56 namespace protobuf {
57 
58 enum Link {
60  LINK_XBEE = 0,
62 };
63 bool Link_IsValid(int value);
66 const int Link_ARRAYSIZE = Link_MAX + 1;
67 
68 const ::google::protobuf::EnumDescriptor* Link_descriptor();
69 inline const ::std::string& Link_Name(Link value) {
70  return ::google::protobuf::internal::NameOfEnum(
71  Link_descriptor(), value);
72 }
73 inline bool Link_Parse(
74  const ::std::string& name, Link* value) {
75  return ::google::protobuf::internal::ParseNamedEnum<Link>(
76  Link_descriptor(), name, value);
77 }
78 // ===================================================================
79 
80 
81 // ===================================================================
82 
83 
84 // ===================================================================
85 
86 #ifdef __GNUC__
87  #pragma GCC diagnostic push
88  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
89 #endif // __GNUC__
90 #ifdef __GNUC__
91  #pragma GCC diagnostic pop
92 #endif // __GNUC__
93 
94 // @@protoc_insertion_point(namespace_scope)
95 
96 } // namespace protobuf
97 } // namespace jaiabot
98 
99 namespace google {
100 namespace protobuf {
101 
102 template <> struct is_proto_enum< ::jaiabot::protobuf::Link> : ::std::true_type {};
103 template <>
104 inline const EnumDescriptor* GetEnumDescriptor< ::jaiabot::protobuf::Link>() {
106 }
107 
108 } // namespace protobuf
109 } // namespace google
110 
111 // @@protoc_insertion_point(global_scope)
112 
113 #endif // PROTOBUF_INCLUDED_jaiabot_2fmessages_2flink_2eproto
jaiabot::protobuf::Link_IsValid
bool Link_IsValid(int value)
jaiabot::protobuf::Link
Link
Definition: link.pb.h:58
jaiabot::protobuf::LINK_XBEE
@ LINK_XBEE
Definition: link.pb.h:60
jaiabot::protobuf::Link_ARRAYSIZE
const int Link_ARRAYSIZE
Definition: link.pb.h:66
jaiabot::protobuf::LINK_UNKNOWN
@ LINK_UNKNOWN
Definition: link.pb.h:59
jaiabot::protobuf::Link_MIN
const Link Link_MIN
Definition: link.pb.h:64
jaiabot::protobuf::Link_descriptor
const ::google::protobuf::EnumDescriptor * Link_descriptor()
jaiabot::protobuf::Link_Parse
bool Link_Parse(const ::std::string &name, Link *value)
Definition: link.pb.h:73
jaiabot::protobuf::LINK_WIFI
@ LINK_WIFI
Definition: link.pb.h:61
jaiabot
Definition: config.pb.h:56
jaiabot::protobuf::Link_MAX
const Link Link_MAX
Definition: link.pb.h:65
jaiabot::protobuf::Link_Name
const ::std::string & Link_Name(Link value)
Definition: link.pb.h:69
google
Definition: config.pb.h:63