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

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

Inheritance diagram for jaiabot::protobuf::PressureAdjustedData:
Collaboration diagram for jaiabot::protobuf::PressureAdjustedData:

Public Types

typedef boost::units::make_scaled_unit< boost::units::metric::bar_base_unit::unit_type, boost::units::scale< 10, boost::units::static_rational<-1 > > >::type pressure_raw_unit
 
typedef boost::units::make_scaled_unit< boost::units::metric::bar_base_unit::unit_type, boost::units::scale< 10, boost::units::static_rational<-1 > > >::type pressure_adjusted_unit
 
typedef boost::units::make_scaled_unit< boost::units::metric::bar_base_unit::unit_type, boost::units::scale< 10, boost::units::static_rational<-1 > > >::type pressure_raw_before_dive_unit
 
typedef boost::units::length_dimension calculated_depth_dimension
 
typedef boost::units::unit< calculated_depth_dimension, boost::units::si::system > calculated_depth_unit
 

Public Member Functions

 PressureAdjustedData ()
 
virtual ~PressureAdjustedData ()
 
 PressureAdjustedData (const PressureAdjustedData &from)
 
PressureAdjustedDataoperator= (const PressureAdjustedData &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PressureAdjustedData *other)
 
PressureAdjustedDataNew () const final
 
PressureAdjustedDataNew (::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 PressureAdjustedData &from)
 
