Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
layer.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/middleware/protobuf/layer.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2flayer_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2flayer_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>
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_goby_2fmiddleware_2fprotobuf_2flayer_2eproto
39PROTOBUF_NAMESPACE_OPEN
40namespace internal {
41class AnyMetadata;
42} // namespace internal
43PROTOBUF_NAMESPACE_CLOSE
44
45// Internal implementation detail -- do not use these members.
49extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2flayer_2eproto;
50PROTOBUF_NAMESPACE_OPEN
51PROTOBUF_NAMESPACE_CLOSE
52namespace goby {
53namespace middleware {
54namespace protobuf {
55
62bool Layer_IsValid(int value);
65constexpr int Layer_ARRAYSIZE = Layer_MAX + 1;
66
67const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Layer_descriptor();
68template<typename T>
69inline const std::string& Layer_Name(T enum_t_value) {
70 static_assert(::std::is_same<T, Layer>::value ||
71 ::std::is_integral<T>::value,
72 "Incorrect type passed to function Layer_Name.");
73 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
74 Layer_descriptor(), enum_t_value);
75}
76inline bool Layer_Parse(
77 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Layer* value) {
78 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Layer>(
79 Layer_descriptor(), name, value);
80}
81// ===================================================================
82
83
84// ===================================================================
85
86
87// ===================================================================
88
89#ifdef __GNUC__
90 #pragma GCC diagnostic push
91 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
92#endif // __GNUC__
93#ifdef __GNUC__
94 #pragma GCC diagnostic pop
95#endif // __GNUC__
96
97// @@protoc_insertion_point(namespace_scope)
98
99} // namespace protobuf
100} // namespace middleware
101} // namespace goby
102
103PROTOBUF_NAMESPACE_OPEN
104
105template <> struct is_proto_enum< ::goby::middleware::protobuf::Layer> : ::std::true_type {};
106template <>
108 return ::goby::middleware::protobuf::Layer_descriptor();
109}
110
111PROTOBUF_NAMESPACE_CLOSE
112
113// @@protoc_insertion_point(global_scope)
114
115#include <google/protobuf/port_undef.inc>
116#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2flayer_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2flayer_2eproto
const EnumDescriptor * GetEnumDescriptor< ::goby::middleware::protobuf::Layer >()
Definition layer.pb.h:107
constexpr Layer Layer_MAX
Definition layer.pb.h:64
constexpr int Layer_ARRAYSIZE
Definition layer.pb.h:65
bool Layer_IsValid(int value)
constexpr Layer Layer_MIN
Definition layer.pb.h:63
const std::string & Layer_Name(T enum_t_value)
Definition layer.pb.h:69
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Layer_descriptor()
bool Layer_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Layer *value)
Definition layer.pb.h:76
The global namespace for the Goby project.