JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::PressureAdjustedData Class Referencefinal

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

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

Public Types

enum  : int { kPressureRawFieldNumber = 1 , kPressureAdjustedFieldNumber = 2 , kPressureRawBeforeDiveFieldNumber = 3 , kCalculatedDepthFieldNumber = 11 }
 
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 ()
 
 ~PressureAdjustedData () override
 
PROTOBUF_CONSTEXPR PressureAdjustedData (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 PressureAdjustedData (const PressureAdjustedData &from)
 
 PressureAdjustedData (PressureAdjustedData &&from) noexcept
 
PressureAdjustedDataoperator= (const PressureAdjustedData &from)
 
PressureAdjustedDataoperator= (PressureAdjustedData &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PressureAdjustedData *other)
 
void UnsafeArenaSwap (PressureAdjustedData *other)
 
PressureAdjustedDataNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const PressureAdjustedData &from)
 
void MergeFrom (const PressureAdjustedData &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
 
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 ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const PressureAdjustedDatadefault_instance ()
 
static const PressureAdjustedDatainternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ calculated_depth_dimension

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

◆ calculated_depth_unit

Definition at line 548 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 520 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 533 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 507 of file pressure_temperature.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPressureRawFieldNumber 
kPressureAdjustedFieldNumber 
kPressureRawBeforeDiveFieldNumber 
kCalculatedDepthFieldNumber 

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

Constructor & Destructor Documentation

◆ PressureAdjustedData() [1/5]

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

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

◆ ~PressureAdjustedData()

jaiabot::protobuf::PressureAdjustedData::~PressureAdjustedData ( )
override

◆ PressureAdjustedData() [2/5]

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

◆ PressureAdjustedData() [3/5]

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

◆ PressureAdjustedData() [4/5]

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

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

◆ PressureAdjustedData() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ calculated_depth()

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

Definition at line 778 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 555 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 558 of file pressure_temperature.pb.h.

◆ Clear()

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

◆ clear_calculated_depth()

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

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

◆ clear_pressure_adjusted()

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

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

◆ clear_pressure_raw()

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

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

◆ clear_pressure_raw_before_dive()

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

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_calculated_depth()

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

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

◆ has_pressure_adjusted()

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

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

◆ has_pressure_raw()

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

Definition at line 684 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 740 of file pressure_temperature.pb.h.

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ pressure_adjusted()

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

Definition at line 722 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 527 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 530 of file pressure_temperature.pb.h.

◆ pressure_raw()

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

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

◆ pressure_raw_before_dive()

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

Definition at line 750 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 540 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 543 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 514 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 517 of file pressure_temperature.pb.h.

◆ set_calculated_depth()

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

Definition at line 786 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 551 of file pressure_temperature.pb.h.

◆ set_pressure_adjusted()

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

Definition at line 730 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 523 of file pressure_temperature.pb.h.

◆ set_pressure_raw()

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

Definition at line 702 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 758 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 536 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 510 of file pressure_temperature.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 395 of file pressure_temperature.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 565 of file pressure_temperature.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fsensor_2fpressure_5ftemperature_2eproto

◆ swap

void swap ( PressureAdjustedData a,
PressureAdjustedData b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::PressureAdjustedData::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::PressureAdjustedData::_impl_

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

◆ kIndexInFileMessages

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

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


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