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

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

Inheritance diagram for jaiabot::protobuf::HelmIVPStatus:
Collaboration diagram for jaiabot::protobuf::HelmIVPStatus:

Public Types

enum  : int {
  kHelmIvpStateFieldNumber = 1 , kHelmIvpDesiredSpeedFieldNumber = 2 , kHelmIvpDesiredHeadingFieldNumber = 3 , kHelmIvpDesiredDepthFieldNumber = 4 ,
  kHelmIvpDataFieldNumber = 5
}
 

Public Member Functions

 HelmIVPStatus ()
 
 ~HelmIVPStatus () override
 
PROTOBUF_CONSTEXPR HelmIVPStatus (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 HelmIVPStatus (const HelmIVPStatus &from)
 
 HelmIVPStatus (HelmIVPStatus &&from) noexcept
 
HelmIVPStatusoperator= (const HelmIVPStatus &from)
 
HelmIVPStatusoperator= (HelmIVPStatus &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HelmIVPStatus *other)
 
void UnsafeArenaSwap (HelmIVPStatus *other)
 
HelmIVPStatusNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const HelmIVPStatus &from)
 
void MergeFrom (const HelmIVPStatus &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_helm_ivp_state () const
 
void clear_helm_ivp_state ()
 
const std::string & helm_ivp_state () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_helm_ivp_state (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_helm_ivp_state ()
 
PROTOBUF_NODISCARD std::string * release_helm_ivp_state ()
 
void set_allocated_helm_ivp_state (std::string *helm_ivp_state)
 
bool has_helm_ivp_desired_speed () const
 
void clear_helm_ivp_desired_speed ()
 
bool helm_ivp_desired_speed () const
 
void set_helm_ivp_desired_speed (bool value)
 
bool has_helm_ivp_desired_heading () const
 
void clear_helm_ivp_desired_heading ()
 
bool helm_ivp_desired_heading () const
 
void set_helm_ivp_desired_heading (bool value)
 
bool has_helm_ivp_desired_depth () const
 
void clear_helm_ivp_desired_depth ()
 
bool helm_ivp_desired_depth () const
 
void set_helm_ivp_desired_depth (bool value)
 
bool has_helm_ivp_data () const
 
void clear_helm_ivp_data ()
 
bool helm_ivp_data () const
 
void set_helm_ivp_data (bool value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_helm_ivp_state (ArgT0 &&arg0, ArgT... args)
 

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 HelmIVPStatusdefault_instance ()
 
static const HelmIVPStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 HelmIVPStatus (::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 (HelmIVPStatus &a, HelmIVPStatus &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHelmIvpStateFieldNumber 
kHelmIvpDesiredSpeedFieldNumber 
kHelmIvpDesiredHeadingFieldNumber 
kHelmIvpDesiredDepthFieldNumber 
kHelmIvpDataFieldNumber 

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

Constructor & Destructor Documentation

◆ HelmIVPStatus() [1/5]

jaiabot::protobuf::HelmIVPStatus::HelmIVPStatus ( )
inline

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

◆ ~HelmIVPStatus()

jaiabot::protobuf::HelmIVPStatus::~HelmIVPStatus ( )
override

◆ HelmIVPStatus() [2/5]

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

◆ HelmIVPStatus() [3/5]

jaiabot::protobuf::HelmIVPStatus::HelmIVPStatus ( const HelmIVPStatus from)

◆ HelmIVPStatus() [4/5]

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

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

◆ HelmIVPStatus() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_helm_ivp_data()

void jaiabot::protobuf::HelmIVPStatus::clear_helm_ivp_data ( )
inline

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

◆ clear_helm_ivp_desired_depth()

void jaiabot::protobuf::HelmIVPStatus::clear_helm_ivp_desired_depth ( )
inline

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

◆ clear_helm_ivp_desired_heading()

void jaiabot::protobuf::HelmIVPStatus::clear_helm_ivp_desired_heading ( )
inline

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

◆ clear_helm_ivp_desired_speed()

void jaiabot::protobuf::HelmIVPStatus::clear_helm_ivp_desired_speed ( )
inline

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

◆ clear_helm_ivp_state()

void jaiabot::protobuf::HelmIVPStatus::clear_helm_ivp_state ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_helm_ivp_data()

bool jaiabot::protobuf::HelmIVPStatus::has_helm_ivp_data ( ) const
inline

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

◆ has_helm_ivp_desired_depth()

bool jaiabot::protobuf::HelmIVPStatus::has_helm_ivp_desired_depth ( ) const
inline

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

◆ has_helm_ivp_desired_heading()

bool jaiabot::protobuf::HelmIVPStatus::has_helm_ivp_desired_heading ( ) const
inline

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

◆ has_helm_ivp_desired_speed()

bool jaiabot::protobuf::HelmIVPStatus::has_helm_ivp_desired_speed ( ) const
inline

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

◆ has_helm_ivp_state()

bool jaiabot::protobuf::HelmIVPStatus::has_helm_ivp_state ( ) const
inline

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

◆ helm_ivp_data()

bool jaiabot::protobuf::HelmIVPStatus::helm_ivp_data ( ) const
inline

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

◆ helm_ivp_desired_depth()

bool jaiabot::protobuf::HelmIVPStatus::helm_ivp_desired_depth ( ) const
inline

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

◆ helm_ivp_desired_heading()

bool jaiabot::protobuf::HelmIVPStatus::helm_ivp_desired_heading ( ) const
inline

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

◆ helm_ivp_desired_speed()

bool jaiabot::protobuf::HelmIVPStatus::helm_ivp_desired_speed ( ) const
inline

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

◆ helm_ivp_state()

const std::string & jaiabot::protobuf::HelmIVPStatus::helm_ivp_state ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_helm_ivp_state()

std::string * jaiabot::protobuf::HelmIVPStatus::mutable_helm_ivp_state ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_helm_ivp_state()

std::string * jaiabot::protobuf::HelmIVPStatus::release_helm_ivp_state ( )
inline

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

◆ set_allocated_helm_ivp_state()

void jaiabot::protobuf::HelmIVPStatus::set_allocated_helm_ivp_state ( std::string *  helm_ivp_state)
inline

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

◆ set_helm_ivp_data()

void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_data ( bool  value)
inline

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

◆ set_helm_ivp_desired_depth()

void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_desired_depth ( bool  value)
inline

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

◆ set_helm_ivp_desired_heading()

void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_desired_heading ( bool  value)
inline

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

◆ set_helm_ivp_desired_speed()

void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_desired_speed ( bool  value)
inline

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

◆ set_helm_ivp_state() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_state ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_helm_ivp_state() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::HelmIVPStatus::set_helm_ivp_state ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto

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

◆ swap

void swap ( HelmIVPStatus a,
HelmIVPStatus b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::HelmIVPStatus::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::HelmIVPStatus::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::HelmIVPStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

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


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