JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::DivePowerDescentDebug Class Reference

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

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

Public Types

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 ()
 
virtual ~DivePowerDescentDebug ()
 
 DivePowerDescentDebug (const DivePowerDescentDebug &from)
 
DivePowerDescentDebugoperator= (const DivePowerDescentDebug &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DivePowerDescentDebug *other)
 
DivePowerDescentDebugNew () const final
 
DivePowerDescentDebugNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const DivePowerDescentDebug &from)
 
void MergeFrom (const DivePowerDescentDebug &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::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 ()
 
::google::protobuf::uint64 last_depth_change_time () const
 
void set_last_depth_change_time (::google::protobuf::uint64 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 ::google::protobuf::Descriptor * descriptor ()
 
static const DivePowerDescentDebugdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DivePowerDescentDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCurrentDepthFieldNumber = 1
 
static const int kLastDepthFieldNumber = 2
 
static const int kGoalDepthFieldNumber = 3
 
static const int kDepthEpsFieldNumber = 4
 
static const int kLastDepthChangeTimeFieldNumber = 5
 
static const int kBottomingTimeoutFieldNumber = 6
 
static const int kDepthReachedFieldNumber = 7
 
static const int kDepthChangedFieldNumber = 8
 
static const int kDepthChangeTimeoutFieldNumber = 9
 
static const int kBotIsDivingFieldNumber = 10
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct
 
void swap (DivePowerDescentDebug &a, DivePowerDescentDebug &b)
 

Detailed Description

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

◆ bottoming_timeout_unit

Definition at line 325 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 248 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 250 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 291 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 295 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 276 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 280 of file dive_debug.pb.h.

◆ last_depth_change_time_dimension

Definition at line 306 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 310 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 261 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 265 of file dive_debug.pb.h.

Constructor & Destructor Documentation

◆ DivePowerDescentDebug() [1/2]

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

◆ ~DivePowerDescentDebug()

virtual jaiabot::protobuf::DivePowerDescentDebug::~DivePowerDescentDebug ( )
virtual

◆ DivePowerDescentDebug() [2/2]

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

Member Function Documentation

◆ bot_is_diving()

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

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

◆ bottoming_timeout()

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

Definition at line 1058 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 332 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 335 of file dive_debug.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bot_is_diving()

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

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

◆ clear_bottoming_timeout()

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

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

◆ clear_current_depth()

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

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

◆ clear_depth_change_timeout()

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

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

◆ clear_depth_changed()

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

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

◆ clear_depth_eps()

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

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

◆ clear_depth_reached()

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

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

◆ clear_goal_depth()

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

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

◆ clear_last_depth()

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

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

◆ clear_last_depth_change_time()

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

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

◆ CopyFrom() [1/2]

void jaiabot::protobuf::DivePowerDescentDebug::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ current_depth()

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

Definition at line 938 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 257 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 260 of file dive_debug.pb.h.

◆ default_instance()

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

◆ depth_change_timeout()

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

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

◆ depth_changed()

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

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

◆ depth_eps()

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

Definition at line 1010 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 302 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 305 of file dive_debug.pb.h.

◆ depth_reached()

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

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

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::DivePowerDescentDebug::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ goal_depth()

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

Definition at line 986 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 287 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 290 of file dive_debug.pb.h.

◆ has_bot_is_diving()

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

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

◆ has_bottoming_timeout()

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

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

◆ has_current_depth()

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

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

◆ has_depth_change_timeout()

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

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

◆ has_depth_changed()

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

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

◆ has_depth_eps()

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

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

◆ has_depth_reached()

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

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

◆ has_goal_depth()

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

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

◆ has_last_depth()

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

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

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::DivePowerDescentDebug::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::DivePowerDescentDebug::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ last_depth()

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

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

◆ last_depth_change_time()

google::protobuf::uint64 jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time ( ) const
inline

Definition at line 1034 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 317 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 320 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 272 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 275 of file dive_debug.pb.h.

◆ MergeFrom() [1/2]

void jaiabot::protobuf::DivePowerDescentDebug::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::DivePowerDescentDebug::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

DivePowerDescentDebug* jaiabot::protobuf::DivePowerDescentDebug::New ( ) const
inlinefinal

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

◆ New() [2/2]

DivePowerDescentDebug* jaiabot::protobuf::DivePowerDescentDebug::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::DivePowerDescentDebug::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_bot_is_diving()

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

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

◆ set_bottoming_timeout()

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

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

◆ set_current_depth()

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

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

◆ set_depth_change_timeout()

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

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

◆ set_depth_changed()

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

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

◆ set_depth_eps()

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

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

◆ set_depth_reached()

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

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

◆ set_goal_depth()

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

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

◆ set_last_depth()

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

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

◆ set_last_depth_change_time()

void jaiabot::protobuf::DivePowerDescentDebug::set_last_depth_change_time ( ::google::protobuf::uint64  value)
inline

Definition at line 1038 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 313 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 268 of file dive_debug.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct

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

◆ swap

void swap ( DivePowerDescentDebug a,
DivePowerDescentDebug b 
)
friend

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

Member Data Documentation

◆ kBotIsDivingFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kBotIsDivingFieldNumber = 10
static

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

◆ kBottomingTimeoutFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kBottomingTimeoutFieldNumber = 6
static

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

◆ kCurrentDepthFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kCurrentDepthFieldNumber = 1
static

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

◆ kDepthChangedFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kDepthChangedFieldNumber = 8
static

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

◆ kDepthChangeTimeoutFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kDepthChangeTimeoutFieldNumber = 9
static

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

◆ kDepthEpsFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kDepthEpsFieldNumber = 4
static

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

◆ kDepthReachedFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kDepthReachedFieldNumber = 7
static

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

◆ kGoalDepthFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kGoalDepthFieldNumber = 3
static

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

◆ kIndexInFileMessages

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

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

◆ kLastDepthChangeTimeFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kLastDepthChangeTimeFieldNumber = 5
static

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

◆ kLastDepthFieldNumber

const int jaiabot::protobuf::DivePowerDescentDebug::kLastDepthFieldNumber = 2
static

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


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