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

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

Inheritance diagram for jaiabot::protobuf::DiveUnpoweredAscentDebug:
Collaboration diagram for jaiabot::protobuf::DiveUnpoweredAscentDebug:

Public Types

enum  : int {
  kCurrentDepthFieldNumber = 1 , kDepthEpsFieldNumber = 2 , kUnpoweredAscentTimeoutFieldNumber = 3 , kUnpoweredAscentTimedOutFieldNumber = 4 ,
  kSurfacedFieldNumber = 5
}
 
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
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type unpowered_ascent_timeout_dimension
 
typedef boost::units::unit< unpowered_ascent_timeout_dimension, boost::units::si::system > unpowered_ascent_timeout_unit
 

Public Member Functions

 DiveUnpoweredAscentDebug ()
 
 ~DiveUnpoweredAscentDebug () override
 
PROTOBUF_CONSTEXPR DiveUnpoweredAscentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DiveUnpoweredAscentDebug (const DiveUnpoweredAscentDebug &from)
 
 DiveUnpoweredAscentDebug (DiveUnpoweredAscentDebug &&from) noexcept
 
DiveUnpoweredAscentDebugoperator= (const DiveUnpoweredAscentDebug &from)
 
DiveUnpoweredAscentDebugoperator= (DiveUnpoweredAscentDebug &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DiveUnpoweredAscentDebug *other)
 
void UnsafeArenaSwap (DiveUnpoweredAscentDebug *other)
 
DiveUnpoweredAscentDebugNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DiveUnpoweredAscentDebug &from)
 
void MergeFrom (const DiveUnpoweredAscentDebug &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_unpowered_ascent_timeout () const
 
void clear_unpowered_ascent_timeout ()
 
double unpowered_ascent_timeout () const
 
void set_unpowered_ascent_timeout (double value)
 
bool has_unpowered_ascent_timed_out () const
 
void clear_unpowered_ascent_timed_out ()
 
bool unpowered_ascent_timed_out () const
 
void set_unpowered_ascent_timed_out (bool 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
 
template<typename Quantity >
void set_unpowered_ascent_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity unpowered_ascent_timeout_with_units () const
 
boost::units::quantity< unpowered_ascent_timeout_unit, double > unpowered_ascent_timeout_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 DiveUnpoweredAscentDebugdefault_instance ()
 
static const DiveUnpoweredAscentDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 701 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::DiveUnpoweredAscentDebug::current_depth_dimension

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

◆ current_depth_unit

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

◆ depth_eps_dimension

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

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

◆ depth_eps_unit

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

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

◆ unpowered_ascent_timeout_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout_dimension

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

◆ unpowered_ascent_timeout_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCurrentDepthFieldNumber 
kDepthEpsFieldNumber 
kUnpoweredAscentTimeoutFieldNumber 
kUnpoweredAscentTimedOutFieldNumber 
kSurfacedFieldNumber 

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

Constructor & Destructor Documentation

◆ DiveUnpoweredAscentDebug() [1/5]

jaiabot::protobuf::DiveUnpoweredAscentDebug::DiveUnpoweredAscentDebug ( )
inline

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

◆ ~DiveUnpoweredAscentDebug()

jaiabot::protobuf::DiveUnpoweredAscentDebug::~DiveUnpoweredAscentDebug ( )
override

◆ DiveUnpoweredAscentDebug() [2/5]

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

◆ DiveUnpoweredAscentDebug() [3/5]

jaiabot::protobuf::DiveUnpoweredAscentDebug::DiveUnpoweredAscentDebug ( const DiveUnpoweredAscentDebug from)

◆ DiveUnpoweredAscentDebug() [4/5]

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

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

◆ DiveUnpoweredAscentDebug() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_current_depth()

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

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

◆ clear_depth_eps()

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

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

◆ clear_surfaced()

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

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

◆ clear_unpowered_ascent_timed_out()

void jaiabot::protobuf::DiveUnpoweredAscentDebug::clear_unpowered_ascent_timed_out ( )
inline

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

◆ clear_unpowered_ascent_timeout()

void jaiabot::protobuf::DiveUnpoweredAscentDebug::clear_unpowered_ascent_timeout ( )
inline

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

◆ CopyFrom()

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

◆ current_depth()

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

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

◆ current_depth_with_units() [1/2]

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

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

◆ current_depth_with_units() [2/2]

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

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

◆ default_instance()

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

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

◆ depth_eps()

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

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

◆ depth_eps_with_units() [1/2]

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

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

◆ depth_eps_with_units() [2/2]

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_current_depth()

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

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

◆ has_depth_eps()

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

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

◆ has_surfaced()

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

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

◆ has_unpowered_ascent_timed_out()

bool jaiabot::protobuf::DiveUnpoweredAscentDebug::has_unpowered_ascent_timed_out ( ) const
inline

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

◆ has_unpowered_ascent_timeout()

bool jaiabot::protobuf::DiveUnpoweredAscentDebug::has_unpowered_ascent_timeout ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_current_depth()

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

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

◆ set_current_depth_with_units()

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

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

◆ set_depth_eps()

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

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

◆ set_depth_eps_with_units()

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

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

◆ set_surfaced()

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

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

◆ set_unpowered_ascent_timed_out()

void jaiabot::protobuf::DiveUnpoweredAscentDebug::set_unpowered_ascent_timed_out ( bool  value)
inline

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

◆ set_unpowered_ascent_timeout()

void jaiabot::protobuf::DiveUnpoweredAscentDebug::set_unpowered_ascent_timeout ( double  value)
inline

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

◆ set_unpowered_ascent_timeout_with_units()

template<typename Quantity >
void jaiabot::protobuf::DiveUnpoweredAscentDebug::set_unpowered_ascent_timeout_with_units ( Quantity  value_w_units)
inline

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

◆ surfaced()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unpowered_ascent_timed_out()

bool jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timed_out ( ) const
inline

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

◆ unpowered_ascent_timeout()

double jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout ( ) const
inline

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

◆ unpowered_ascent_timeout_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout_with_units ( ) const
inline

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

◆ unpowered_ascent_timeout_with_units() [2/2]

boost::units::quantity< unpowered_ascent_timeout_unit, double > jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout_with_units ( ) const
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fdive_5fdebug_2eproto

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

◆ swap

void swap ( DiveUnpoweredAscentDebug a,
DiveUnpoweredAscentDebug b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DiveUnpoweredAscentDebug::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::DiveUnpoweredAscentDebug::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DiveUnpoweredAscentDebug::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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