JaiaBot 2.1.1
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 , kDiveRateFieldNumber = 10 , kUnpoweredRiseRateFieldNumber = 11 ,
  kPoweredRiseRateFieldNumber = 12 , kDepthAchievedFieldNumber = 13 , kDurationToAcquireGpsFieldNumber = 16 , kMaxAccelerationFieldNumber = 20 ,
  kBottomDiveFieldNumber = 17 , kReachedMinDepthFieldNumber = 18 , kBottomTypeFieldNumber = 19
}
 
typedef DivePacket_Measurements Measurements
 
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_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 2769 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 3139 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 3141 of file jaia_dccl.pb.h.

◆ dive_rate_dimension

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

Definition at line 3094 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 3096 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 3154 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_unit

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

◆ max_acceleration_dimension

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

Definition at line 3169 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 3171 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 3124 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 3126 of file jaia_dccl.pb.h.

◆ unpowered_rise_rate_dimension

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

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

Member Enumeration Documentation

◆ anonymous enum

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

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

Constructor & Destructor Documentation

◆ DivePacket() [1/5]

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

Definition at line 2772 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 2777 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 6333 of file jaia_dccl.pb.h.

◆ bottom_dive()

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

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

◆ bottom_type()

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

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

◆ BottomType_descriptor()

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

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

◆ BottomType_IsValid()

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

Definition at line 2901 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 2915 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 2921 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 6467 of file jaia_dccl.pb.h.

◆ clear_bottom_type()

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

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

◆ clear_depth_achieved()

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

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

◆ clear_dive_rate()

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

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

◆ clear_duration_to_acquire_gps()

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

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

◆ clear_max_acceleration()

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

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

◆ clear_measurement()

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

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

◆ clear_powered_rise_rate()

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

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

◆ clear_reached_min_depth()

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

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

◆ clear_start_location()

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

◆ clear_unpowered_rise_rate()

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

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

◆ depth_achieved()

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

Definition at line 6291 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 3148 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 3151 of file jaia_dccl.pb.h.

◆ descriptor()

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

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

◆ dive_rate()

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

Definition at line 6207 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 3103 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 3106 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps()

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

Definition at line 6446 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 3163 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 3166 of file jaia_dccl.pb.h.

◆ GetCachedSize()

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

Definition at line 2869 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 2810 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 2813 of file jaia_dccl.pb.h.

◆ has_bottom_dive()

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

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

◆ has_bottom_type()

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

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

◆ has_depth_achieved()

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

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

◆ has_dive_rate()

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

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

◆ has_max_acceleration()

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

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

◆ has_powered_rise_rate()

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

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

◆ has_reached_min_depth()

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

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

◆ has_start_location()

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

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

◆ has_unpowered_rise_rate()

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

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

◆ internal_default_instance()

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

Definition at line 2819 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 6559 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 3178 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 3181 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 6339 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 6326 of file jaia_dccl.pb.h.

◆ measurement_size()

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

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

◆ MergeFrom()

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

Definition at line 2856 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 6319 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 6314 of file jaia_dccl.pb.h.

◆ mutable_start_location()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ powered_rise_rate()

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

Definition at line 6263 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 3133 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 3136 of file jaia_dccl.pb.h.

◆ reached_min_depth()

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

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

◆ release_start_location()

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

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

◆ set_bottom_dive()

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

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

◆ set_depth_achieved()

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

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

◆ set_dive_rate()

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

Definition at line 6215 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 3099 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 6454 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 3159 of file jaia_dccl.pb.h.

◆ set_max_acceleration()

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

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

◆ set_powered_rise_rate()

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

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

◆ set_reached_min_depth()

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

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

◆ set_unpowered_rise_rate()

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

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

◆ start_location()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unpowered_rise_rate()

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

Definition at line 6235 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 3118 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 3121 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 6390 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 6362 of file jaia_dccl.pb.h.

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto

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

◆ swap

void swap ( DivePacket a,
DivePacket b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ jaiabot::protobuf::DivePacket::_impl_

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

◆ BottomType_ARRAYSIZE

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

Definition at line 2908 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 2906 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 2904 of file jaia_dccl.pb.h.

◆ HARD

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

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

◆ kIndexInFileMessages

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

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

◆ SOFT

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

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


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