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

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

Inheritance diagram for jaiabot::protobuf::DivePoweredAscentDebug:
Collaboration diagram for jaiabot::protobuf::DivePoweredAscentDebug:

Public Types

enum  : int { kCurrentDepthFieldNumber = 1 , kDepthEpsFieldNumber = 2 , kSurfacedFieldNumber = 3 }
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type current_depth_dimension
 
typedef boost::units::unit< current_depth_dimension, boost::units::si::system > current_depth_unit
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type depth_eps_dimension
 
typedef boost::units::unit< depth_eps_dimension, boost::units::si::system > depth_eps_unit
 

Public Member Functions

 DivePoweredAscentDebug ()
 
 ~DivePoweredAscentDebug () override
 
PROTOBUF_CONSTEXPR DivePoweredAscentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DivePoweredAscentDebug (const DivePoweredAscentDebug &from)
 
 DivePoweredAscentDebug (DivePoweredAscentDebug &&from) noexcept
 
DivePoweredAscentDebugoperator= (const DivePoweredAscentDebug &from)
 
DivePoweredAscentDebugoperator= (DivePoweredAscentDebug &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DivePoweredAscentDebug *other)
 
void UnsafeArenaSwap (DivePoweredAscentDebug *other)
 
DivePoweredAscentDebugNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DivePoweredAscentDebug &from)
 
