JaiaBot  1.12.0+18+g85da5f82
JaiaBot micro-AUV software
jaiabot::protobuf::DiveUnpoweredAscentDebug Class Reference

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

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

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 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 ()
 
virtual ~DiveUnpoweredAscentDebug ()
 
 DiveUnpoweredAscentDebug (const DiveUnpoweredAscentDebug &from)
 
DiveUnpoweredAscentDebugoperator= (const DiveUnpoweredAscentDebug &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DiveUnpoweredAscentDebug *other)
 
DiveUnpoweredAscentDebugNew () const final
 
DiveUnpoweredAscentDebugNew (::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 DiveUnpoweredAscentDebug &from)
 
void MergeFrom (const DiveUnpoweredAscentDebug &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_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 ::google::protobuf::Descriptor * descriptor ()
 
static const DiveUnpoweredAscentDebugdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DiveUnpoweredAscentDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCurrentDepthFieldNumber = 1
 
static const int kDepthEpsFieldNumber = 2
 
static const int kUnpoweredAscentTimeoutFieldNumber = 3
 
static const int kUnpoweredAscentTimedOutFieldNumber = 4
 
static const int kSurfacedFieldNumber = 5
 

Friends

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

Detailed Description

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

◆ current_depth_unit

Definition at line 683 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 694 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 698 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 709 of file dive_debug.pb.h.

◆ unpowered_ascent_timeout_unit

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

Constructor & Destructor Documentation

◆ DiveUnpoweredAscentDebug() [1/2]

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

◆ ~DiveUnpoweredAscentDebug()

virtual jaiabot::protobuf::DiveUnpoweredAscentDebug::~DiveUnpoweredAscentDebug ( )
virtual

◆ DiveUnpoweredAscentDebug() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_current_depth()

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

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

◆ clear_depth_eps()

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

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

◆ clear_surfaced()

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

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

◆ clear_unpowered_ascent_timed_out()

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

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

◆ clear_unpowered_ascent_timeout()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ current_depth()

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

Definition at line 1282 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 690 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 693 of file dive_debug.pb.h.

◆ default_instance()

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

◆ depth_eps()

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

Definition at line 1306 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 705 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 708 of file dive_debug.pb.h.

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_current_depth()

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

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

◆ has_depth_eps()

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

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

◆ has_surfaced()

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

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

◆ has_unpowered_ascent_timeout()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_current_depth()

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

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

◆ set_depth_eps()

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

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

◆ set_surfaced()

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

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

◆ set_unpowered_ascent_timeout()

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

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

◆ surfaced()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ unpowered_ascent_timed_out()

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

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

◆ unpowered_ascent_timeout()

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

Definition at line 1330 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 720 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 723 of file dive_debug.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct

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

◆ swap

void swap ( DiveUnpoweredAscentDebug a,
DiveUnpoweredAscentDebug b 
)
friend

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

Member Data Documentation

◆ kCurrentDepthFieldNumber

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

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

◆ kDepthEpsFieldNumber

const int jaiabot::protobuf::DiveUnpoweredAscentDebug::kDepthEpsFieldNumber = 2
static

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

◆ kIndexInFileMessages

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

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

◆ kSurfacedFieldNumber

const int jaiabot::protobuf::DiveUnpoweredAscentDebug::kSurfacedFieldNumber = 5
static

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

◆ kUnpoweredAscentTimedOutFieldNumber

const int jaiabot::protobuf::DiveUnpoweredAscentDebug::kUnpoweredAscentTimedOutFieldNumber = 4
static

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

◆ kUnpoweredAscentTimeoutFieldNumber

const int jaiabot::protobuf::DiveUnpoweredAscentDebug::kUnpoweredAscentTimeoutFieldNumber = 3
static

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


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