JaiaBot  1.20.0
JaiaBot micro-AUV software
catalog.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: jaiabot/messages/sensor/catalog.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fcatalog_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fcatalog_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_2fsensor_2fcatalog_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_2fsensor_2fcatalog_2eproto;
60 PROTOBUF_NAMESPACE_OPEN
61 PROTOBUF_NAMESPACE_CLOSE
62 namespace jaiabot {
63 namespace sensor {
64 namespace protobuf {
65 
66 enum Sensor : int {
67  NONE = 1,
72  TURNER__C_FLUOR = 6
73 };
74 bool Sensor_IsValid(int value);
75 constexpr Sensor Sensor_MIN = NONE;
77 constexpr int Sensor_ARRAYSIZE = Sensor_MAX + 1;
78 
79 const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Sensor_descriptor();
80 template<typename T>
81 inline const std::string& Sensor_Name(T enum_t_value) {
82  static_assert(::std::is_same<T, Sensor>::value ||
83  ::std::is_integral<T>::value,
84  "Incorrect type passed to function Sensor_Name.");
85  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
86  Sensor_descriptor(), enum_t_value);
87 }
88 inline bool Sensor_Parse(
89  const std::string& name, Sensor* value) {
90  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Sensor>(
91  Sensor_descriptor(), name, value);
92 }
93 // ===================================================================
94 
95 
96 // ===================================================================
97 
98 
99 // ===================================================================
100 
101 #ifdef __GNUC__
102  #pragma GCC diagnostic push
103  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
104 #endif // __GNUC__
105 #ifdef __GNUC__
106  #pragma GCC diagnostic pop
107 #endif // __GNUC__
108 
109 // @@protoc_insertion_point(namespace_scope)
110 
111 } // namespace protobuf
112 } // namespace sensor
113 } // namespace jaiabot
114 
115 PROTOBUF_NAMESPACE_OPEN
116 
117 template <> struct is_proto_enum< ::jaiabot::sensor::protobuf::Sensor> : ::std::true_type {};
118 template <>
119 inline const EnumDescriptor* GetEnumDescriptor< ::jaiabot::sensor::protobuf::Sensor>() {
121 }
122 
123 PROTOBUF_NAMESPACE_CLOSE
124 
125 // @@protoc_insertion_point(global_scope)
126 
127 #include <google/protobuf/port_undef.inc>
128 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fsensor_2fcatalog_2eproto
constexpr int Sensor_ARRAYSIZE
Definition: catalog.pb.h:77
bool Sensor_Parse(const std::string &name, Sensor *value)
Definition: catalog.pb.h:88
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Sensor_descriptor()
constexpr Sensor Sensor_MAX
Definition: catalog.pb.h:76
bool Sensor_IsValid(int value)
const std::string & Sensor_Name(T enum_t_value)
Definition: catalog.pb.h:81
constexpr Sensor Sensor_MIN
Definition: catalog.pb.h:75
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fsensor_2fcatalog_2eproto
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
Definition: catalog.pb.h:55
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: catalog.pb.h:57
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: catalog.pb.h:56