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

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

Inheritance diagram for jaiabot::protobuf::VehicleHealth:
Collaboration diagram for jaiabot::protobuf::VehicleHealth:

Public Member Functions

 VehicleHealth ()
 
PROTOBUF_CONSTEXPR VehicleHealth (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 VehicleHealth (const VehicleHealth &from)
 
 VehicleHealth (VehicleHealth &&from) noexcept
 
VehicleHealthoperator= (const VehicleHealth &from)
 
VehicleHealthoperator= (VehicleHealth &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (VehicleHealth *other)
 
void UnsafeArenaSwap (VehicleHealth *other)
 
VehicleHealthNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const VehicleHealth &from)
 
void MergeFrom (const VehicleHealth &from)
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 

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 VehicleHealthdefault_instance ()
 
static const VehicleHealthinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 VehicleHealth (::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_2fhealth_2eproto
 
void swap (VehicleHealth &a, VehicleHealth &b)
 

Detailed Description

Definition at line 3170 of file health.pb.h.

Constructor & Destructor Documentation

◆ VehicleHealth() [1/5]

jaiabot::protobuf::VehicleHealth::VehicleHealth ( )
inline

Definition at line 3173 of file health.pb.h.

◆ VehicleHealth() [2/5]

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

◆ VehicleHealth() [3/5]

jaiabot::protobuf::VehicleHealth::VehicleHealth ( const VehicleHealth from)

◆ VehicleHealth() [4/5]

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

Definition at line 3177 of file health.pb.h.

◆ VehicleHealth() [5/5]

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

Member Function Documentation

◆ CopyFrom()

void jaiabot::protobuf::VehicleHealth::CopyFrom ( const VehicleHealth from)
inline

Definition at line 3254 of file health.pb.h.

◆ default_instance()

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

Definition at line 3216 of file health.pb.h.

◆ descriptor()

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

Definition at line 3207 of file health.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 3210 of file health.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 3213 of file health.pb.h.

◆ internal_default_instance()

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

Definition at line 3219 of file health.pb.h.

◆ MergeFrom()

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

Definition at line 3258 of file health.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 3203 of file health.pb.h.

◆ New()

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

Definition at line 3250 of file health.pb.h.

◆ operator=() [1/2]

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

Definition at line 3182 of file health.pb.h.

◆ operator=() [2/2]

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

Definition at line 3186 of file health.pb.h.

◆ Swap()

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

Definition at line 3229 of file health.pb.h.

◆ unknown_fields()

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

Definition at line 3200 of file health.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 3242 of file health.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 3286 of file health.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 3264 of file health.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto

Definition at line 3291 of file health.pb.h.

◆ swap

void swap ( VehicleHealth a,
VehicleHealth b 
)
friend

Definition at line 3226 of file health.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::VehicleHealth::_class_data_
static

Definition at line 3273 of file health.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::VehicleHealth::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

Definition at line 3223 of file health.pb.h.


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