Gazebo Msgs

API Reference

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