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

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

Inheritance diagram for jaiabot::protobuf::DivePowerDescentDebug:
Collaboration diagram for jaiabot::protobuf::DivePowerDescentDebug:

Public Types

enum  : int {
  kCurrentDepthFieldNumber = 1 , kLastDepthFieldNumber = 2 , kGoalDepthFieldNumber = 3 , kDepthEpsFieldNumber = 4 ,
  kLastDepthChangeTimeFieldNumber = 5 , kBottomingTimeoutFieldNumber = 6 , kDepthReachedFieldNumber = 7 , kDepthChangedFieldNumber = 8 ,
  kDepthChangeTimeoutFieldNumber = 9 , kBotIsDivingFieldNumber = 10
}
 
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 last_depth_dimension
 
typedef boost::units::unit< last_depth_dimension, boost::units::si::system > last_depth_unit
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type goal_depth_dimension
 
typedef boost::units::unit< goal_depth_dimension, boost::units::si::system > goal_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::time_dimension last_depth_change_time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< last_depth_change_time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type last_depth_change_time_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type bottoming_timeout_dimension
 
typedef boost::units::unit< bottoming_timeout_dimension, boost::units::si::system > bottoming_timeout_unit
 

Public Member Functions

 DivePowerDescentDebug ()
 
 ~DivePowerDescentDebug () override
 
PROTOBUF_CONSTEXPR DivePowerDescentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DivePowerDescentDebug (const DivePowerDescentDebug &from)
 
 DivePowerDescentDebug (DivePowerDescentDebug &&from) noexcept
 
DivePowerDescentDebugoperator= (const DivePowerDescentDebug &from)
 
DivePowerDescentDebugoperator= (DivePowerDescentDebug &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DivePowerDescentDebug *other)
 
void UnsafeArenaSwap (DivePowerDescentDebug *other)
 
DivePowerDescentDebugNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DivePowerDescentDebug &from)
 
