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

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

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

Public Types

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 ()
 
virtual ~DivePacket ()
 
 DivePacket (const DivePacket &from)
 
DivePacketoperator= (const DivePacket &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DivePacket *other)
 
DivePacketNew () const final
 
DivePacketNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const DivePacket &from)
 
void MergeFrom (const DivePacket &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int measurement_size () const
 
void clear_measurement ()
 
::jaiabot::protobuf::DivePacket_Measurementsmutable_measurement (int index)
 
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > * mutable_measurement ()
 
const ::jaiabot::protobuf::DivePacket_Measurementsmeasurement (int index) const
 
::jaiabot::protobuf::DivePacket_Measurementsadd_measurement ()
 
const ::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > & measurement () const
 
bool has_start_location () const
 
void clear_start_location ()
 
const ::jaiabot::protobuf::GeographicCoordinatestart_location () const
 
::jaiabot::protobuf::GeographicCoordinaterelease_start_location ()
 
::jaiabot::protobuf::GeographicCoordinatemutable_start_location ()
 
void set_allocated_start_location (::jaiabot::protobuf::GeographicCoordinate *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_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_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_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 ::google::protobuf::Descriptor * descriptor ()
 
static const DivePacketdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const DivePacketinternal_default_instance ()
 
static bool BottomType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * BottomType_descriptor ()
 
static const ::std::string & BottomType_Name (BottomType value)
 
static bool BottomType_Parse (const ::std::string &name, BottomType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const BottomType HARD
 
static const BottomType SOFT
 
static const BottomType BottomType_MIN
 
static const BottomType BottomType_MAX
 
static const int BottomType_ARRAYSIZE
 
static const int kMeasurementFieldNumber = 14
 
static const int kStartLocationFieldNumber = 15
 
static const int kDiveRateFieldNumber = 10
 
static const int kUnpoweredRiseRateFieldNumber = 11
 
static const int kPoweredRiseRateFieldNumber = 12
 
static const int kBottomDiveFieldNumber = 17
 
static const int kReachedMinDepthFieldNumber = 18
 
static const int kDepthAchievedFieldNumber = 13
 
static const int kDurationToAcquireGpsFieldNumber = 16
 
static const int kMaxAccelerationFieldNumber = 20
 
static const int kBottomTypeFieldNumber = 19
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fjaia_5fdccl_2eproto::TableStruct
 
void swap (DivePacket &a, DivePacket &b)
 

Detailed Description

Definition at line 2111 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 2363 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 2367 of file jaia_dccl.pb.h.

◆ dive_rate_dimension

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

Definition at line 2320 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 2322 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 2378 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps_unit

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

◆ max_acceleration_dimension

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

Definition at line 2393 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 2397 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 2348 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 2352 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 2333 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 2337 of file jaia_dccl.pb.h.

Constructor & Destructor Documentation

◆ DivePacket() [1/2]

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

◆ ~DivePacket()

virtual jaiabot::protobuf::DivePacket::~DivePacket ( )
virtual

◆ DivePacket() [2/2]

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

Member Function Documentation

◆ add_measurement()

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

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

◆ bottom_dive()

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

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

◆ bottom_type()

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

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

◆ BottomType_descriptor()

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

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

◆ BottomType_IsValid()

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

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

◆ BottomType_Name()

static const ::std::string& jaiabot::protobuf::DivePacket::BottomType_Name ( BottomType  value)
inlinestatic

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

◆ BottomType_Parse()

static bool jaiabot::protobuf::DivePacket::BottomType_Parse ( const ::std::string &  name,
BottomType value 
)
inlinestatic

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bottom_dive()

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

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

◆ clear_bottom_type()

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

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

◆ clear_depth_achieved()

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

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

◆ clear_dive_rate()

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

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

◆ clear_duration_to_acquire_gps()

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

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

◆ clear_max_acceleration()

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

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

◆ clear_measurement()

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

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

◆ clear_powered_rise_rate()

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

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

◆ clear_reached_min_depth()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ depth_achieved()

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

Definition at line 4572 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 2374 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 2377 of file jaia_dccl.pb.h.

◆ descriptor()

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

◆ dive_rate()

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

Definition at line 4500 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 2329 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 2332 of file jaia_dccl.pb.h.

◆ duration_to_acquire_gps()

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

Definition at line 4680 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 2389 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 2392 of file jaia_dccl.pb.h.

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_bottom_dive()

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

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

◆ has_bottom_type()

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

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

◆ has_depth_achieved()

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

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

◆ has_dive_rate()

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

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

◆ has_max_acceleration()

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

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

◆ has_powered_rise_rate()

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

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

◆ has_reached_min_depth()

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

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

◆ has_start_location()

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

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

◆ has_unpowered_rise_rate()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ max_acceleration()

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

Definition at line 4777 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 2404 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 2407 of file jaia_dccl.pb.h.

◆ measurement() [1/2]

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

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

◆ measurement_size()

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

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_measurement() [1/2]

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

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

◆ mutable_start_location()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ powered_rise_rate()

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

Definition at line 4548 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 2359 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 2362 of file jaia_dccl.pb.h.

◆ reached_min_depth()

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

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

◆ release_start_location()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_allocated_start_location()

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

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

◆ set_bottom_dive()

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

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

◆ set_depth_achieved()

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

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

◆ set_dive_rate()

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

Definition at line 4504 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 2325 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 4684 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 2385 of file jaia_dccl.pb.h.

◆ set_max_acceleration()

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

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

◆ set_powered_rise_rate()

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

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

◆ set_reached_min_depth()

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

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

◆ set_unpowered_rise_rate()

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

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

◆ start_location()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ unpowered_rise_rate()

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

Definition at line 4524 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 2344 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 2347 of file jaia_dccl.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fjaia_5fdccl_2eproto::TableStruct

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

◆ swap

void swap ( DivePacket a,
DivePacket b 
)
friend

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

Member Data Documentation

◆ BottomType_ARRAYSIZE

const int jaiabot::protobuf::DivePacket::BottomType_ARRAYSIZE
static
Initial value:

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

◆ BottomType_MAX

const BottomType jaiabot::protobuf::DivePacket::BottomType_MAX
static
Initial value:

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

◆ BottomType_MIN

const BottomType jaiabot::protobuf::DivePacket::BottomType_MIN
static
Initial value:

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

◆ HARD

const BottomType jaiabot::protobuf::DivePacket::HARD
static
Initial value:

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

◆ kBottomDiveFieldNumber

const int jaiabot::protobuf::DivePacket::kBottomDiveFieldNumber = 17
static

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

◆ kBottomTypeFieldNumber

const int jaiabot::protobuf::DivePacket::kBottomTypeFieldNumber = 19
static

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

◆ kDepthAchievedFieldNumber

const int jaiabot::protobuf::DivePacket::kDepthAchievedFieldNumber = 13
static

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

◆ kDiveRateFieldNumber

const int jaiabot::protobuf::DivePacket::kDiveRateFieldNumber = 10
static

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

◆ kDurationToAcquireGpsFieldNumber

const int jaiabot::protobuf::DivePacket::kDurationToAcquireGpsFieldNumber = 16
static

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

◆ kIndexInFileMessages

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

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

◆ kMaxAccelerationFieldNumber

const int jaiabot::protobuf::DivePacket::kMaxAccelerationFieldNumber = 20
static

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

◆ kMeasurementFieldNumber

const int jaiabot::protobuf::DivePacket::kMeasurementFieldNumber = 14
static

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

◆ kPoweredRiseRateFieldNumber

const int jaiabot::protobuf::DivePacket::kPoweredRiseRateFieldNumber = 12
static

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

◆ kReachedMinDepthFieldNumber

const int jaiabot::protobuf::DivePacket::kReachedMinDepthFieldNumber = 18
static

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

◆ kStartLocationFieldNumber

const int jaiabot::protobuf::DivePacket::kStartLocationFieldNumber = 15
static

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

◆ kUnpoweredRiseRateFieldNumber

const int jaiabot::protobuf::DivePacket::kUnpoweredRiseRateFieldNumber = 11
static

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

◆ SOFT

const BottomType jaiabot::protobuf::DivePacket::SOFT
static
Initial value:

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


The documentation for this class was generated from the following file:
jaiabot::protobuf::DivePacket_BottomType_BottomType_ARRAYSIZE
const int DivePacket_BottomType_BottomType_ARRAYSIZE
Definition: jaia_dccl.pb.h:208
jaiabot::protobuf::DivePacket_BottomType_SOFT
@ DivePacket_BottomType_SOFT
Definition: jaia_dccl.pb.h:203
jaiabot::protobuf::DivePacket_BottomType_HARD
@ DivePacket_BottomType_HARD
Definition: jaia_dccl.pb.h:202
jaiabot::protobuf::DivePacket_BottomType_BottomType_MAX
const DivePacket_BottomType DivePacket_BottomType_BottomType_MAX
Definition: jaia_dccl.pb.h:207
jaiabot::protobuf::DivePacket_BottomType_BottomType_MIN
const DivePacket_BottomType DivePacket_BottomType_BottomType_MIN
Definition: jaia_dccl.pb.h:206