void MergeFrom (const DivePoweredAscentDebug &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_current_depth () const
 
void clear_current_depth ()
 
double current_depth () const
 
void set_current_depth (double value)
 
bool has_depth_eps () const
 
void clear_depth_eps ()
 
double depth_eps () const
 
void set_depth_eps (double value)
 
bool has_surfaced () const
 
void clear_surfaced ()
 
bool surfaced () const
 
void set_surfaced (bool value)
 
template<typename Quantity >
void set_current_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity current_depth_with_units () const
 
boost::units::quantity< current_depth_unit, double > current_depth_with_units () const
 
template<typename Quantity >
void set_depth_eps_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity depth_eps_with_units () const
 
boost::units::quantity< depth_eps_unit, double > depth_eps_with_units () const
 

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 DivePoweredAscentDebugdefault_instance ()
 
static const DivePoweredAscentDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 966 of file dive_debug.pb.h.

Member Typedef Documentation

◆ current_depth_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePoweredAscentDebug::current_depth_dimension

Definition at line 1137 of file dive_debug.pb.h.

◆ current_depth_unit

typedef boost::units::unit<current_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePoweredAscentDebug::current_depth_unit

Definition at line 1139 of file dive_debug.pb.h.

◆ depth_eps_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_dimension

Definition at line 1152 of file dive_debug.pb.h.

◆ depth_eps_unit

typedef boost::units::unit<depth_eps_dimension,boost::units::si::system> jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_unit

Definition at line 1154 of file dive_debug.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCurrentDepthFieldNumber 
kDepthEpsFieldNumber 
kSurfacedFieldNumber 

Definition at line 1093 of file dive_debug.pb.h.

Constructor & Destructor Documentation

◆ DivePoweredAscentDebug() [1/5]

jaiabot::protobuf::DivePoweredAscentDebug::DivePoweredAscentDebug ( )
inline

Definition at line 969 of file dive_debug.pb.h.

◆ ~DivePoweredAscentDebug()

jaiabot::protobuf::DivePoweredAscentDebug::~DivePoweredAscentDebug ( )
override

◆ DivePoweredAscentDebug() [2/5]

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

◆ DivePoweredAscentDebug() [3/5]

jaiabot::protobuf::DivePoweredAscentDebug::DivePoweredAscentDebug ( const DivePoweredAscentDebug from)

◆ DivePoweredAscentDebug() [4/5]

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

Definition at line 974 of file dive_debug.pb.h.

◆ DivePoweredAscentDebug() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_current_depth()

void jaiabot::protobuf::DivePoweredAscentDebug::clear_current_depth ( )
inline

Definition at line 1747 of file dive_debug.pb.h.

◆ clear_depth_eps()

void jaiabot::protobuf::DivePoweredAscentDebug::clear_depth_eps ( )
inline

Definition at line 1775 of file dive_debug.pb.h.

◆ clear_surfaced()

void jaiabot::protobuf::DivePoweredAscentDebug::clear_surfaced ( )
inline

Definition at line 1803 of file dive_debug.pb.h.

◆ CopyFrom()

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

◆ current_depth()

double jaiabot::protobuf::DivePoweredAscentDebug::current_depth ( ) const
inline

Definition at line 1754 of file dive_debug.pb.h.

◆ current_depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePoweredAscentDebug::current_depth_with_units ( ) const
inline

Definition at line 1146 of file dive_debug.pb.h.

◆ current_depth_with_units() [2/2]

boost::units::quantity< current_depth_unit, double > jaiabot::protobuf::DivePoweredAscentDebug::current_depth_with_units ( ) const
inline

Definition at line 1149 of file dive_debug.pb.h.

◆ default_instance()

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

Definition at line 1013 of file dive_debug.pb.h.

◆ depth_eps()

double jaiabot::protobuf::DivePoweredAscentDebug::depth_eps ( ) const
inline

Definition at line 1782 of file dive_debug.pb.h.

◆ depth_eps_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_with_units ( ) const
inline

Definition at line 1161 of file dive_debug.pb.h.

◆ depth_eps_with_units() [2/2]

boost::units::quantity< depth_eps_unit, double > jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_with_units ( ) const
inline

Definition at line 1164 of file dive_debug.pb.h.

◆ descriptor()

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

Definition at line 1004 of file dive_debug.pb.h.

◆ GetCachedSize()

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

Definition at line 1066 of file dive_debug.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 1007 of file dive_debug.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 1010 of file dive_debug.pb.h.

◆ has_current_depth()

bool jaiabot::protobuf::DivePoweredAscentDebug::has_current_depth ( ) const
inline

Definition at line 1744 of file dive_debug.pb.h.

◆ has_depth_eps()

bool jaiabot::protobuf::DivePoweredAscentDebug::has_depth_eps ( ) const
inline

Definition at line 1772 of file dive_debug.pb.h.

◆ has_surfaced()

bool jaiabot::protobuf::DivePoweredAscentDebug::has_surfaced ( ) const
inline

Definition at line 1800 of file dive_debug.pb.h.

◆ internal_default_instance()

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

Definition at line 1016 of file dive_debug.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 1053 of file dive_debug.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 1000 of file dive_debug.pb.h.

◆ New()

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

Definition at line 1047 of file dive_debug.pb.h.

◆ operator=() [1/2]

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

Definition at line 979 of file dive_debug.pb.h.

◆ operator=() [2/2]

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

Definition at line 983 of file dive_debug.pb.h.

◆ set_current_depth()

void jaiabot::protobuf::DivePoweredAscentDebug::set_current_depth ( double  value)
inline

Definition at line 1762 of file dive_debug.pb.h.

◆ set_current_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePoweredAscentDebug::set_current_depth_with_units ( Quantity  value_w_units)
inline

Definition at line 1142 of file dive_debug.pb.h.

◆ set_depth_eps()

void jaiabot::protobuf::DivePoweredAscentDebug::set_depth_eps ( double  value)
inline

Definition at line 1790 of file dive_debug.pb.h.

◆ set_depth_eps_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePoweredAscentDebug::set_depth_eps_with_units ( Quantity  value_w_units)
inline

Definition at line 1157 of file dive_debug.pb.h.

◆ set_surfaced()

void jaiabot::protobuf::DivePoweredAscentDebug::set_surfaced ( bool  value)
inline

Definition at line 1818 of file dive_debug.pb.h.

◆ surfaced()

bool jaiabot::protobuf::DivePoweredAscentDebug::surfaced ( ) const
inline

Definition at line 1810 of file dive_debug.pb.h.

◆ Swap()

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

Definition at line 1026 of file dive_debug.pb.h.

◆ unknown_fields()

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

Definition at line 997 of file dive_debug.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1039 of file dive_debug.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 1171 of file dive_debug.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1075 of file dive_debug.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fdive_5fdebug_2eproto

Definition at line 1182 of file dive_debug.pb.h.

◆ swap

void swap ( DivePoweredAscentDebug a,
DivePoweredAscentDebug b 
)
friend

Definition at line 1023 of file dive_debug.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DivePoweredAscentDebug::_class_data_
static

Definition at line 1084 of file dive_debug.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::DivePoweredAscentDebug::_impl_

Definition at line 1181 of file dive_debug.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DivePoweredAscentDebug::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 1020 of file dive_debug.pb.h.


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