void MergeFrom (const DivePowerDescentDebug &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_last_depth () const
 
void clear_last_depth ()
 
double last_depth () const
 
void set_last_depth (double value)
 
bool has_goal_depth () const
 
void clear_goal_depth ()
 
double goal_depth () const
 
void set_goal_depth (double value)
 
bool has_depth_eps () const
 
void clear_depth_eps ()
 
double depth_eps () const
 
void set_depth_eps (double value)
 
bool has_last_depth_change_time () const
 
void clear_last_depth_change_time ()
 
uint64_t last_depth_change_time () const
 
void set_last_depth_change_time (uint64_t value)
 
bool has_bottoming_timeout () const
 
void clear_bottoming_timeout ()
 
double bottoming_timeout () const
 
void set_bottoming_timeout (double value)
 
bool has_depth_reached () const
 
void clear_depth_reached ()
 
bool depth_reached () const
 
void set_depth_reached (bool value)
 
bool has_depth_changed () const
 
void clear_depth_changed ()
 
bool depth_changed () const
 
void set_depth_changed (bool value)
 
bool has_depth_change_timeout () const
 
void clear_depth_change_timeout ()
 
bool depth_change_timeout () const
 
void set_depth_change_timeout (bool value)
 
bool has_bot_is_diving () const
 
void clear_bot_is_diving ()
 
bool bot_is_diving () const
 
void set_bot_is_diving (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_last_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity last_depth_with_units () const
 
boost::units::quantity< last_depth_unit, double > last_depth_with_units () const
 
template<typename Quantity >
void set_goal_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity goal_depth_with_units () const
 
boost::units::quantity< goal_depth_unit, double > goal_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_last_depth_change_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity last_depth_change_time_with_units () const
 
boost::units::quantity< last_depth_change_time_unit, google::protobuf::uint64 > last_depth_change_time_with_units () const
 
template<typename Quantity >
void set_bottoming_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity bottoming_timeout_with_units () const
 
boost::units::quantity< bottoming_timeout_unit, double > bottoming_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 DivePowerDescentDebugdefault_instance ()
 
static const DivePowerDescentDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ bottoming_timeout_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout_dimension

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

◆ bottoming_timeout_unit

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

◆ current_depth_dimension

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

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

◆ current_depth_unit

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

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

◆ depth_eps_dimension

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

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

◆ depth_eps_unit

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

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

◆ goal_depth_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::goal_depth_dimension

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

◆ goal_depth_unit

typedef boost::units::unit<goal_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::goal_depth_unit

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

◆ last_depth_change_time_dimension

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

◆ last_depth_change_time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<last_depth_change_time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_unit

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

◆ last_depth_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::last_depth_dimension

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

◆ last_depth_unit

typedef boost::units::unit<last_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::last_depth_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCurrentDepthFieldNumber 
kLastDepthFieldNumber 
kGoalDepthFieldNumber 
kDepthEpsFieldNumber 
kLastDepthChangeTimeFieldNumber 
kBottomingTimeoutFieldNumber 
kDepthReachedFieldNumber 
kDepthChangedFieldNumber 
kDepthChangeTimeoutFieldNumber 
kBotIsDivingFieldNumber 

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

Constructor & Destructor Documentation

◆ DivePowerDescentDebug() [1/5]

jaiabot::protobuf::DivePowerDescentDebug::DivePowerDescentDebug ( )
inline

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

◆ ~DivePowerDescentDebug()

jaiabot::protobuf::DivePowerDescentDebug::~DivePowerDescentDebug ( )
override

◆ DivePowerDescentDebug() [2/5]

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

◆ DivePowerDescentDebug() [3/5]

jaiabot::protobuf::DivePowerDescentDebug::DivePowerDescentDebug ( const DivePowerDescentDebug from)

◆ DivePowerDescentDebug() [4/5]

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

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

◆ DivePowerDescentDebug() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ bot_is_diving()

bool jaiabot::protobuf::DivePowerDescentDebug::bot_is_diving ( ) const
inline

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

◆ bottoming_timeout()

double jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout ( ) const
inline

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

◆ bottoming_timeout_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout_with_units ( ) const
inline

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

◆ bottoming_timeout_with_units() [2/2]

boost::units::quantity< bottoming_timeout_unit, double > jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout_with_units ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bot_is_diving()

void jaiabot::protobuf::DivePowerDescentDebug::clear_bot_is_diving ( )
inline

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

◆ clear_bottoming_timeout()

void jaiabot::protobuf::DivePowerDescentDebug::clear_bottoming_timeout ( )
inline

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

◆ clear_current_depth()

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

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

◆ clear_depth_change_timeout()

void jaiabot::protobuf::DivePowerDescentDebug::clear_depth_change_timeout ( )
inline

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

◆ clear_depth_changed()

void jaiabot::protobuf::DivePowerDescentDebug::clear_depth_changed ( )
inline

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

◆ clear_depth_eps()

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

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

◆ clear_depth_reached()

void jaiabot::protobuf::DivePowerDescentDebug::clear_depth_reached ( )
inline

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

◆ clear_goal_depth()

void jaiabot::protobuf::DivePowerDescentDebug::clear_goal_depth ( )
inline

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

◆ clear_last_depth()

void jaiabot::protobuf::DivePowerDescentDebug::clear_last_depth ( )
inline

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

◆ clear_last_depth_change_time()

void jaiabot::protobuf::DivePowerDescentDebug::clear_last_depth_change_time ( )
inline

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

◆ CopyFrom()

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

◆ current_depth()

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

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

◆ current_depth_with_units() [1/2]

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

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

◆ current_depth_with_units() [2/2]

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

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

◆ default_instance()

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

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

◆ depth_change_timeout()

bool jaiabot::protobuf::DivePowerDescentDebug::depth_change_timeout ( ) const
inline

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

◆ depth_changed()

bool jaiabot::protobuf::DivePowerDescentDebug::depth_changed ( ) const
inline

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

◆ depth_eps()

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

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

◆ depth_eps_with_units() [1/2]

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

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

◆ depth_eps_with_units() [2/2]

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

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

◆ depth_reached()

bool jaiabot::protobuf::DivePowerDescentDebug::depth_reached ( ) const
inline

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ goal_depth()

double jaiabot::protobuf::DivePowerDescentDebug::goal_depth ( ) const
inline

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

◆ goal_depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePowerDescentDebug::goal_depth_with_units ( ) const
inline

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

◆ goal_depth_with_units() [2/2]

boost::units::quantity< goal_depth_unit, double > jaiabot::protobuf::DivePowerDescentDebug::goal_depth_with_units ( ) const
inline

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

◆ has_bot_is_diving()

bool jaiabot::protobuf::DivePowerDescentDebug::has_bot_is_diving ( ) const
inline

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

◆ has_bottoming_timeout()

bool jaiabot::protobuf::DivePowerDescentDebug::has_bottoming_timeout ( ) const
inline

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

◆ has_current_depth()

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

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

◆ has_depth_change_timeout()

bool jaiabot::protobuf::DivePowerDescentDebug::has_depth_change_timeout ( ) const
inline

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

◆ has_depth_changed()

bool jaiabot::protobuf::DivePowerDescentDebug::has_depth_changed ( ) const
inline

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

◆ has_depth_eps()

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

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

◆ has_depth_reached()

bool jaiabot::protobuf::DivePowerDescentDebug::has_depth_reached ( ) const
inline

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

◆ has_goal_depth()

bool jaiabot::protobuf::DivePowerDescentDebug::has_goal_depth ( ) const
inline

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

◆ has_last_depth()

bool jaiabot::protobuf::DivePowerDescentDebug::has_last_depth ( ) const
inline

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

◆ has_last_depth_change_time()

bool jaiabot::protobuf::DivePowerDescentDebug::has_last_depth_change_time ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ last_depth()

double jaiabot::protobuf::DivePowerDescentDebug::last_depth ( ) const
inline

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

◆ last_depth_change_time()

uint64_t jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time ( ) const
inline

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

◆ last_depth_change_time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_with_units ( ) const
inline

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

◆ last_depth_change_time_with_units() [2/2]

boost::units::quantity< last_depth_change_time_unit, google::protobuf::uint64 > jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_with_units ( ) const
inline

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

◆ last_depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePowerDescentDebug::last_depth_with_units ( ) const
inline

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

◆ last_depth_with_units() [2/2]

boost::units::quantity< last_depth_unit, double > jaiabot::protobuf::DivePowerDescentDebug::last_depth_with_units ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_bot_is_diving()

void jaiabot::protobuf::DivePowerDescentDebug::set_bot_is_diving ( bool  value)
inline

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

◆ set_bottoming_timeout()

void jaiabot::protobuf::DivePowerDescentDebug::set_bottoming_timeout ( double  value)
inline

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

◆ set_bottoming_timeout_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePowerDescentDebug::set_bottoming_timeout_with_units ( Quantity  value_w_units)
inline

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

◆ set_current_depth()

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

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

◆ set_current_depth_with_units()

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

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

◆ set_depth_change_timeout()

void jaiabot::protobuf::DivePowerDescentDebug::set_depth_change_timeout ( bool  value)
inline

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

◆ set_depth_changed()

void jaiabot::protobuf::DivePowerDescentDebug::set_depth_changed ( bool  value)
inline

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

◆ set_depth_eps()

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

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

◆ set_depth_eps_with_units()

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

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

◆ set_depth_reached()

void jaiabot::protobuf::DivePowerDescentDebug::set_depth_reached ( bool  value)
inline

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

◆ set_goal_depth()

void jaiabot::protobuf::DivePowerDescentDebug::set_goal_depth ( double  value)
inline

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

◆ set_goal_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePowerDescentDebug::set_goal_depth_with_units ( Quantity  value_w_units)
inline

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

◆ set_last_depth()

void jaiabot::protobuf::DivePowerDescentDebug::set_last_depth ( double  value)
inline

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

◆ set_last_depth_change_time()

void jaiabot::protobuf::DivePowerDescentDebug::set_last_depth_change_time ( uint64_t  value)
inline

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

◆ set_last_depth_change_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePowerDescentDebug::set_last_depth_change_time_with_units ( Quantity  value_w_units)
inline

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

◆ set_last_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePowerDescentDebug::set_last_depth_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fdive_5fdebug_2eproto

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

◆ swap

void swap ( DivePowerDescentDebug a,
DivePowerDescentDebug b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DivePowerDescentDebug::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::DivePowerDescentDebug::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DivePowerDescentDebug::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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