4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fcamerasensor_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fcamerasensor_2eproto
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3012004 < 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.
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
39 #pragma GCC system_header
42 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
45 #include <sys/sysmacros.h>
50 #include <google/protobuf/port_def.inc>
51 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fcamerasensor_2eproto IGNITION_MSGS_VISIBLE
52 PROTOBUF_NAMESPACE_OPEN
56 PROTOBUF_NAMESPACE_CLOSE
60 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
62 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
64 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
66 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
67 static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
68 static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
74 class CameraSensorDefaultTypeInternal;
78 PROTOBUF_NAMESPACE_OPEN
79 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::CameraSensor* Arena::CreateMaybeMessage<::ignition::msgs::CameraSensor>(Arena*);
80 PROTOBUF_NAMESPACE_CLOSE
86 class IGNITION_MSGS_VISIBLE CameraSensor PROTOBUF_FINAL :
87 public ::PROTOBUF_NAMESPACE_ID::Message {
95 *
this = ::std::move(from);
98 inline CameraSensor&
operator=(
const CameraSensor& from) {
102 inline CameraSensor&
operator=(CameraSensor&& from) noexcept {
103 if (GetArena() == from.GetArena()) {
104 if (
this != &from) InternalSwap(&from);
111 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
112 return GetDescriptor();
115 return GetMetadataStatic().descriptor;
118 return GetMetadataStatic().reflection;
124 return reinterpret_cast<const CameraSensor*
>(
127 static constexpr
int kIndexInFileMessages =
130 friend void swap(CameraSensor& a, CameraSensor& b) {
133 inline void Swap(CameraSensor* other) {
134 if (other ==
this)
return;
135 if (GetArena() == other->GetArena()) {
138 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
142 if (other ==
this)
return;
143 GOOGLE_DCHECK(GetArena() == other->GetArena());
149 inline CameraSensor*
New() const final {
150 return CreateMaybeMessage<CameraSensor>(
nullptr);
153 CameraSensor*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
154 return CreateMaybeMessage<CameraSensor>(arena);
156 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
157 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
160 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
161 bool IsInitialized() const final;
163 size_t ByteSizeLong() const final;
164 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
165 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
166 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
167 int GetCachedSize() const final {
return _cached_size_.Get(); }
170 inline void SharedCtor();
171 inline void SharedDtor();
172 void SetCachedSize(
int size)
const final;
173 void InternalSwap(CameraSensor* other);
174 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
175 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
176 return "ignition.msgs.CameraSensor";
181 static void ArenaDtor(
void*
object);
182 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
187 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
199 kImageFormatFieldNumber = 4,
200 kSavePathFieldNumber = 8,
201 kHeaderFieldNumber = 1,
202 kImageSizeFieldNumber = 3,
203 kDistortionFieldNumber = 9,
204 kHorizontalFovFieldNumber = 2,
205 kNearClipFieldNumber = 5,
206 kFarClipFieldNumber = 6,
207 kSaveEnabledFieldNumber = 7,
219 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED(
"The unsafe_arena_ accessors for"
220 " string fields are deprecated and will be removed in a"
222 std::
string* unsafe_arena_release_image_format();
223 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
224 "
string fields are deprecated and will be removed in a"
226 void unsafe_arena_set_allocated_image_format(
227 std::
string* image_format);
229 const
std::
string& _internal_image_format() const;
230 void _internal_set_image_format(const
std::
string& value);
231 std::
string* _internal_mutable_image_format();
235 void clear_save_path();
236 const
std::
string& save_path() const;
237 void set_save_path(const
std::
string& value);
238 void set_save_path(
std::
string&& value);
239 void set_save_path(const
char* value);
240 void set_save_path(const
char* value,
size_t size);
241 std::
string* mutable_save_path();
242 std::
string* release_save_path();
243 void set_allocated_save_path(
std::
string* save_path);
244 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
245 "
string fields are deprecated and will be removed in a"
247 std::
string* unsafe_arena_release_save_path();
248 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
249 "
string fields are deprecated and will be removed in a"
251 void unsafe_arena_set_allocated_save_path(
252 std::
string* save_path);
254 const
std::
string& _internal_save_path() const;
255 void _internal_set_save_path(const
std::
string& value);
256 std::
string* _internal_mutable_save_path();
260 bool has_header() const;
262 bool _internal_has_header() const;
268 void set_allocated_header(::
ignition::msgs::Header* header);
270 const ::
ignition::msgs::Header& _internal_header() const;
271 ::
ignition::msgs::Header* _internal_mutable_header();
273 void unsafe_arena_set_allocated_header(
275 ::
ignition::msgs::Header* unsafe_arena_release_header();
278 bool has_image_size() const;
280 bool _internal_has_image_size() const;
282 void clear_image_size();
291 void unsafe_arena_set_allocated_image_size(
296 bool has_distortion() const;
298 bool _internal_has_distortion() const;
300 void clear_distortion();
309 void unsafe_arena_set_allocated_distortion(
314 void clear_horizontal_fov();
315 double horizontal_fov() const;
316 void set_horizontal_fov(
double value);
318 double _internal_horizontal_fov() const;
319 void _internal_set_horizontal_fov(
double value);
323 void clear_near_clip();
324 double near_clip() const;
325 void set_near_clip(
double value);
327 double _internal_near_clip() const;
328 void _internal_set_near_clip(
double value);
332 void clear_far_clip();
333 double far_clip() const;
334 void set_far_clip(
double value);
336 double _internal_far_clip() const;
337 void _internal_set_far_clip(
double value);
341 void clear_save_enabled();
342 bool save_enabled() const;
343 void set_save_enabled(
bool value);
345 bool _internal_save_enabled() const;
346 void _internal_set_save_enabled(
bool value);
353 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
354 typedef
void InternalArenaConstructable_;
355 typedef
void DestructorSkippable_;
356 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr image_format_;
357 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr save_path_;
361 double horizontal_fov_;
365 mutable ::PROTOBUF_NAMESPACE_ID::
internal::CachedSize _cached_size_;
374 #pragma GCC diagnostic push
375 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
380 inline bool CameraSensor::_internal_has_header()
const {
381 return this != internal_default_instance() && header_ !=
nullptr;
383 inline bool CameraSensor::has_header()
const {
384 return _internal_has_header();
386 inline const ::ignition::msgs::Header& CameraSensor::_internal_header()
const {
387 const ::ignition::msgs::Header* p = header_;
388 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Header*
>(
391 inline const ::ignition::msgs::Header& CameraSensor::header()
const {
393 return _internal_header();
395 inline void CameraSensor::unsafe_arena_set_allocated_header(
396 ::ignition::msgs::Header* header) {
397 if (GetArena() ==
nullptr) {
398 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
408 inline ::ignition::msgs::Header* CameraSensor::release_header() {
409 auto temp = unsafe_arena_release_header();
410 if (GetArena() !=
nullptr) {
411 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
415 inline ::ignition::msgs::Header* CameraSensor::unsafe_arena_release_header() {
418 ::ignition::msgs::Header* temp = header_;
422 inline ::ignition::msgs::Header* CameraSensor::_internal_mutable_header() {
424 if (header_ ==
nullptr) {
425 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
430 inline ::ignition::msgs::Header* CameraSensor::mutable_header() {
432 return _internal_mutable_header();
434 inline void CameraSensor::set_allocated_header(::ignition::msgs::Header* header) {
435 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
436 if (message_arena ==
nullptr) {
437 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
440 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
441 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header)->GetArena();
442 if (message_arena != submessage_arena) {
443 header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
444 message_arena, header, submessage_arena);
455 inline void CameraSensor::clear_horizontal_fov() {
458 inline double CameraSensor::_internal_horizontal_fov()
const {
459 return horizontal_fov_;
461 inline double CameraSensor::horizontal_fov()
const {
463 return _internal_horizontal_fov();
465 inline void CameraSensor::_internal_set_horizontal_fov(
double value) {
467 horizontal_fov_ = value;
469 inline void CameraSensor::set_horizontal_fov(
double value) {
470 _internal_set_horizontal_fov(value);
475 inline bool CameraSensor::_internal_has_image_size()
const {
476 return this != internal_default_instance() && image_size_ !=
nullptr;
478 inline bool CameraSensor::has_image_size()
const {
479 return _internal_has_image_size();
481 inline const ::ignition::msgs::Vector2d& CameraSensor::_internal_image_size()
const {
482 const ::ignition::msgs::Vector2d* p = image_size_;
483 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Vector2d*
>(
486 inline const ::ignition::msgs::Vector2d& CameraSensor::image_size()
const {
488 return _internal_image_size();
490 inline void CameraSensor::unsafe_arena_set_allocated_image_size(
491 ::ignition::msgs::Vector2d* image_size) {
492 if (GetArena() ==
nullptr) {
493 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(image_size_);
495 image_size_ = image_size;
503 inline ::ignition::msgs::Vector2d* CameraSensor::release_image_size() {
504 auto temp = unsafe_arena_release_image_size();
505 if (GetArena() !=
nullptr) {
506 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
510 inline ::ignition::msgs::Vector2d* CameraSensor::unsafe_arena_release_image_size() {
513 ::ignition::msgs::Vector2d* temp = image_size_;
514 image_size_ =
nullptr;
517 inline ::ignition::msgs::Vector2d* CameraSensor::_internal_mutable_image_size() {
519 if (image_size_ ==
nullptr) {
520 auto* p = CreateMaybeMessage<::ignition::msgs::Vector2d>(GetArena());
525 inline ::ignition::msgs::Vector2d* CameraSensor::mutable_image_size() {
527 return _internal_mutable_image_size();
529 inline void CameraSensor::set_allocated_image_size(::ignition::msgs::Vector2d* image_size) {
530 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
531 if (message_arena ==
nullptr) {
532 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(image_size_);
535 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
536 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(image_size)->GetArena();
537 if (message_arena != submessage_arena) {
538 image_size = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
539 message_arena, image_size, submessage_arena);
545 image_size_ = image_size;
550 inline void CameraSensor::clear_image_format() {
551 image_format_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
553 inline const std::string& CameraSensor::image_format()
const {
555 return _internal_image_format();
557 inline void CameraSensor::set_image_format(
const std::string& value) {
558 _internal_set_image_format(value);
561 inline std::string* CameraSensor::mutable_image_format() {
563 return _internal_mutable_image_format();
565 inline const std::string& CameraSensor::_internal_image_format()
const {
566 return image_format_.Get();
568 inline void CameraSensor::_internal_set_image_format(
const std::string& value) {
570 image_format_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
572 inline void CameraSensor::set_image_format(
std::string&& value) {
575 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
578 inline void CameraSensor::set_image_format(
const char* value) {
579 GOOGLE_DCHECK(value !=
nullptr);
581 image_format_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
585 inline void CameraSensor::set_image_format(
const char* value,
588 image_format_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
589 reinterpret_cast<const char*
>(value), size), GetArena());
592 inline std::string* CameraSensor::_internal_mutable_image_format() {
594 return image_format_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
596 inline std::string* CameraSensor::release_image_format() {
598 return image_format_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
600 inline void CameraSensor::set_allocated_image_format(
std::string* image_format) {
601 if (image_format !=
nullptr) {
606 image_format_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), image_format,
610 inline std::string* CameraSensor::unsafe_arena_release_image_format() {
612 GOOGLE_DCHECK(GetArena() !=
nullptr);
614 return image_format_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
617 inline void CameraSensor::unsafe_arena_set_allocated_image_format(
619 GOOGLE_DCHECK(GetArena() !=
nullptr);
620 if (image_format !=
nullptr) {
625 image_format_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
626 image_format, GetArena());
631 inline void CameraSensor::clear_near_clip() {
634 inline double CameraSensor::_internal_near_clip()
const {
637 inline double CameraSensor::near_clip()
const {
639 return _internal_near_clip();
641 inline void CameraSensor::_internal_set_near_clip(
double value) {
645 inline void CameraSensor::set_near_clip(
double value) {
646 _internal_set_near_clip(value);
651 inline void CameraSensor::clear_far_clip() {
654 inline double CameraSensor::_internal_far_clip()
const {
657 inline double CameraSensor::far_clip()
const {
659 return _internal_far_clip();
661 inline void CameraSensor::_internal_set_far_clip(
double value) {
665 inline void CameraSensor::set_far_clip(
double value) {
666 _internal_set_far_clip(value);
671 inline void CameraSensor::clear_save_enabled() {
672 save_enabled_ =
false;
674 inline bool CameraSensor::_internal_save_enabled()
const {
675 return save_enabled_;
677 inline bool CameraSensor::save_enabled()
const {
679 return _internal_save_enabled();
681 inline void CameraSensor::_internal_set_save_enabled(
bool value) {
683 save_enabled_ = value;
685 inline void CameraSensor::set_save_enabled(
bool value) {
686 _internal_set_save_enabled(value);
691 inline void CameraSensor::clear_save_path() {
692 save_path_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
694 inline const std::string& CameraSensor::save_path()
const {
696 return _internal_save_path();
698 inline void CameraSensor::set_save_path(
const std::string& value) {
699 _internal_set_save_path(value);
702 inline std::string* CameraSensor::mutable_save_path() {
704 return _internal_mutable_save_path();
706 inline const std::string& CameraSensor::_internal_save_path()
const {
707 return save_path_.Get();
709 inline void CameraSensor::_internal_set_save_path(
const std::string& value) {
711 save_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
713 inline void CameraSensor::set_save_path(
std::string&& value) {
716 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
719 inline void CameraSensor::set_save_path(
const char* value) {
720 GOOGLE_DCHECK(value !=
nullptr);
722 save_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
726 inline void CameraSensor::set_save_path(
const char* value,
729 save_path_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
730 reinterpret_cast<const char*
>(value), size), GetArena());
733 inline std::string* CameraSensor::_internal_mutable_save_path() {
735 return save_path_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
737 inline std::string* CameraSensor::release_save_path() {
739 return save_path_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
741 inline void CameraSensor::set_allocated_save_path(
std::string* save_path) {
742 if (save_path !=
nullptr) {
747 save_path_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), save_path,
751 inline std::string* CameraSensor::unsafe_arena_release_save_path() {
753 GOOGLE_DCHECK(GetArena() !=
nullptr);
755 return save_path_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
758 inline void CameraSensor::unsafe_arena_set_allocated_save_path(
760 GOOGLE_DCHECK(GetArena() !=
nullptr);
761 if (save_path !=
nullptr) {
766 save_path_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
767 save_path, GetArena());
772 inline bool CameraSensor::_internal_has_distortion()
const {
773 return this != internal_default_instance() && distortion_ !=
nullptr;
775 inline bool CameraSensor::has_distortion()
const {
776 return _internal_has_distortion();
778 inline const ::ignition::msgs::Distortion& CameraSensor::_internal_distortion()
const {
779 const ::ignition::msgs::Distortion* p = distortion_;
780 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Distortion*
>(
783 inline const ::ignition::msgs::Distortion& CameraSensor::distortion()
const {
785 return _internal_distortion();
787 inline void CameraSensor::unsafe_arena_set_allocated_distortion(
788 ::ignition::msgs::Distortion* distortion) {
789 if (GetArena() ==
nullptr) {
790 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(distortion_);
792 distortion_ = distortion;
800 inline ::ignition::msgs::Distortion* CameraSensor::release_distortion() {
801 auto temp = unsafe_arena_release_distortion();
802 if (GetArena() !=
nullptr) {
803 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
807 inline ::ignition::msgs::Distortion* CameraSensor::unsafe_arena_release_distortion() {
810 ::ignition::msgs::Distortion* temp = distortion_;
811 distortion_ =
nullptr;
814 inline ::ignition::msgs::Distortion* CameraSensor::_internal_mutable_distortion() {
816 if (distortion_ ==
nullptr) {
817 auto* p = CreateMaybeMessage<::ignition::msgs::Distortion>(GetArena());
822 inline ::ignition::msgs::Distortion* CameraSensor::mutable_distortion() {
824 return _internal_mutable_distortion();
826 inline void CameraSensor::set_allocated_distortion(::ignition::msgs::Distortion* distortion) {
827 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
828 if (message_arena ==
nullptr) {
829 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(distortion_);
832 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
833 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(distortion)->GetArena();
834 if (message_arena != submessage_arena) {
835 distortion = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
836 message_arena, distortion, submessage_arena);
842 distortion_ = distortion;
847 #pragma GCC diagnostic pop
864 #include <google/protobuf/port_undef.inc>
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fcamerasensor_2eproto
static void InitAsDefaultInstance()
CameraSensor(CameraSensor &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:93
CameraSensor & operator=(CameraSensor &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:102
const std::string & image_format() const
void MergeFrom(const CameraSensor &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:117
CameraSensor * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:149
CameraInfo_Distortion Distortion
Definition: build/ignition-msgs8/include/ignition/msgs/camera_info.pb.h:729
void set_image_format(const char *value)
void clear_image_format()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
std::string * mutable_image_format()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:111
CameraSensor()
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:89
friend void swap(CameraSensor &a, CameraSensor &b)
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:130
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
CameraSensor & operator=(const CameraSensor &from)
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:98
std::string * release_image_format()
void set_image_format(const char *value, size_t size)
static const CameraSensor & default_instance()
CameraSensor(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void Swap(CameraSensor *other)
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:133
static const CameraSensor * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:123
void UnsafeArenaSwap(CameraSensor *other)
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:141
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
CameraSensor * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:153
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:114
void set_image_format(const std::string &value)
CameraSensor(const CameraSensor &from)
void set_allocated_image_format(std::string *image_format)
void CopyFrom(const CameraSensor &from)
void set_image_format(std::string &&value)
Vector2< double > Vector2d
std::unique_ptr< const CameraSensor > ConstCameraSensorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:851
IGNITION_MSGS_VISIBLE CameraSensorDefaultTypeInternal _CameraSensor_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< CameraSensor > CameraSensorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:850
std::shared_ptr< CameraSensor > CameraSensorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:852
IGNITION_MSGS_VISIBLE DistortionDefaultTypeInternal _Distortion_default_instance_
std::shared_ptr< const CameraSensor > ConstCameraSensorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:853
IGNITION_MSGS_VISIBLE Vector2dDefaultTypeInternal _Vector2d_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/camerasensor.pb.h:59
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)