Goby3  3.1.4
2024.02.22
manipulator.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/acomms/protobuf/manipulator.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fmanipulator_2eproto
5 #define PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fmanipulator_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_goby_2facomms_2fprotobuf_2fmanipulator_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[];
48 };
49 void AddDescriptors();
50 } // namespace protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto
51 namespace goby {
52 namespace acomms {
53 namespace protobuf {
54 } // namespace protobuf
55 } // namespace acomms
56 } // namespace goby
57 namespace goby {
58 namespace acomms {
59 namespace protobuf {
60 
62  NO_MANIP = 1,
63  NO_QUEUE = 4,
64  NO_DEQUEUE = 11,
65  LOOPBACK = 5,
66  ON_DEMAND = 6,
69  NO_ENCODE = 4,
70  NO_DECODE = 11
71 };
72 bool Manipulator_IsValid(int value);
76 
77 const ::google::protobuf::EnumDescriptor* Manipulator_descriptor();
78 inline const ::std::string& Manipulator_Name(Manipulator value) {
79  return ::google::protobuf::internal::NameOfEnum(
80  Manipulator_descriptor(), value);
81 }
82 inline bool Manipulator_Parse(
83  const ::std::string& name, Manipulator* value) {
84  return ::google::protobuf::internal::ParseNamedEnum<Manipulator>(
85  Manipulator_descriptor(), name, value);
86 }
87 // ===================================================================
88 
89 
90 // ===================================================================
91 
92 
93 // ===================================================================
94 
95 #ifdef __GNUC__
96  #pragma GCC diagnostic push
97  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
98 #endif // __GNUC__
99 #ifdef __GNUC__
100  #pragma GCC diagnostic pop
101 #endif // __GNUC__
102 
103 // @@protoc_insertion_point(namespace_scope)
104 
105 } // namespace protobuf
106 } // namespace acomms
107 } // namespace goby
108 
109 namespace google {
110 namespace protobuf {
111 
112 template <> struct is_proto_enum< ::goby::acomms::protobuf::Manipulator> : ::std::true_type {};
113 template <>
114 inline const EnumDescriptor* GetEnumDescriptor< ::goby::acomms::protobuf::Manipulator>() {
116 }
117 
118 } // namespace protobuf
119 } // namespace google
120 
121 // @@protoc_insertion_point(global_scope)
122 
123 #endif // PROTOBUF_INCLUDED_goby_2facomms_2fprotobuf_2fmanipulator_2eproto
goby::acomms::protobuf::Manipulator_descriptor
const ::google::protobuf::EnumDescriptor * Manipulator_descriptor()
goby::acomms::protobuf::Manipulator_ARRAYSIZE
const int Manipulator_ARRAYSIZE
Definition: manipulator.pb.h:75
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: manipulator.pb.h:46
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: manipulator.pb.h:45
goby::acomms::protobuf::Manipulator_Parse
bool Manipulator_Parse(const ::std::string &name, Manipulator *value)
Definition: manipulator.pb.h:82
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::acomms::protobuf::NO_MANIP
@ NO_MANIP
Definition: manipulator.pb.h:62
goby::acomms::protobuf::Manipulator
Manipulator
Definition: manipulator.pb.h:61
goby::acomms::protobuf::PROMISCUOUS
@ PROMISCUOUS
Definition: manipulator.pb.h:68
goby::acomms::protobuf::NO_ENCODE
@ NO_ENCODE
Definition: manipulator.pb.h:69
goby::acomms::protobuf::NO_DEQUEUE
@ NO_DEQUEUE
Definition: manipulator.pb.h:64
goby::acomms::protobuf::Manipulator_MAX
const Manipulator Manipulator_MAX
Definition: manipulator.pb.h:74
goby::acomms::protobuf::Manipulator_Name
const ::std::string & Manipulator_Name(Manipulator value)
Definition: manipulator.pb.h:78
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: manipulator.pb.h:42
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: manipulator.pb.h:47
goby::acomms::protobuf::LOOPBACK_AS_SENT
@ LOOPBACK_AS_SENT
Definition: manipulator.pb.h:67
goby::acomms::protobuf::NO_QUEUE
@ NO_QUEUE
Definition: manipulator.pb.h:63
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto
Definition: manipulator.pb.h:39
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::AddDescriptors
void AddDescriptors()
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::acomms::protobuf::NO_DECODE
@ NO_DECODE
Definition: manipulator.pb.h:70
goby::acomms::protobuf::LOOPBACK
@ LOOPBACK
Definition: manipulator.pb.h:65
goby::acomms::protobuf::Manipulator_MIN
const Manipulator Manipulator_MIN
Definition: manipulator.pb.h:73
arena.h
goby::acomms::protobuf::ON_DEMAND
@ ON_DEMAND
Definition: manipulator.pb.h:66
goby::acomms::protobuf::Manipulator_IsValid
bool Manipulator_IsValid(int value)
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[1]
Definition: manipulator.pb.h:44
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct
Definition: manipulator.pb.h:41
protobuf_goby_2facomms_2fprotobuf_2fmanipulator_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: manipulator.pb.h:43
google
Definition: dccl.h:57