void MergeFrom (const PressureAdjustedData &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_pressure_raw () const
 
void clear_pressure_raw ()
 
double pressure_raw () const
 
void set_pressure_raw (double value)
 
bool has_pressure_adjusted () const
 
void clear_pressure_adjusted ()
 
double pressure_adjusted () const
 
void set_pressure_adjusted (double value)
 
bool has_pressure_raw_before_dive () const
 
void clear_pressure_raw_before_dive ()
 
double pressure_raw_before_dive () const
 
void set_pressure_raw_before_dive (double value)
 
bool has_calculated_depth () const
 
void clear_calculated_depth ()
 
double calculated_depth () const
 
void set_calculated_depth (double value)
 
template<typename Quantity >
void set_pressure_raw_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pressure_raw_with_units () const
 
boost::units::quantity< pressure_raw_unit, double > pressure_raw_with_units () const
 
template<typename Quantity >
void set_pressure_adjusted_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pressure_adjusted_with_units () const
 
boost::units::quantity< pressure_adjusted_unit, double > pressure_adjusted_with_units () const
 
template<typename Quantity >
void set_pressure_raw_before_dive_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity pressure_raw_before_dive_with_units () const
 
boost::units::quantity< pressure_raw_before_dive_unit, double > pressure_raw_before_dive_with_units () const
 
template<typename Quantity >
void set_calculated_depth_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity calculated_depth_with_units () const
 
boost::units::quantity< calculated_depth_unit, double > calculated_depth_with_units () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const PressureAdjustedDatadefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const PressureAdjustedDatainternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kPressureRawFieldNumber = 1
 
static const int kPressureAdjustedFieldNumber = 2
 
static const int kPressureRawBeforeDiveFieldNumber = 3
 
static const int kCalculatedDepthFieldNumber = 11
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fpressure_5ftemperature_2eproto::TableStruct
 
void swap (PressureAdjustedData &a, PressureAdjustedData &b)
 

Detailed Description

Definition at line 265 of file pressure_temperature.pb.h.

Member Typedef Documentation

◆ calculated_depth_dimension

Definition at line 424 of file pressure_temperature.pb.h.

◆ calculated_depth_unit

Definition at line 428 of file pressure_temperature.pb.h.

◆ pressure_adjusted_unit

typedef boost::units::make_scaled_unit<boost::units::metric::bar_base_unit::unit_type , boost::units::scale<10, boost::units::static_rational<-1> > >::type jaiabot::protobuf::PressureAdjustedData::pressure_adjusted_unit

Definition at line 398 of file pressure_temperature.pb.h.

◆ pressure_raw_before_dive_unit

typedef boost::units::make_scaled_unit<boost::units::metric::bar_base_unit::unit_type , boost::units::scale<10, boost::units::static_rational<-1> > >::type jaiabot::protobuf::PressureAdjustedData::pressure_raw_before_dive_unit

Definition at line 411 of file pressure_temperature.pb.h.

◆ pressure_raw_unit

typedef boost::units::make_scaled_unit<boost::units::metric::bar_base_unit::unit_type , boost::units::scale<10, boost::units::static_rational<-1> > >::type jaiabot::protobuf::PressureAdjustedData::pressure_raw_unit

Definition at line 387 of file pressure_temperature.pb.h.

Constructor & Destructor Documentation

◆ PressureAdjustedData() [1/2]

jaiabot::protobuf::PressureAdjustedData::PressureAdjustedData ( )

◆ ~PressureAdjustedData()

virtual jaiabot::protobuf::PressureAdjustedData::~PressureAdjustedData ( )
virtual

◆ PressureAdjustedData() [2/2]

jaiabot::protobuf::PressureAdjustedData::PressureAdjustedData ( const PressureAdjustedData from)

Member Function Documentation

◆ ByteSizeLong()

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

◆ calculated_depth()

double jaiabot::protobuf::PressureAdjustedData::calculated_depth ( ) const
inline

Definition at line 635 of file pressure_temperature.pb.h.

◆ calculated_depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::PressureAdjustedData::calculated_depth_with_units ( ) const
inline

Definition at line 435 of file pressure_temperature.pb.h.

◆ calculated_depth_with_units() [2/2]

boost::units::quantity< calculated_depth_unit,double > jaiabot::protobuf::PressureAdjustedData::calculated_depth_with_units ( ) const
inline

Definition at line 438 of file pressure_temperature.pb.h.

◆ Clear()

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

◆ clear_calculated_depth()

void jaiabot::protobuf::PressureAdjustedData::clear_calculated_depth ( )
inline

Definition at line 631 of file pressure_temperature.pb.h.

◆ clear_pressure_adjusted()

void jaiabot::protobuf::PressureAdjustedData::clear_pressure_adjusted ( )
inline

Definition at line 583 of file pressure_temperature.pb.h.

◆ clear_pressure_raw()

void jaiabot::protobuf::PressureAdjustedData::clear_pressure_raw ( )
inline

Definition at line 559 of file pressure_temperature.pb.h.

◆ clear_pressure_raw_before_dive()

void jaiabot::protobuf::PressureAdjustedData::clear_pressure_raw_before_dive ( )
inline

Definition at line 607 of file pressure_temperature.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Definition at line 337 of file pressure_temperature.pb.h.

◆ GetMetadata()

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

◆ has_calculated_depth()

bool jaiabot::protobuf::PressureAdjustedData::has_calculated_depth ( ) const
inline

Definition at line 622 of file pressure_temperature.pb.h.

◆ has_pressure_adjusted()

bool jaiabot::protobuf::PressureAdjustedData::has_pressure_adjusted ( ) const
inline

Definition at line 574 of file pressure_temperature.pb.h.

◆ has_pressure_raw()

bool jaiabot::protobuf::PressureAdjustedData::has_pressure_raw ( ) const
inline

Definition at line 550 of file pressure_temperature.pb.h.

◆ has_pressure_raw_before_dive()

bool jaiabot::protobuf::PressureAdjustedData::has_pressure_raw_before_dive ( ) const
inline

Definition at line 598 of file pressure_temperature.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 302 of file pressure_temperature.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

Definition at line 294 of file pressure_temperature.pb.h.

◆ New() [1/2]

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

Definition at line 316 of file pressure_temperature.pb.h.

◆ New() [2/2]

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

Definition at line 320 of file pressure_temperature.pb.h.

◆ operator=()

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

Definition at line 272 of file pressure_temperature.pb.h.

◆ pressure_adjusted()

double jaiabot::protobuf::PressureAdjustedData::pressure_adjusted ( ) const
inline

Definition at line 587 of file pressure_temperature.pb.h.

◆ pressure_adjusted_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::PressureAdjustedData::pressure_adjusted_with_units ( ) const
inline

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

◆ pressure_adjusted_with_units() [2/2]

boost::units::quantity< pressure_adjusted_unit,double > jaiabot::protobuf::PressureAdjustedData::pressure_adjusted_with_units ( ) const
inline

Definition at line 410 of file pressure_temperature.pb.h.

◆ pressure_raw()

double jaiabot::protobuf::PressureAdjustedData::pressure_raw ( ) const
inline

Definition at line 563 of file pressure_temperature.pb.h.

◆ pressure_raw_before_dive()

double jaiabot::protobuf::PressureAdjustedData::pressure_raw_before_dive ( ) const
inline

Definition at line 611 of file pressure_temperature.pb.h.

◆ pressure_raw_before_dive_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::PressureAdjustedData::pressure_raw_before_dive_with_units ( ) const
inline

Definition at line 420 of file pressure_temperature.pb.h.

◆ pressure_raw_before_dive_with_units() [2/2]

boost::units::quantity< pressure_raw_before_dive_unit,double > jaiabot::protobuf::PressureAdjustedData::pressure_raw_before_dive_with_units ( ) const
inline

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

◆ pressure_raw_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::PressureAdjustedData::pressure_raw_with_units ( ) const
inline

Definition at line 394 of file pressure_temperature.pb.h.

◆ pressure_raw_with_units() [2/2]

boost::units::quantity< pressure_raw_unit,double > jaiabot::protobuf::PressureAdjustedData::pressure_raw_with_units ( ) const
inline

Definition at line 397 of file pressure_temperature.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_calculated_depth()

void jaiabot::protobuf::PressureAdjustedData::set_calculated_depth ( double  value)
inline

Definition at line 639 of file pressure_temperature.pb.h.

◆ set_calculated_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::PressureAdjustedData::set_calculated_depth_with_units ( Quantity  value_w_units)
inline

Definition at line 431 of file pressure_temperature.pb.h.

◆ set_pressure_adjusted()

void jaiabot::protobuf::PressureAdjustedData::set_pressure_adjusted ( double  value)
inline

Definition at line 591 of file pressure_temperature.pb.h.

◆ set_pressure_adjusted_with_units()

template<typename Quantity >
void jaiabot::protobuf::PressureAdjustedData::set_pressure_adjusted_with_units ( Quantity  value_w_units)
inline

Definition at line 403 of file pressure_temperature.pb.h.

◆ set_pressure_raw()

void jaiabot::protobuf::PressureAdjustedData::set_pressure_raw ( double  value)
inline

Definition at line 567 of file pressure_temperature.pb.h.

◆ set_pressure_raw_before_dive()

void jaiabot::protobuf::PressureAdjustedData::set_pressure_raw_before_dive ( double  value)
inline

Definition at line 615 of file pressure_temperature.pb.h.

◆ set_pressure_raw_before_dive_with_units()

template<typename Quantity >
void jaiabot::protobuf::PressureAdjustedData::set_pressure_raw_before_dive_with_units ( Quantity  value_w_units)
inline

Definition at line 416 of file pressure_temperature.pb.h.

◆ set_pressure_raw_with_units()

template<typename Quantity >
void jaiabot::protobuf::PressureAdjustedData::set_pressure_raw_with_units ( Quantity  value_w_units)
inline

Definition at line 390 of file pressure_temperature.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 291 of file pressure_temperature.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fpressure_5ftemperature_2eproto::TableStruct

◆ swap

void swap ( PressureAdjustedData a,
PressureAdjustedData b 
)
friend

Definition at line 310 of file pressure_temperature.pb.h.

Member Data Documentation

◆ kCalculatedDepthFieldNumber

const int jaiabot::protobuf::PressureAdjustedData::kCalculatedDepthFieldNumber = 11
static

Definition at line 383 of file pressure_temperature.pb.h.

◆ kIndexInFileMessages

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

Definition at line 306 of file pressure_temperature.pb.h.

◆ kPressureAdjustedFieldNumber

const int jaiabot::protobuf::PressureAdjustedData::kPressureAdjustedFieldNumber = 2
static

Definition at line 369 of file pressure_temperature.pb.h.

◆ kPressureRawBeforeDiveFieldNumber

const int jaiabot::protobuf::PressureAdjustedData::kPressureRawBeforeDiveFieldNumber = 3
static

Definition at line 376 of file pressure_temperature.pb.h.

◆ kPressureRawFieldNumber

const int jaiabot::protobuf::PressureAdjustedData::kPressureRawFieldNumber = 1
static

Definition at line 362 of file pressure_temperature.pb.h.


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