Gazebo Msgs

API Reference

9.5.0
camera_cmd.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/camera_cmd.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fcamera_5fcmd_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fcamera_5fcmd_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/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
33 #include "gz/msgs/header.pb.h"
34 // @@protoc_insertion_point(includes)
35 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fcamera_5fcmd_2eproto GZ_MSGS_VISIBLE
36 
38 // Internal implementation detail -- do not use these members.
39 struct GZ_MSGS_VISIBLE TableStruct {
40  static const ::google::protobuf::internal::ParseTableField entries[];
41  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
42  static const ::google::protobuf::internal::ParseTable schema[1];
43  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
44  static const ::google::protobuf::internal::SerializationTable serialization_table[];
45  static const ::google::protobuf::uint32 offsets[];
46 };
47 void GZ_MSGS_VISIBLE AddDescriptors();
48 } // namespace protobuf_gz_2fmsgs_2fcamera_5fcmd_2eproto
49 namespace gz {
50 namespace msgs {
51 class CameraCmd;
52 class CameraCmdDefaultTypeInternal;
53 GZ_MSGS_VISIBLE extern CameraCmdDefaultTypeInternal _CameraCmd_default_instance_;
54 } // namespace msgs
55 } // namespace gz
56 namespace google {
57 namespace protobuf {
58 template<> GZ_MSGS_VISIBLE ::gz::msgs::CameraCmd* Arena::CreateMaybeMessage<::gz::msgs::CameraCmd>(Arena*);
59 } // namespace protobuf
60 } // namespace google
61 namespace gz {
62 namespace msgs {
63 
64 // ===================================================================
65 
66 class GZ_MSGS_VISIBLE CameraCmd : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.CameraCmd) */ {
67  public:
68  CameraCmd();
69  virtual ~CameraCmd();
70 
71  CameraCmd(const CameraCmd& from);
72 
73  inline CameraCmd& operator=(const CameraCmd& from) {
74  CopyFrom(from);
75  return *this;
76  }
77  #if LANG_CXX11
78  CameraCmd(CameraCmd&& from) noexcept
79  : CameraCmd() {
80  *this = ::std::move(from);
81  }
82 
83  inline CameraCmd& operator=(CameraCmd&& from) noexcept {
84  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
85  if (this != &from) InternalSwap(&from);
86  } else {
87  CopyFrom(from);
88  }
89  return *this;
90  }
91  #endif
92  static const ::google::protobuf::Descriptor* descriptor();
93  static const CameraCmd& default_instance();
94 
95  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
96  static inline const CameraCmd* internal_default_instance() {
97  return reinterpret_cast<const CameraCmd*>(
99  }
100  static constexpr int kIndexInFileMessages =
101  0;
102 
103  void Swap(CameraCmd* other);
104  friend void swap(CameraCmd& a, CameraCmd& b) {
105  a.Swap(&b);
106  }
107 
108  // implements Message ----------------------------------------------
109 
110  inline CameraCmd* New() const final {
111  return CreateMaybeMessage<CameraCmd>(NULL);
112  }
113 
114  CameraCmd* New(::google::protobuf::Arena* arena) const final {
115  return CreateMaybeMessage<CameraCmd>(arena);
116  }
117  void CopyFrom(const ::google::protobuf::Message& from) final;
118  void MergeFrom(const ::google::protobuf::Message& from) final;
119  void CopyFrom(const CameraCmd& from);
120  void MergeFrom(const CameraCmd& from);
121  void Clear() final;
122  bool IsInitialized() const final;
123 
124  size_t ByteSizeLong() const final;
125  bool MergePartialFromCodedStream(
126  ::google::protobuf::io::CodedInputStream* input) final;
127  void SerializeWithCachedSizes(
128  ::google::protobuf::io::CodedOutputStream* output) const final;
129  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
130  bool deterministic, ::google::protobuf::uint8* target) const final;
131  int GetCachedSize() const final { return _cached_size_.Get(); }
132 
133  private:
134  void SharedCtor();
135  void SharedDtor();
136  void SetCachedSize(int size) const final;
137  void InternalSwap(CameraCmd* other);
138  private:
139  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
140  return NULL;
141  }
142  inline void* MaybeArenaPtr() const {
143  return NULL;
144  }
145  public:
146 
147  ::google::protobuf::Metadata GetMetadata() const final;
148 
149  // nested types ----------------------------------------------------
150 
151  // accessors -------------------------------------------------------
152 
153  // string follow_model = 2;
154  void clear_follow_model();
155  static const int kFollowModelFieldNumber = 2;
156  const ::std::string& follow_model() const;
157  void set_follow_model(const ::std::string& value);
158  #if LANG_CXX11
159  void set_follow_model(::std::string&& value);
160  #endif
161  void set_follow_model(const char* value);
162  void set_follow_model(const char* value, size_t size);
163  ::std::string* mutable_follow_model();
164  ::std::string* release_follow_model();
165  void set_allocated_follow_model(::std::string* follow_model);
166 
167  // .gz.msgs.Header header = 1;
168  bool has_header() const;
169  void clear_header();
170  static const int kHeaderFieldNumber = 1;
171  private:
172  const ::gz::msgs::Header& _internal_header() const;
173  public:
174  const ::gz::msgs::Header& header() const;
175  ::gz::msgs::Header* release_header();
176  ::gz::msgs::Header* mutable_header();
177  void set_allocated_header(::gz::msgs::Header* header);
178 
179  // @@protoc_insertion_point(class_scope:gz.msgs.CameraCmd)
180  private:
181 
182  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
183  ::google::protobuf::internal::ArenaStringPtr follow_model_;
184  ::gz::msgs::Header* header_;
185  mutable ::google::protobuf::internal::CachedSize _cached_size_;
186  friend struct ::protobuf_gz_2fmsgs_2fcamera_5fcmd_2eproto::TableStruct;
187 };
188 // ===================================================================
189 
190 
191 // ===================================================================
192 
193 #ifdef __GNUC__
194  #pragma GCC diagnostic push
195  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
196 #endif // __GNUC__
197 // CameraCmd
198 
199 // .gz.msgs.Header header = 1;
200 inline bool CameraCmd::has_header() const {
201  return this != internal_default_instance() && header_ != NULL;
202 }
203 inline const ::gz::msgs::Header& CameraCmd::_internal_header() const {
204  return *header_;
205 }
206 inline const ::gz::msgs::Header& CameraCmd::header() const {
207  const ::gz::msgs::Header* p = header_;
208  // @@protoc_insertion_point(field_get:gz.msgs.CameraCmd.header)
209  return p != NULL ? *p : *reinterpret_cast<const ::gz::msgs::Header*>(
211 }
212 inline ::gz::msgs::Header* CameraCmd::release_header() {
213  // @@protoc_insertion_point(field_release:gz.msgs.CameraCmd.header)
214 
215  ::gz::msgs::Header* temp = header_;
216  header_ = NULL;
217  return temp;
218 }
219 inline ::gz::msgs::Header* CameraCmd::mutable_header() {
220 
221  if (header_ == NULL) {
222  auto* p = CreateMaybeMessage<::gz::msgs::Header>(GetArenaNoVirtual());
223  header_ = p;
224  }
225  // @@protoc_insertion_point(field_mutable:gz.msgs.CameraCmd.header)
226  return header_;
227 }
229  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
230  if (message_arena == NULL) {
231  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
232  }
233  if (header) {
234  ::google::protobuf::Arena* submessage_arena = NULL;
235  if (message_arena != submessage_arena) {
236  header = ::google::protobuf::internal::GetOwnedMessage(
237  message_arena, header, submessage_arena);
238  }
239 
240  } else {
241 
242  }
243  header_ = header;
244  // @@protoc_insertion_point(field_set_allocated:gz.msgs.CameraCmd.header)
245 }
246 
247 // string follow_model = 2;
249  follow_model_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
250 }
251 inline const ::std::string& CameraCmd::follow_model() const {
252  // @@protoc_insertion_point(field_get:gz.msgs.CameraCmd.follow_model)
253  return follow_model_.GetNoArena();
254 }
255 inline void CameraCmd::set_follow_model(const ::std::string& value) {
256 
257  follow_model_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
258  // @@protoc_insertion_point(field_set:gz.msgs.CameraCmd.follow_model)
259 }
260 #if LANG_CXX11
261 inline void CameraCmd::set_follow_model(::std::string&& value) {
262 
263  follow_model_.SetNoArena(
264  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
265  // @@protoc_insertion_point(field_set_rvalue:gz.msgs.CameraCmd.follow_model)
266 }
267 #endif
268 inline void CameraCmd::set_follow_model(const char* value) {
269  GOOGLE_DCHECK(value != NULL);
270 
271  follow_model_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
272  // @@protoc_insertion_point(field_set_char:gz.msgs.CameraCmd.follow_model)
273 }
274 inline void CameraCmd::set_follow_model(const char* value, size_t size) {
275 
276  follow_model_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
277  ::std::string(reinterpret_cast<const char*>(value), size));
278  // @@protoc_insertion_point(field_set_pointer:gz.msgs.CameraCmd.follow_model)
279 }
280 inline ::std::string* CameraCmd::mutable_follow_model() {
281 
282  // @@protoc_insertion_point(field_mutable:gz.msgs.CameraCmd.follow_model)
283  return follow_model_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
284 }
285 inline ::std::string* CameraCmd::release_follow_model() {
286  // @@protoc_insertion_point(field_release:gz.msgs.CameraCmd.follow_model)
287 
288  return follow_model_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
289 }
291  if (follow_model != NULL) {
292 
293  } else {
294 
295  }
296  follow_model_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), follow_model);
297  // @@protoc_insertion_point(field_set_allocated:gz.msgs.CameraCmd.follow_model)
298 }
299 
300 #ifdef __GNUC__
301  #pragma GCC diagnostic pop
302 #endif // __GNUC__
303 
304 // @@protoc_insertion_point(namespace_scope)
305 
306 } // namespace msgs
307 } // namespace gz
308 
309 // @@protoc_insertion_point(global_scope)
310 
311 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fcamera_5fcmd_2eproto