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

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

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

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::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 ()
 
virtual ~DiveHoldDebug ()
 
 DiveHoldDebug (const DiveHoldDebug &from)
 
DiveHoldDebugoperator= (const DiveHoldDebug &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DiveHoldDebug *other)
 
DiveHoldDebugNew () const final
 
DiveHoldDebugNew (::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 DiveHoldDebug &from)
 
void MergeFrom (const DiveHoldDebug &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_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 ::google::protobuf::Descriptor * descriptor ()
 
static const DiveHoldDebugdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DiveHoldDebuginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCurrentDepthFieldNumber = 1
 
static const int kHoldTimeoutFieldNumber = 2
 
static const int kDiveCompleteFieldNumber = 3
 
static const int kHoldCompleteFieldNumber = 4
 

Friends

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

Detailed Description

Definition at line 378 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 500 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 502 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 513 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 517 of file dive_debug.pb.h.

Constructor & Destructor Documentation

◆ DiveHoldDebug() [1/2]

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

◆ ~DiveHoldDebug()

virtual jaiabot::protobuf::DiveHoldDebug::~DiveHoldDebug ( )
virtual

◆ DiveHoldDebug() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_current_depth()

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

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

◆ clear_dive_complete()

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

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

◆ clear_hold_complete()

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

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

◆ clear_hold_timeout()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ current_depth()

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

Definition at line 1182 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 509 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 512 of file dive_debug.pb.h.

◆ default_instance()

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

◆ descriptor()

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

◆ dive_complete()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_current_depth()

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

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

◆ has_dive_complete()

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

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

◆ has_hold_complete()

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

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

◆ has_hold_timeout()

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

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

◆ hold_complete()

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

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

◆ hold_timeout()

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

Definition at line 1206 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 524 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 527 of file dive_debug.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_current_depth()

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

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

◆ set_dive_complete()

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

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

◆ set_hold_complete()

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

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

◆ set_hold_timeout()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct

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

◆ swap

void swap ( DiveHoldDebug a,
DiveHoldDebug b 
)
friend

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

Member Data Documentation

◆ kCurrentDepthFieldNumber

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

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

◆ kDiveCompleteFieldNumber

const int jaiabot::protobuf::DiveHoldDebug::kDiveCompleteFieldNumber = 3
static

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

◆ kHoldCompleteFieldNumber

const int jaiabot::protobuf::DiveHoldDebug::kHoldCompleteFieldNumber = 4
static

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

◆ kHoldTimeoutFieldNumber

const int jaiabot::protobuf::DiveHoldDebug::kHoldTimeoutFieldNumber = 2
static

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

◆ kIndexInFileMessages

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

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


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