JaiaBot 2.3.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::DivePacket Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::DivePacket:
Collaboration diagram for jaiabot::protobuf::DivePacket:

Public Types

enum  : int {
  kMeasurementFieldNumber = 14 , kStartLocationFieldNumber = 15 , kSubsurfaceCurrentFieldNumber = 21 , kDiveRateFieldNumber = 10 ,
  kUnpoweredRiseRateFieldNumber = 11 , kPoweredRiseRateFieldNumber = 12 , kDepthAchievedFieldNumber = 13 , kDurationToAcquireGpsFieldNumber = 16 ,
  kMaxAccelerationFieldNumber = 20 , kBottomDiveFieldNumber = 17 , kReachedMinDepthFieldNumber = 18 , kBottomTypeFieldNumber = 19
}
 
typedef DivePacket_Measurements Measurements
 
typedef DivePacket_SubsurfaceCurrentVector SubsurfaceCurrentVector
 
typedef DivePacket_BottomType BottomType
 
typedef boost::units::velocity_dimension dive_rate_dimension
 
typedef boost::units::unit< dive_rate_dimension, boost::units::si::system > dive_rate_unit
 
typedef boost::units::velocity_dimension unpowered_rise_rate_dimension
 
typedef boost::units::unit< unpowered_rise_rate_dimension, boost::units::si::system > unpowered_rise_rate_unit
 
typedef boost::units::velocity_dimension powered_rise_rate_dimension
 
typedef boost::units::unit< powered_rise_rate_dimension, boost::units::si::system > powered_rise_rate_unit
 
typedef boost::units::length_dimension depth_achieved_dimension
 
typedef boost::units::unit< depth_achieved_dimension, boost::units::si::system > depth_achieved_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type duration_to_acquire_gps_dimension
 
typedef boost::units::unit< duration_to_acquire_gps_dimension, boost::units::si::system > duration_to_acquire_gps_unit
 
typedef boost::units::acceleration_dimension max_acceleration_dimension
 
typedef boost::units::unit< max_acceleration_dimension, boost::units::si::system > max_acceleration_unit
 

Public Member Functions

 DivePacket ()
 
 ~DivePacket () override
 
PROTOBUF_CONSTEXPR DivePacket (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DivePacket (const DivePacket &from)
 
 DivePacket (DivePacket &&from) noexcept
 
DivePacketoperator= (const DivePacket &from)
 
DivePacketoperator= (DivePacket &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DivePacket *other)
 
void UnsafeArenaSwap (DivePacket *other)
 
DivePacketNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DivePacket &from)
 
