JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::CameraResponse_Metadata Class Referencefinal

#include <jaiabot/messages/camera_driver.pb.h>

Inheritance diagram for jaiabot::protobuf::CameraResponse_Metadata:
Collaboration diagram for jaiabot::protobuf::CameraResponse_Metadata:

Public Types

enum  : int { kDriverVersionFieldNumber = 1 }
 

Public Member Functions

 CameraResponse_Metadata ()
 
 ~CameraResponse_Metadata () override
 
PROTOBUF_CONSTEXPR CameraResponse_Metadata (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CameraResponse_Metadata (const CameraResponse_Metadata &from)
 
 CameraResponse_Metadata (CameraResponse_Metadata &&from) noexcept
 
CameraResponse_Metadataoperator= (const CameraResponse_Metadata &from)
 
CameraResponse_Metadataoperator= (CameraResponse_Metadata &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (CameraResponse_Metadata *other)
 
void UnsafeArenaSwap (CameraResponse_Metadata *other)
 
CameraResponse_MetadataNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const CameraResponse_Metadata &from)
 
void MergeFrom (const CameraResponse_Metadata &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_driver_version () const
 
void clear_driver_version ()
 
int32_t driver_version () const
 
void set_driver_version (int32_t value)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const CameraResponse_Metadatadefault_instance ()
 
static const CameraResponse_Metadatainternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 CameraResponse_Metadata (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_jaiabot_2fmessages_2fcamera_5fdriver_2eproto
 
void swap (CameraResponse_Metadata &a, CameraResponse_Metadata &b)
 

Detailed Description

Definition at line 330 of file camera_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDriverVersionFieldNumber 

Definition at line 457 of file camera_driver.pb.h.

Constructor & Destructor Documentation

◆ CameraResponse_Metadata() [1/5]

jaiabot::protobuf::CameraResponse_Metadata::CameraResponse_Metadata ( )
inline

Definition at line 333 of file camera_driver.pb.h.

◆ ~CameraResponse_Metadata()

jaiabot::protobuf::CameraResponse_Metadata::~CameraResponse_Metadata ( )
override

◆ CameraResponse_Metadata() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::CameraResponse_Metadata::CameraResponse_Metadata ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ CameraResponse_Metadata() [3/5]

jaiabot::protobuf::CameraResponse_Metadata::CameraResponse_Metadata ( const CameraResponse_Metadata from)

◆ CameraResponse_Metadata() [4/5]

jaiabot::protobuf::CameraResponse_Metadata::CameraResponse_Metadata ( CameraResponse_Metadata &&  from)
inlinenoexcept

Definition at line 338 of file camera_driver.pb.h.

◆ CameraResponse_Metadata() [5/5]

jaiabot::protobuf::CameraResponse_Metadata::CameraResponse_Metadata ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::CameraResponse_Metadata::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::CameraResponse_Metadata::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::protobuf::CameraResponse_Metadata::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::CameraResponse_Metadata::Clear ( )
final

◆ clear_driver_version()

void jaiabot::protobuf::CameraResponse_Metadata::clear_driver_version ( )
inline

Definition at line 778 of file camera_driver.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::CameraResponse_Metadata::CopyFrom ( const CameraResponse_Metadata from)

◆ default_instance()

static const CameraResponse_Metadata & jaiabot::protobuf::CameraResponse_Metadata::default_instance ( )
inlinestatic

Definition at line 377 of file camera_driver.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::CameraResponse_Metadata::descriptor ( )
inlinestatic

Definition at line 368 of file camera_driver.pb.h.

◆ driver_version()

int32_t jaiabot::protobuf::CameraResponse_Metadata::driver_version ( ) const
inline

Definition at line 785 of file camera_driver.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::CameraResponse_Metadata::GetCachedSize ( ) const
inlinefinal

Definition at line 430 of file camera_driver.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::CameraResponse_Metadata::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::CameraResponse_Metadata::GetDescriptor ( )
inlinestatic

Definition at line 371 of file camera_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::CameraResponse_Metadata::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::CameraResponse_Metadata::GetReflection ( )
inlinestatic

Definition at line 374 of file camera_driver.pb.h.

◆ has_driver_version()

bool jaiabot::protobuf::CameraResponse_Metadata::has_driver_version ( ) const
inline

Definition at line 775 of file camera_driver.pb.h.

◆ internal_default_instance()

static const CameraResponse_Metadata * jaiabot::protobuf::CameraResponse_Metadata::internal_default_instance ( )
inlinestatic

Definition at line 380 of file camera_driver.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::CameraResponse_Metadata::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::CameraResponse_Metadata::MergeFrom ( const CameraResponse_Metadata from)
inline

Definition at line 417 of file camera_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::CameraResponse_Metadata::mutable_unknown_fields ( )
inline

Definition at line 364 of file camera_driver.pb.h.

◆ New()

CameraResponse_Metadata * jaiabot::protobuf::CameraResponse_Metadata::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 411 of file camera_driver.pb.h.

◆ operator=() [1/2]

CameraResponse_Metadata & jaiabot::protobuf::CameraResponse_Metadata::operator= ( CameraResponse_Metadata &&  from)
inlinenoexcept

Definition at line 347 of file camera_driver.pb.h.

◆ operator=() [2/2]

CameraResponse_Metadata & jaiabot::protobuf::CameraResponse_Metadata::operator= ( const CameraResponse_Metadata from)
inline

Definition at line 343 of file camera_driver.pb.h.

◆ set_driver_version()

void jaiabot::protobuf::CameraResponse_Metadata::set_driver_version ( int32_t  value)
inline

Definition at line 793 of file camera_driver.pb.h.

◆ Swap()

void jaiabot::protobuf::CameraResponse_Metadata::Swap ( CameraResponse_Metadata other)
inline

Definition at line 390 of file camera_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::CameraResponse_Metadata::unknown_fields ( ) const
inline

Definition at line 361 of file camera_driver.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::CameraResponse_Metadata::UnsafeArenaSwap ( CameraResponse_Metadata other)
inline

Definition at line 403 of file camera_driver.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 477 of file camera_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 439 of file camera_driver.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fcamera_5fdriver_2eproto

Definition at line 486 of file camera_driver.pb.h.

◆ swap

void swap ( CameraResponse_Metadata a,
CameraResponse_Metadata b 
)
friend

Definition at line 387 of file camera_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::CameraResponse_Metadata::_class_data_
static

Definition at line 448 of file camera_driver.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::CameraResponse_Metadata::_impl_

Definition at line 485 of file camera_driver.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::CameraResponse_Metadata::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 384 of file camera_driver.pb.h.


The documentation for this class was generated from the following file: