JaiaBot 2.0.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 , 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 2750 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 3120 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 3122 of file jaia_dccl.pb.h.

◆ dive_rate_dimension

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

Definition at line 3075 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 3077 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 3135 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_unit

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

◆ max_acceleration_dimension

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

Definition at line 3150 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 3152 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 3105 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 3107 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 3090 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 3092 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 2909 of file jaia_dccl.pb.h.

Constructor & Destructor Documentation

◆ DivePacket() [1/5]

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

Definition at line 2753 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 2758 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 6011 of file jaia_dccl.pb.h.

◆ bottom_dive()

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

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

◆ bottom_type()

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

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

◆ BottomType_descriptor()

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

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

◆ BottomType_IsValid()

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

Definition at line 2882 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 2896 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 2902 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 6145 of file jaia_dccl.pb.h.

◆ clear_bottom_type()

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

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

◆ clear_depth_achieved()

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

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

◆ clear_dive_rate()

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

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

◆ clear_duration_to_acquire_gps()

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

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

◆ clear_max_acceleration()

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

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

◆ clear_measurement()

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

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

◆ clear_powered_rise_rate()

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

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

◆ clear_reached_min_depth()

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

Definition at line 6173 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 5906 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 2797 of file jaia_dccl.pb.h.

◆ depth_achieved()

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

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

◆ descriptor()

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

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

◆ dive_rate()

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

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

◆ duration_to_acquire_gps()

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

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

◆ GetCachedSize()

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

Definition at line 2850 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 2791 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 2794 of file jaia_dccl.pb.h.

◆ has_bottom_dive()

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

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

◆ has_bottom_type()

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

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

◆ has_depth_achieved()

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

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

◆ has_dive_rate()

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

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

◆ has_max_acceleration()

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

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

◆ has_powered_rise_rate()

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

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

◆ has_reached_min_depth()

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

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

◆ has_start_location()

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

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

◆ has_unpowered_rise_rate()

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

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

◆ internal_default_instance()

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

Definition at line 2800 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 6237 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 3159 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 3162 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 6017 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 6004 of file jaia_dccl.pb.h.

◆ measurement_size()

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

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

◆ MergeFrom()

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

Definition at line 2837 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 5997 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 5992 of file jaia_dccl.pb.h.

◆ mutable_start_location()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ powered_rise_rate()

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

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

◆ reached_min_depth()

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

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

◆ release_start_location()

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

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

◆ set_bottom_dive()

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

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

◆ set_depth_achieved()

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

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

◆ set_dive_rate()

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

Definition at line 5893 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 3080 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 6132 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 3140 of file jaia_dccl.pb.h.

◆ set_max_acceleration()

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

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

◆ set_powered_rise_rate()

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

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

◆ set_reached_min_depth()

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

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

◆ set_unpowered_rise_rate()

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

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

◆ start_location()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unpowered_rise_rate()

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

Definition at line 5913 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 3099 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 3102 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 6068 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 6040 of file jaia_dccl.pb.h.

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fjaia_5fdccl_2eproto

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

◆ swap

void swap ( DivePacket a,
DivePacket b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ jaiabot::protobuf::DivePacket::_impl_

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

◆ BottomType_ARRAYSIZE

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

Definition at line 2889 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 2887 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 2885 of file jaia_dccl.pb.h.

◆ HARD

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

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

◆ kIndexInFileMessages

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

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

◆ SOFT

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

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


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