void MergeFrom (const DivePacket &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
 
int measurement_size () const
 
void clear_measurement ()
 
::jaiabot::protobuf::DivePacket_Measurementsmutable_measurement (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > * mutable_measurement ()
 
const ::jaiabot::protobuf::DivePacket_Measurementsmeasurement (int index) const
 
::jaiabot::protobuf::DivePacket_Measurementsadd_measurement ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > & measurement () const
 
bool has_start_location () const
 
void clear_start_location ()
 
const ::jaiabot::protobuf::GeographicCoordinatestart_location () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::GeographicCoordinate * release_start_location ()
 
::jaiabot::protobuf::GeographicCoordinatemutable_start_location ()
 
void set_allocated_start_location (::jaiabot::protobuf::GeographicCoordinate *start_location)
 
void unsafe_arena_set_allocated_start_location (::jaiabot::protobuf::GeographicCoordinate *start_location)
 
::jaiabot::protobuf::GeographicCoordinateunsafe_arena_release_start_location ()
 
bool has_subsurface_current () const
 
void clear_subsurface_current ()
 
const ::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVectorsubsurface_current () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector * release_subsurface_current ()
 
::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVectormutable_subsurface_current ()
 
void set_allocated_subsurface_current (::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector *subsurface_current)
 
void unsafe_arena_set_allocated_subsurface_current (::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector *subsurface_current)
 
::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVectorunsafe_arena_release_subsurface_current ()
 
bool has_dive_rate () const
 
void clear_dive_rate ()
 
double dive_rate () const
 
void set_dive_rate (double value)
 
bool has_unpowered_rise_rate () const
 
void clear_unpowered_rise_rate ()
 
double unpowered_rise_rate () const
 
void set_unpowered_rise_rate (double value)
 
bool has_powered_rise_rate () const
 
void clear_powered_rise_rate ()
 
double powered_rise_rate () const
 
void set_powered_rise_rate (double value)
 
bool has_depth_achieved () const
 
void clear_depth_achieved ()
 
double depth_achieved () const
 
void set_depth_achieved (double value)
 
bool has_duration_to_acquire_gps () const
 
void clear_duration_to_acquire_gps ()
 
double duration_to_acquire_gps () const
 
void set_duration_to_acquire_gps (double value)
 
bool has_max_acceleration () const
 
void clear_max_acceleration ()
 
double max_acceleration () const
 
void set_max_acceleration (double value)
 
bool has_bottom_dive () const
 
void clear_bottom_dive ()
 
bool bottom_dive () const
 
void set_bottom_dive (bool value)
 
bool has_reached_min_depth () const
 
void clear_reached_min_depth ()
 
bool reached_min_depth () const
 
void set_reached_min_depth (bool value)
 
bool has_bottom_type () const
 
void clear_bottom_type ()
 
::jaiabot::protobuf::DivePacket_BottomType bottom_type () const
 
void set_bottom_type (::jaiabot::protobuf::DivePacket_BottomType value)
 
template<typename Quantity >
void set_dive_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity dive_rate_with_units () const
 
boost::units::quantity< dive_rate_unit, double > dive_rate_with_units () const
 
template<typename Quantity >
void set_unpowered_rise_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity unpowered_rise_rate_with_units () const
 
boost::units::quantity< unpowered_rise_rate_unit, double > unpowered_rise_rate_with_units () const
 
template<typename Quantity >
void set_powered_rise_rate_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity powered_rise_rate_with_units () const
 
boost::units::quantity< powered_rise_rate_unit, double > powered_rise_rate_with_units () const
 
template<typename Quantity >
void set_depth_achieved_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity depth_achieved_with_units () const
 
boost::units::quantity< depth_achieved_unit, double > depth_achieved_with_units () const
 
template<typename Quantity >
void set_duration_to_acquire_gps_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity duration_to_acquire_gps_with_units () const
 
boost::units::quantity< duration_to_acquire_gps_unit, double > duration_to_acquire_gps_with_units () const
 
template<typename Quantity >
void set_max_acceleration_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity max_acceleration_with_units () const
 
boost::units::quantity< max_acceleration_unit, double > max_acceleration_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 DivePacketdefault_instance ()
 
static const DivePacketinternal_default_instance ()
 
static bool BottomType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * BottomType_descriptor ()
 
template<typename T >
static const std::string & BottomType_Name (T enum_t_value)
 
static bool BottomType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, BottomType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr BottomType HARD
 
static constexpr BottomType SOFT
 
static constexpr BottomType BottomType_MIN
 
static constexpr BottomType BottomType_MAX
 
static constexpr int BottomType_ARRAYSIZE
 

Protected Member Functions

 DivePacket (::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_2fjaia_5fdccl_2eproto
 
void swap (DivePacket &a, DivePacket &b)
 

Detailed Description

Definition at line 3011 of file jaia_dccl.pb.h.

Member Typedef Documentation

◆ BottomType

◆ depth_achieved_dimension

typedef boost::units::length_dimension jaiabot::protobuf::DivePacket::depth_achieved_dimension

Definition at line 3401 of file jaia_dccl.pb.h.

◆ depth_achieved_unit

typedef boost::units::unit<depth_achieved_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::depth_achieved_unit

Definition at line 3403 of file jaia_dccl.pb.h.

◆ dive_rate_dimension

typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::dive_rate_dimension

Definition at line 3356 of file jaia_dccl.pb.h.

◆ dive_rate_unit

typedef boost::units::unit<dive_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::dive_rate_unit

Definition at line 3358 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DivePacket::duration_to_acquire_gps_dimension

Definition at line 3416 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_unit

Definition at line 3418 of file jaia_dccl.pb.h.

◆ max_acceleration_dimension

typedef boost::units::acceleration_dimension jaiabot::protobuf::DivePacket::max_acceleration_dimension

Definition at line 3431 of file jaia_dccl.pb.h.

◆ max_acceleration_unit

typedef boost::units::unit<max_acceleration_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::max_acceleration_unit

Definition at line 3433 of file jaia_dccl.pb.h.

◆ Measurements

◆ powered_rise_rate_dimension

typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::powered_rise_rate_dimension

Definition at line 3386 of file jaia_dccl.pb.h.

◆ powered_rise_rate_unit

typedef boost::units::unit<powered_rise_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::powered_rise_rate_unit

Definition at line 3388 of file jaia_dccl.pb.h.

◆ SubsurfaceCurrentVector

◆ unpowered_rise_rate_dimension

typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::unpowered_rise_rate_dimension

Definition at line 3371 of file jaia_dccl.pb.h.

◆ unpowered_rise_rate_unit

typedef boost::units::unit<unpowered_rise_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::unpowered_rise_rate_unit

Definition at line 3373 of file jaia_dccl.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMeasurementFieldNumber 
kStartLocationFieldNumber 
kSubsurfaceCurrentFieldNumber 
kDiveRateFieldNumber 
kUnpoweredRiseRateFieldNumber 
kPoweredRiseRateFieldNumber 
kDepthAchievedFieldNumber 
kDurationToAcquireGpsFieldNumber 
kMaxAccelerationFieldNumber 
kBottomDiveFieldNumber 
kReachedMinDepthFieldNumber 
kBottomTypeFieldNumber 

Definition at line 3171 of file jaia_dccl.pb.h.

Constructor & Destructor Documentation

◆ DivePacket() [1/5]

jaiabot::protobuf::DivePacket::DivePacket ( )
inline

Definition at line 3014 of file jaia_dccl.pb.h.

◆ ~DivePacket()

jaiabot::protobuf::DivePacket::~DivePacket ( )
override

◆ DivePacket() [2/5]

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

◆ DivePacket() [3/5]

jaiabot::protobuf::DivePacket::DivePacket ( const DivePacket from)

◆ DivePacket() [4/5]

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

Definition at line 3019 of file jaia_dccl.pb.h.

◆ DivePacket() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_measurement()

jaiabot::protobuf::DivePacket_Measurements * jaiabot::protobuf::DivePacket::add_measurement ( )
inline

Definition at line 6684 of file jaia_dccl.pb.h.

◆ bottom_dive()

bool jaiabot::protobuf::DivePacket::bottom_dive ( ) const
inline

Definition at line 6825 of file jaia_dccl.pb.h.

◆ bottom_type()

jaiabot::protobuf::DivePacket_BottomType jaiabot::protobuf::DivePacket::bottom_type ( ) const
inline

Definition at line 6881 of file jaia_dccl.pb.h.

◆ BottomType_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::DivePacket::BottomType_descriptor ( )
inlinestatic

Definition at line 3154 of file jaia_dccl.pb.h.

◆ BottomType_IsValid()

static bool jaiabot::protobuf::DivePacket::BottomType_IsValid ( int  value)
inlinestatic

Definition at line 3144 of file jaia_dccl.pb.h.

◆ BottomType_Name()

template<typename T >
static const std::string & jaiabot::protobuf::DivePacket::BottomType_Name ( enum_t_value)
inlinestatic

Definition at line 3158 of file jaia_dccl.pb.h.

◆ BottomType_Parse()

static bool jaiabot::protobuf::DivePacket::BottomType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
BottomType value 
)
inlinestatic

Definition at line 3164 of file jaia_dccl.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bottom_dive()

void jaiabot::protobuf::DivePacket::clear_bottom_dive ( )
inline

Definition at line 6818 of file jaia_dccl.pb.h.

◆ clear_bottom_type()

void jaiabot::protobuf::DivePacket::clear_bottom_type ( )
inline

Definition at line 6874 of file jaia_dccl.pb.h.

◆ clear_depth_achieved()

void jaiabot::protobuf::DivePacket::clear_depth_achieved ( )
inline

Definition at line 6635 of file jaia_dccl.pb.h.

◆ clear_dive_rate()

void jaiabot::protobuf::DivePacket::clear_dive_rate ( )
inline

Definition at line 6551 of file jaia_dccl.pb.h.

◆ clear_duration_to_acquire_gps()

void jaiabot::protobuf::DivePacket::clear_duration_to_acquire_gps ( )
inline

Definition at line 6790 of file jaia_dccl.pb.h.

◆ clear_max_acceleration()

void jaiabot::protobuf::DivePacket::clear_max_acceleration ( )
inline

Definition at line 6903 of file jaia_dccl.pb.h.

◆ clear_measurement()

void jaiabot::protobuf::DivePacket::clear_measurement ( )
inline

Definition at line 6662 of file jaia_dccl.pb.h.

◆ clear_powered_rise_rate()

void jaiabot::protobuf::DivePacket::clear_powered_rise_rate ( )
inline

Definition at line 6607 of file jaia_dccl.pb.h.

◆ clear_reached_min_depth()

void jaiabot::protobuf::DivePacket::clear_reached_min_depth ( )
inline

Definition at line 6846 of file jaia_dccl.pb.h.

◆ clear_start_location()

void jaiabot::protobuf::DivePacket::clear_start_location ( )

◆ clear_subsurface_current()

void jaiabot::protobuf::DivePacket::clear_subsurface_current ( )
inline

Definition at line 6932 of file jaia_dccl.pb.h.

◆ clear_unpowered_rise_rate()

void jaiabot::protobuf::DivePacket::clear_unpowered_rise_rate ( )
inline

Definition at line 6579 of file jaia_dccl.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 3058 of file jaia_dccl.pb.h.

◆ depth_achieved()

double jaiabot::protobuf::DivePacket::depth_achieved ( ) const
inline

Definition at line 6642 of file jaia_dccl.pb.h.

◆ depth_achieved_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::depth_achieved_with_units ( ) const
inline

Definition at line 3410 of file jaia_dccl.pb.h.

◆ depth_achieved_with_units() [2/2]

boost::units::quantity< depth_achieved_unit, double > jaiabot::protobuf::DivePacket::depth_achieved_with_units ( ) const
inline

Definition at line 3413 of file jaia_dccl.pb.h.

◆ descriptor()

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

Definition at line 3049 of file jaia_dccl.pb.h.

◆ dive_rate()

double jaiabot::protobuf::DivePacket::dive_rate ( ) const
inline

Definition at line 6558 of file jaia_dccl.pb.h.

◆ dive_rate_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::dive_rate_with_units ( ) const
inline

Definition at line 3365 of file jaia_dccl.pb.h.

◆ dive_rate_with_units() [2/2]

boost::units::quantity< dive_rate_unit, double > jaiabot::protobuf::DivePacket::dive_rate_with_units ( ) const
inline

Definition at line 3368 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps()

double jaiabot::protobuf::DivePacket::duration_to_acquire_gps ( ) const
inline

Definition at line 6797 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::duration_to_acquire_gps_with_units ( ) const
inline

Definition at line 3425 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_with_units() [2/2]

boost::units::quantity< duration_to_acquire_gps_unit, double > jaiabot::protobuf::DivePacket::duration_to_acquire_gps_with_units ( ) const
inline

Definition at line 3428 of file jaia_dccl.pb.h.

◆ GetCachedSize()

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

Definition at line 3111 of file jaia_dccl.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 3052 of file jaia_dccl.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 3055 of file jaia_dccl.pb.h.

◆ has_bottom_dive()

bool jaiabot::protobuf::DivePacket::has_bottom_dive ( ) const
inline

Definition at line 6815 of file jaia_dccl.pb.h.

◆ has_bottom_type()

bool jaiabot::protobuf::DivePacket::has_bottom_type ( ) const
inline

Definition at line 6871 of file jaia_dccl.pb.h.

◆ has_depth_achieved()

bool jaiabot::protobuf::DivePacket::has_depth_achieved ( ) const
inline

Definition at line 6632 of file jaia_dccl.pb.h.

◆ has_dive_rate()

bool jaiabot::protobuf::DivePacket::has_dive_rate ( ) const
inline

Definition at line 6548 of file jaia_dccl.pb.h.

◆ has_duration_to_acquire_gps()

bool jaiabot::protobuf::DivePacket::has_duration_to_acquire_gps ( ) const
inline

Definition at line 6787 of file jaia_dccl.pb.h.

◆ has_max_acceleration()

bool jaiabot::protobuf::DivePacket::has_max_acceleration ( ) const
inline

Definition at line 6900 of file jaia_dccl.pb.h.

◆ has_powered_rise_rate()

bool jaiabot::protobuf::DivePacket::has_powered_rise_rate ( ) const
inline

Definition at line 6604 of file jaia_dccl.pb.h.

◆ has_reached_min_depth()

bool jaiabot::protobuf::DivePacket::has_reached_min_depth ( ) const
inline

Definition at line 6843 of file jaia_dccl.pb.h.

◆ has_start_location()

bool jaiabot::protobuf::DivePacket::has_start_location ( ) const
inline

Definition at line 6701 of file jaia_dccl.pb.h.

◆ has_subsurface_current()

bool jaiabot::protobuf::DivePacket::has_subsurface_current ( ) const
inline

Definition at line 6929 of file jaia_dccl.pb.h.

◆ has_unpowered_rise_rate()

bool jaiabot::protobuf::DivePacket::has_unpowered_rise_rate ( ) const
inline

Definition at line 6576 of file jaia_dccl.pb.h.

◆ internal_default_instance()

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

Definition at line 3061 of file jaia_dccl.pb.h.

◆ IsInitialized()

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

◆ max_acceleration()

double jaiabot::protobuf::DivePacket::max_acceleration ( ) const
inline

Definition at line 6910 of file jaia_dccl.pb.h.

◆ max_acceleration_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::max_acceleration_with_units ( ) const
inline

Definition at line 3440 of file jaia_dccl.pb.h.

◆ max_acceleration_with_units() [2/2]

boost::units::quantity< max_acceleration_unit, double > jaiabot::protobuf::DivePacket::max_acceleration_with_units ( ) const
inline

Definition at line 3443 of file jaia_dccl.pb.h.

◆ measurement() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::DivePacket_Measurements > & jaiabot::protobuf::DivePacket::measurement ( ) const
inline

Definition at line 6690 of file jaia_dccl.pb.h.

◆ measurement() [2/2]

const ::jaiabot::protobuf::DivePacket_Measurements & jaiabot::protobuf::DivePacket::measurement ( int  index) const
inline

Definition at line 6677 of file jaia_dccl.pb.h.

◆ measurement_size()

int jaiabot::protobuf::DivePacket::measurement_size ( ) const
inline

Definition at line 6659 of file jaia_dccl.pb.h.

◆ MergeFrom()

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

Definition at line 3098 of file jaia_dccl.pb.h.

◆ mutable_measurement() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::DivePacket_Measurements > * jaiabot::protobuf::DivePacket::mutable_measurement ( )
inline

Definition at line 6670 of file jaia_dccl.pb.h.

◆ mutable_measurement() [2/2]

jaiabot::protobuf::DivePacket_Measurements * jaiabot::protobuf::DivePacket::mutable_measurement ( int  index)
inline

Definition at line 6665 of file jaia_dccl.pb.h.

◆ mutable_start_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::DivePacket::mutable_start_location ( )
inline

Definition at line 6756 of file jaia_dccl.pb.h.

◆ mutable_subsurface_current()

jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector * jaiabot::protobuf::DivePacket::mutable_subsurface_current ( )
inline

Definition at line 6988 of file jaia_dccl.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 3045 of file jaia_dccl.pb.h.

◆ New()

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

Definition at line 3092 of file jaia_dccl.pb.h.

◆ operator=() [1/2]

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

Definition at line 3024 of file jaia_dccl.pb.h.

◆ operator=() [2/2]

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

Definition at line 3028 of file jaia_dccl.pb.h.

◆ powered_rise_rate()

double jaiabot::protobuf::DivePacket::powered_rise_rate ( ) const
inline

Definition at line 6614 of file jaia_dccl.pb.h.

◆ powered_rise_rate_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::powered_rise_rate_with_units ( ) const
inline

Definition at line 3395 of file jaia_dccl.pb.h.

◆ powered_rise_rate_with_units() [2/2]

boost::units::quantity< powered_rise_rate_unit, double > jaiabot::protobuf::DivePacket::powered_rise_rate_with_units ( ) const
inline

Definition at line 3398 of file jaia_dccl.pb.h.

◆ reached_min_depth()

bool jaiabot::protobuf::DivePacket::reached_min_depth ( ) const
inline

Definition at line 6853 of file jaia_dccl.pb.h.

◆ release_start_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::DivePacket::release_start_location ( )
inline

Definition at line 6726 of file jaia_dccl.pb.h.

◆ release_subsurface_current()

jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector * jaiabot::protobuf::DivePacket::release_subsurface_current ( )
inline

Definition at line 6958 of file jaia_dccl.pb.h.

◆ set_allocated_start_location()

void jaiabot::protobuf::DivePacket::set_allocated_start_location ( ::jaiabot::protobuf::GeographicCoordinate start_location)
inline

Definition at line 6761 of file jaia_dccl.pb.h.

◆ set_allocated_subsurface_current()

void jaiabot::protobuf::DivePacket::set_allocated_subsurface_current ( ::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector subsurface_current)
inline

Definition at line 6993 of file jaia_dccl.pb.h.

◆ set_bottom_dive()

void jaiabot::protobuf::DivePacket::set_bottom_dive ( bool  value)
inline

Definition at line 6833 of file jaia_dccl.pb.h.

◆ set_bottom_type()

void jaiabot::protobuf::DivePacket::set_bottom_type ( ::jaiabot::protobuf::DivePacket_BottomType  value)
inline

Definition at line 6890 of file jaia_dccl.pb.h.

◆ set_depth_achieved()

void jaiabot::protobuf::DivePacket::set_depth_achieved ( double  value)
inline

Definition at line 6650 of file jaia_dccl.pb.h.

◆ set_depth_achieved_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_depth_achieved_with_units ( Quantity  value_w_units)
inline

Definition at line 3406 of file jaia_dccl.pb.h.

◆ set_dive_rate()

void jaiabot::protobuf::DivePacket::set_dive_rate ( double  value)
inline

Definition at line 6566 of file jaia_dccl.pb.h.

◆ set_dive_rate_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_dive_rate_with_units ( Quantity  value_w_units)
inline

Definition at line 3361 of file jaia_dccl.pb.h.

◆ set_duration_to_acquire_gps()

void jaiabot::protobuf::DivePacket::set_duration_to_acquire_gps ( double  value)
inline

Definition at line 6805 of file jaia_dccl.pb.h.

◆ set_duration_to_acquire_gps_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_duration_to_acquire_gps_with_units ( Quantity  value_w_units)
inline

Definition at line 3421 of file jaia_dccl.pb.h.

◆ set_max_acceleration()

void jaiabot::protobuf::DivePacket::set_max_acceleration ( double  value)
inline

Definition at line 6918 of file jaia_dccl.pb.h.

◆ set_max_acceleration_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_max_acceleration_with_units ( Quantity  value_w_units)
inline

Definition at line 3436 of file jaia_dccl.pb.h.

◆ set_powered_rise_rate()

void jaiabot::protobuf::DivePacket::set_powered_rise_rate ( double  value)
inline

Definition at line 6622 of file jaia_dccl.pb.h.

◆ set_powered_rise_rate_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_powered_rise_rate_with_units ( Quantity  value_w_units)
inline

Definition at line 3391 of file jaia_dccl.pb.h.

◆ set_reached_min_depth()

void jaiabot::protobuf::DivePacket::set_reached_min_depth ( bool  value)
inline

Definition at line 6861 of file jaia_dccl.pb.h.

◆ set_unpowered_rise_rate()

void jaiabot::protobuf::DivePacket::set_unpowered_rise_rate ( double  value)
inline

Definition at line 6594 of file jaia_dccl.pb.h.

◆ set_unpowered_rise_rate_with_units()

template<typename Quantity >
void jaiabot::protobuf::DivePacket::set_unpowered_rise_rate_with_units ( Quantity  value_w_units)
inline

Definition at line 3376 of file jaia_dccl.pb.h.

◆ start_location()

const ::jaiabot::protobuf::GeographicCoordinate & jaiabot::protobuf::DivePacket::start_location ( ) const
inline

Definition at line 6709 of file jaia_dccl.pb.h.

◆ subsurface_current()

const ::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector & jaiabot::protobuf::DivePacket::subsurface_current ( ) const
inline

Definition at line 6941 of file jaia_dccl.pb.h.

◆ Swap()

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

Definition at line 3071 of file jaia_dccl.pb.h.

◆ unknown_fields()

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

Definition at line 3042 of file jaia_dccl.pb.h.

◆ unpowered_rise_rate()

double jaiabot::protobuf::DivePacket::unpowered_rise_rate ( ) const
inline

Definition at line 6586 of file jaia_dccl.pb.h.

◆ unpowered_rise_rate_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::DivePacket::unpowered_rise_rate_with_units ( ) const
inline

Definition at line 3380 of file jaia_dccl.pb.h.

◆ unpowered_rise_rate_with_units() [2/2]

boost::units::quantity< unpowered_rise_rate_unit, double > jaiabot::protobuf::DivePacket::unpowered_rise_rate_with_units ( ) const
inline

Definition at line 3383 of file jaia_dccl.pb.h.

◆ unsafe_arena_release_start_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::DivePacket::unsafe_arena_release_start_location ( )
inline

Definition at line 6741 of file jaia_dccl.pb.h.

◆ unsafe_arena_release_subsurface_current()

jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector * jaiabot::protobuf::DivePacket::unsafe_arena_release_subsurface_current ( )
inline

Definition at line 6973 of file jaia_dccl.pb.h.

◆ unsafe_arena_set_allocated_start_location()

void jaiabot::protobuf::DivePacket::unsafe_arena_set_allocated_start_location ( ::jaiabot::protobuf::GeographicCoordinate start_location)
inline

Definition at line 6713 of file jaia_dccl.pb.h.

◆ unsafe_arena_set_allocated_subsurface_current()

void jaiabot::protobuf::DivePacket::unsafe_arena_set_allocated_subsurface_current ( ::jaiabot::protobuf::DivePacket_SubsurfaceCurrentVector subsurface_current)
inline

Definition at line 6945 of file jaia_dccl.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 3084 of file jaia_dccl.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 3453 of file jaia_dccl.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 3120 of file jaia_dccl.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto

Definition at line 3473 of file jaia_dccl.pb.h.

◆ swap

void swap ( DivePacket a,
DivePacket b 
)
friend

Definition at line 3068 of file jaia_dccl.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::DivePacket::_class_data_
static

Definition at line 3129 of file jaia_dccl.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::DivePacket::_impl_

Definition at line 3472 of file jaia_dccl.pb.h.

◆ BottomType_ARRAYSIZE

constexpr int jaiabot::protobuf::DivePacket::BottomType_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 3151 of file jaia_dccl.pb.h.

◆ BottomType_MAX

constexpr BottomType jaiabot::protobuf::DivePacket::BottomType_MAX
staticconstexpr
Initial value:
=
constexpr DivePacket_BottomType DivePacket_BottomType_BottomType_MAX

Definition at line 3149 of file jaia_dccl.pb.h.

◆ BottomType_MIN

constexpr BottomType jaiabot::protobuf::DivePacket::BottomType_MIN
staticconstexpr
Initial value:
=
constexpr DivePacket_BottomType DivePacket_BottomType_BottomType_MIN

Definition at line 3147 of file jaia_dccl.pb.h.

◆ HARD

constexpr BottomType jaiabot::protobuf::DivePacket::HARD
staticconstexpr
Initial value:

Definition at line 3140 of file jaia_dccl.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::DivePacket::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

Definition at line 3065 of file jaia_dccl.pb.h.

◆ SOFT

constexpr BottomType jaiabot::protobuf::DivePacket::SOFT
staticconstexpr
Initial value:

Definition at line 3142 of file jaia_dccl.pb.h.


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