Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/log_control.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/log_control.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_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_2flog_5fcontrol_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_2flog_5fcontrol_2eproto
60 namespace ignition {
61 namespace msgs {
62 class LogControl;
63 class LogControlDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern LogControlDefaultTypeInternal _LogControl_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::LogControl* Arena::CreateMaybeMessage<::ignition::msgs::LogControl>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE LogControl : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.LogControl) */ {
78  public:
79  LogControl();
80  virtual ~LogControl();
81 
82  LogControl(const LogControl& from);
83 
84  inline LogControl& operator=(const LogControl& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  LogControl(LogControl&& from) noexcept
90  : LogControl() {
91  *this = ::std::move(from);
92  }
93 
94  inline LogControl& operator=(LogControl&& 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 LogControl& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const LogControl* internal_default_instance() {
108  return reinterpret_cast<const LogControl*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(LogControl* other);
115  friend void swap(LogControl& a, LogControl& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline LogControl* New() const final {
122  return CreateMaybeMessage<LogControl>(NULL);
123  }
124 
125  LogControl* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<LogControl>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const LogControl& from);
131  void MergeFrom(const LogControl& 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(LogControl* 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 base_path = 5;
165  void clear_base_path();
166  static const int kBasePathFieldNumber = 5;
167  const ::std::string& base_path() const;
168  void set_base_path(const ::std::string& value);
169  #if LANG_CXX11
170  void set_base_path(::std::string&& value);
171  #endif
172  void set_base_path(const char* value);
173  void set_base_path(const char* value, size_t size);
174  ::std::string* mutable_base_path();
175  ::std::string* release_base_path();
176  void set_allocated_base_path(::std::string* base_path);
177 
178  // string encoding = 6;
179  void clear_encoding();
180  static const int kEncodingFieldNumber = 6;
181  const ::std::string& encoding() const;
182  void set_encoding(const ::std::string& value);
183  #if LANG_CXX11
184  void set_encoding(::std::string&& value);
185  #endif
186  void set_encoding(const char* value);
187  void set_encoding(const char* value, size_t size);
188  ::std::string* mutable_encoding();
189  ::std::string* release_encoding();
190  void set_allocated_encoding(::std::string* encoding);
191 
192  // string record_resources = 7;
193  void clear_record_resources();
194  static const int kRecordResourcesFieldNumber = 7;
195  const ::std::string& record_resources() const;
196  void set_record_resources(const ::std::string& value);
197  #if LANG_CXX11
198  void set_record_resources(::std::string&& value);
199  #endif
200  void set_record_resources(const char* value);
201  void set_record_resources(const char* value, size_t size);
202  ::std::string* mutable_record_resources();
203  ::std::string* release_record_resources();
204  void set_allocated_record_resources(::std::string* record_resources);
205 
206  // .ignition.msgs.Header header = 1;
207  bool has_header() const;
208  void clear_header();
209  static const int kHeaderFieldNumber = 1;
210  private:
211  const ::ignition::msgs::Header& _internal_header() const;
212  public:
213  const ::ignition::msgs::Header& header() const;
214  ::ignition::msgs::Header* release_header();
215  ::ignition::msgs::Header* mutable_header();
216  void set_allocated_header(::ignition::msgs::Header* header);
217 
218  // bool start = 2;
219  void clear_start();
220  static const int kStartFieldNumber = 2;
221  bool start() const;
222  void set_start(bool value);
223 
224  // bool stop = 3;
225  void clear_stop();
226  static const int kStopFieldNumber = 3;
227  bool stop() const;
228  void set_stop(bool value);
229 
230  // bool paused = 4;
231  void clear_paused();
232  static const int kPausedFieldNumber = 4;
233  bool paused() const;
234  void set_paused(bool value);
235 
236  // @@protoc_insertion_point(class_scope:ignition.msgs.LogControl)
237  private:
238 
239  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
240  ::google::protobuf::internal::ArenaStringPtr base_path_;
241  ::google::protobuf::internal::ArenaStringPtr encoding_;
242  ::google::protobuf::internal::ArenaStringPtr record_resources_;
243  ::ignition::msgs::Header* header_;
244  bool start_;
245  bool stop_;
246  bool paused_;
247  mutable ::google::protobuf::internal::CachedSize _cached_size_;
248  friend struct ::protobuf_ignition_2fmsgs_2flog_5fcontrol_2eproto::TableStruct;
249 };
250 // ===================================================================
251 
252 
253 // ===================================================================
254 
255 #ifdef __GNUC__
256  #pragma GCC diagnostic push
257  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
258 #endif // __GNUC__
259 // LogControl
260 
261 // .ignition.msgs.Header header = 1;
262 inline bool LogControl::has_header() const {
263  return this != internal_default_instance() && header_ != NULL;
264 }
265 inline const ::ignition::msgs::Header& LogControl::_internal_header() const {
266  return *header_;
267 }
268 inline const ::ignition::msgs::Header& LogControl::header() const {
269  const ::ignition::msgs::Header* p = header_;
270  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.header)
271  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
273 }
274 inline ::ignition::msgs::Header* LogControl::release_header() {
275  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.header)
276 
277  ::ignition::msgs::Header* temp = header_;
278  header_ = NULL;
279  return temp;
280 }
281 inline ::ignition::msgs::Header* LogControl::mutable_header() {
282 
283  if (header_ == NULL) {
284  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
285  header_ = p;
286  }
287  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.header)
288  return header_;
289 }
291  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
292  if (message_arena == NULL) {
293  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
294  }
295  if (header) {
296  ::google::protobuf::Arena* submessage_arena = NULL;
297  if (message_arena != submessage_arena) {
298  header = ::google::protobuf::internal::GetOwnedMessage(
299  message_arena, header, submessage_arena);
300  }
301 
302  } else {
303 
304  }
305  header_ = header;
306  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.header)
307 }
308 
309 // bool start = 2;
310 inline void LogControl::clear_start() {
311  start_ = false;
312 }
313 inline bool LogControl::start() const {
314  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.start)
315  return start_;
316 }
317 inline void LogControl::set_start(bool value) {
318 
319  start_ = value;
320  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.start)
321 }
322 
323 // bool stop = 3;
324 inline void LogControl::clear_stop() {
325  stop_ = false;
326 }
327 inline bool LogControl::stop() const {
328  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.stop)
329  return stop_;
330 }
331 inline void LogControl::set_stop(bool value) {
332 
333  stop_ = value;
334  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.stop)
335 }
336 
337 // bool paused = 4;
339  paused_ = false;
340 }
341 inline bool LogControl::paused() const {
342  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.paused)
343  return paused_;
344 }
345 inline void LogControl::set_paused(bool value) {
346 
347  paused_ = value;
348  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.paused)
349 }
350 
351 // string base_path = 5;
353  base_path_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
354 }
355 inline const ::std::string& LogControl::base_path() const {
356  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.base_path)
357  return base_path_.GetNoArena();
358 }
359 inline void LogControl::set_base_path(const ::std::string& value) {
360 
361  base_path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
362  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.base_path)
363 }
364 #if LANG_CXX11
365 inline void LogControl::set_base_path(::std::string&& value) {
366 
367  base_path_.SetNoArena(
368  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
369  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.base_path)
370 }
371 #endif
372 inline void LogControl::set_base_path(const char* value) {
373  GOOGLE_DCHECK(value != NULL);
374 
375  base_path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
376  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.base_path)
377 }
378 inline void LogControl::set_base_path(const char* value, size_t size) {
379 
380  base_path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
381  ::std::string(reinterpret_cast<const char*>(value), size));
382  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.base_path)
383 }
384 inline ::std::string* LogControl::mutable_base_path() {
385 
386  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.base_path)
387  return base_path_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
388 }
389 inline ::std::string* LogControl::release_base_path() {
390  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.base_path)
391 
392  return base_path_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
393 }
395  if (base_path != NULL) {
396 
397  } else {
398 
399  }
400  base_path_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), base_path);
401  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.base_path)
402 }
403 
404 // string encoding = 6;
406  encoding_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
407 }
408 inline const ::std::string& LogControl::encoding() const {
409  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.encoding)
410  return encoding_.GetNoArena();
411 }
412 inline void LogControl::set_encoding(const ::std::string& value) {
413 
414  encoding_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
415  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.encoding)
416 }
417 #if LANG_CXX11
418 inline void LogControl::set_encoding(::std::string&& value) {
419 
420  encoding_.SetNoArena(
421  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
422  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.encoding)
423 }
424 #endif
425 inline void LogControl::set_encoding(const char* value) {
426  GOOGLE_DCHECK(value != NULL);
427 
428  encoding_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
429  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.encoding)
430 }
431 inline void LogControl::set_encoding(const char* value, size_t size) {
432 
433  encoding_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
434  ::std::string(reinterpret_cast<const char*>(value), size));
435  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.encoding)
436 }
437 inline ::std::string* LogControl::mutable_encoding() {
438 
439  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.encoding)
440  return encoding_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
441 }
442 inline ::std::string* LogControl::release_encoding() {
443  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.encoding)
444 
445  return encoding_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
446 }
448  if (encoding != NULL) {
449 
450  } else {
451 
452  }
453  encoding_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), encoding);
454  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.encoding)
455 }
456 
457 // string record_resources = 7;
459  record_resources_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
460 }
461 inline const ::std::string& LogControl::record_resources() const {
462  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.record_resources)
463  return record_resources_.GetNoArena();
464 }
465 inline void LogControl::set_record_resources(const ::std::string& value) {
466 
467  record_resources_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
468  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.record_resources)
469 }
470 #if LANG_CXX11
471 inline void LogControl::set_record_resources(::std::string&& value) {
472 
473  record_resources_.SetNoArena(
474  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
475  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.record_resources)
476 }
477 #endif
478 inline void LogControl::set_record_resources(const char* value) {
479  GOOGLE_DCHECK(value != NULL);
480 
481  record_resources_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
482  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.record_resources)
483 }
484 inline void LogControl::set_record_resources(const char* value, size_t size) {
485 
486  record_resources_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
487  ::std::string(reinterpret_cast<const char*>(value), size));
488  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.record_resources)
489 }
490 inline ::std::string* LogControl::mutable_record_resources() {
491 
492  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.record_resources)
493  return record_resources_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
494 }
495 inline ::std::string* LogControl::release_record_resources() {
496  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.record_resources)
497 
498  return record_resources_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
499 }
500 inline void LogControl::set_allocated_record_resources(::std::string* record_resources) {
501  if (record_resources != NULL) {
502 
503  } else {
504 
505  }
506  record_resources_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), record_resources);
507  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.record_resources)
508 }
509 
510 #ifdef __GNUC__
511  #pragma GCC diagnostic pop
512 #endif // __GNUC__
513 
518 // @@protoc_insertion_point(namespace_scope)
519 
520 } // namespace msgs
521 } // namespace ignition
522 
523 #ifdef _MSC_VER
524 #pragma warning(pop)
525 #endif
526 // @@protoc_insertion_point(global_scope)
527 
528 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_2eproto
::std::string * release_encoding()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:442
void set_encoding(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:412
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:77
STL class.
STL class.
void set_stop(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:331
T move(T... args)
void set_allocated_base_path(::std::string *base_path)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:394
::std::string * mutable_record_resources()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:490
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:50
const ::std::string & encoding() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:408
void set_paused(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:345
void set_record_resources(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:465
void set_allocated_record_resources(::std::string *record_resources)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:500
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:290
::std::string * mutable_base_path()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:384
std::shared_ptr< LogControl > LogControlSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:516
void clear_record_resources()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:458
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:274
const ::std::string & base_path() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:355
friend void swap(LogControl &a, LogControl &b)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:115
LogControl & operator=(const LogControl &from)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:84
bool stop() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:327
void clear_paused()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:338
void set_allocated_encoding(::std::string *encoding)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:447
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:281
void set_base_path(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:359
const ::std::string & record_resources() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:461
bool start() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:313
void clear_start()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:310
::std::string * release_base_path()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:389
IGNITION_MSGS_VISIBLE LogControlDefaultTypeInternal _LogControl_default_instance_
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:262
std::unique_ptr< LogControl > LogControlUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:514
void set_start(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:317
::std::string * mutable_encoding()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:437
LogControl * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:121
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const LogControl > ConstLogControlSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:517
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::std::string * release_record_resources()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:495
std::unique_ptr< const LogControl > ConstLogControlUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:515
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:268
void Swap(LogControl *other)
STL class.
bool paused() const
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:341
void clear_encoding()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:405
void clear_base_path()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:352
void clear_stop()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:324
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
static const LogControl * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:107
void IGNITION_MSGS_VISIBLE AddDescriptors()
LogControl * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:125
Definition: build/ignition-msgs8/include/ignition/msgs/log_control.pb.h:48