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

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

Inheritance diagram for jaiabot::protobuf::DiveHoldDebug:
Collaboration diagram for jaiabot::protobuf::DiveHoldDebug:

Public Types

enum  : int { kCurrentDepthFieldNumber = 1 , kHoldTimeoutFieldNumber = 2 , kDiveCompleteFieldNumber = 3 , kHoldCompleteFieldNumber = 4 }
 
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::time_base_dimension, 1 >::type hold_timeout_dimension
 
typedef boost::units::unit< hold_timeout_dimension, boost::units::si::system > hold_timeout_unit
 

Public Member Functions

 DiveHoldDebug ()
 
 ~DiveHoldDebug () override
 
PROTOBUF_CONSTEXPR DiveHoldDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DiveHoldDebug (const DiveHoldDebug &from)
 
 DiveHoldDebug (DiveHoldDebug &&from) noexcept
 
DiveHoldDebugoperator= (const DiveHoldDebug &from)
 
DiveHoldDebugoperator= (DiveHoldDebug &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DiveHoldDebug *other)
 
void UnsafeArenaSwap (DiveHoldDebug *other)
 
DiveHoldDebugNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DiveHoldDebug &from)
 
void MergeFrom (const DiveHoldDebug &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_hold_timeout () const
 
void clear_hold_timeout ()
 
double hold_timeout () const
 
void set_hold_timeout (double value)
 
bool has_dive_complete () const
 
void clear_dive_complete ()
 
bool dive_complete () const
 
void set_dive_complete (bool value)
 
bool has_hold_complete () const
 
void clear_hold_complete ()
 
bool hold_complete () const
 
void set_hold_complete (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_hold_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity hold_timeout_with_units () const
 
boost::units::quantity< hold_timeout_unit, double > hold_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 DiveHoldDebugdefault_instance ()
 
static const DiveHoldDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 466 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::DiveHoldDebug::current_depth_dimension

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

◆ current_depth_unit

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

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

◆ hold_timeout_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DiveHoldDebug::hold_timeout_dimension

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

◆ hold_timeout_unit

typedef boost::units::unit<hold_timeout_dimension,boost::units::si::system> jaiabot::protobuf::DiveHoldDebug::hold_timeout_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kCurrentDepthFieldNumber 
kHoldTimeoutFieldNumber 
kDiveCompleteFieldNumber 
kHoldCompleteFieldNumber 

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

Constructor & Destructor Documentation

◆ DiveHoldDebug() [1/5]

jaiabot::protobuf::DiveHoldDebug::DiveHoldDebug ( )
inline

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

◆ ~DiveHoldDebug()

jaiabot::protobuf::DiveHoldDebug::~DiveHoldDebug ( )
override

◆ DiveHoldDebug() [2/5]

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

◆ DiveHoldDebug() [3/5]

jaiabot::protobuf::DiveHoldDebug::DiveHoldDebug ( const DiveHoldDebug from)

◆ DiveHoldDebug() [4/5]

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

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

◆ DiveHoldDebug() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_current_depth()

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

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

◆ clear_dive_complete()

void jaiabot::protobuf::DiveHoldDebug::clear_dive_complete ( )
inline

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

◆ clear_hold_complete()

void jaiabot::protobuf::DiveHoldDebug::clear_hold_complete ( )
inline

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

◆ clear_hold_timeout()

void jaiabot::protobuf::DiveHoldDebug::clear_hold_timeout ( )
inline

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

◆ CopyFrom()

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

◆ current_depth()

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

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

◆ current_depth_with_units() [1/2]

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

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

◆ current_depth_with_units() [2/2]

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dive_complete()

bool jaiabot::protobuf::DiveHoldDebug::dive_complete ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_current_depth()

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

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

◆ has_dive_complete()

bool jaiabot::protobuf::DiveHoldDebug::has_dive_complete ( ) const
inline

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

◆ has_hold_complete()

bool jaiabot::protobuf::DiveHoldDebug::has_hold_complete ( ) const
inline

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

◆ has_hold_timeout()

bool jaiabot::protobuf::DiveHoldDebug::has_hold_timeout ( ) const
inline

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

◆ hold_complete()

bool jaiabot::protobuf::DiveHoldDebug::hold_complete ( ) const
inline

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

◆ hold_timeout()

double jaiabot::protobuf::DiveHoldDebug::hold_timeout ( ) const
inline

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

◆ hold_timeout_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DiveHoldDebug::hold_timeout_with_units ( ) const
inline

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

◆ hold_timeout_with_units() [2/2]

boost::units::quantity< hold_timeout_unit, double > jaiabot::protobuf::DiveHoldDebug::hold_timeout_with_units ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_current_depth()

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

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

◆ set_current_depth_with_units()

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

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

◆ set_dive_complete()

void jaiabot::protobuf::DiveHoldDebug::set_dive_complete ( bool  value)
inline

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

◆ set_hold_complete()

void jaiabot::protobuf::DiveHoldDebug::set_hold_complete ( bool  value)
inline

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

◆ set_hold_timeout()

void jaiabot::protobuf::DiveHoldDebug::set_hold_timeout ( double  value)
inline

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

◆ set_hold_timeout_with_units()

template<typename Quantity >
void jaiabot::protobuf::DiveHoldDebug::set_hold_timeout_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fdive_5fdebug_2eproto

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

◆ swap

void swap ( DiveHoldDebug a,
DiveHoldDebug b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DiveHoldDebug::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::DiveHoldDebug::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DiveHoldDebug::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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