#include <nanopb/jaiabot/messages/sensor/pressure_temperature.pb.h>
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 | |
PressureAdjustedData & | operator= (const PressureAdjustedData &from) |
PressureAdjustedData & | operator= (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) |
PressureAdjustedData * | New (::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 PressureAdjustedData & | default_instance () |
static const PressureAdjustedData * | internal_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) |
Definition at line 322 of file pressure_temperature.pb.h.
typedef boost::units::length_dimension jaiabot::protobuf::PressureAdjustedData::calculated_depth_dimension |
Definition at line 546 of file pressure_temperature.pb.h.
typedef boost::units::unit<calculated_depth_dimension,boost::units::si::system> jaiabot::protobuf::PressureAdjustedData::calculated_depth_unit |
Definition at line 548 of file pressure_temperature.pb.h.
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.
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.
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.
anonymous enum : int |
Enumerator | |
---|---|
kPressureRawFieldNumber | |
kPressureAdjustedFieldNumber | |
kPressureRawBeforeDiveFieldNumber | |
kCalculatedDepthFieldNumber |
Definition at line 449 of file pressure_temperature.pb.h.
|
inline |
Definition at line 325 of file pressure_temperature.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::PressureAdjustedData::PressureAdjustedData | ( | const PressureAdjustedData & | from | ) |
|
inlinenoexcept |
Definition at line 330 of file pressure_temperature.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
inline |
Definition at line 778 of file pressure_temperature.pb.h.
|
inline |
Definition at line 555 of file pressure_temperature.pb.h.
|
inline |
Definition at line 558 of file pressure_temperature.pb.h.
|
final |
|
inline |
Definition at line 771 of file pressure_temperature.pb.h.
|
inline |
Definition at line 715 of file pressure_temperature.pb.h.
|
inline |
Definition at line 687 of file pressure_temperature.pb.h.
|
inline |
Definition at line 743 of file pressure_temperature.pb.h.
void jaiabot::protobuf::PressureAdjustedData::CopyFrom | ( | const PressureAdjustedData & | from | ) |
|
inlinestatic |
Definition at line 369 of file pressure_temperature.pb.h.
|
inlinestatic |
Definition at line 360 of file pressure_temperature.pb.h.
|
inlinefinal |
Definition at line 422 of file pressure_temperature.pb.h.
|
final |
|
inlinestatic |
Definition at line 363 of file pressure_temperature.pb.h.
|
final |
|
inlinestatic |
Definition at line 366 of file pressure_temperature.pb.h.
|
inline |
Definition at line 768 of file pressure_temperature.pb.h.
|
inline |
Definition at line 712 of file pressure_temperature.pb.h.
|
inline |
Definition at line 684 of file pressure_temperature.pb.h.
|
inline |
Definition at line 740 of file pressure_temperature.pb.h.
|
inlinestatic |
Definition at line 372 of file pressure_temperature.pb.h.
|
final |
|
inline |
Definition at line 409 of file pressure_temperature.pb.h.
|
inline |
Definition at line 356 of file pressure_temperature.pb.h.
|
inlinefinal |
Definition at line 403 of file pressure_temperature.pb.h.
|
inline |
Definition at line 335 of file pressure_temperature.pb.h.
|
inlinenoexcept |
Definition at line 339 of file pressure_temperature.pb.h.
|
inline |
Definition at line 722 of file pressure_temperature.pb.h.
|
inline |
Definition at line 527 of file pressure_temperature.pb.h.
|
inline |
Definition at line 530 of file pressure_temperature.pb.h.
|
inline |
Definition at line 694 of file pressure_temperature.pb.h.
|
inline |
Definition at line 750 of file pressure_temperature.pb.h.
|
inline |
Definition at line 540 of file pressure_temperature.pb.h.
|
inline |
Definition at line 543 of file pressure_temperature.pb.h.
|
inline |
Definition at line 514 of file pressure_temperature.pb.h.
|
inline |
Definition at line 517 of file pressure_temperature.pb.h.
|
inline |
Definition at line 786 of file pressure_temperature.pb.h.
|
inline |
Definition at line 551 of file pressure_temperature.pb.h.
|
inline |
Definition at line 730 of file pressure_temperature.pb.h.
|
inline |
Definition at line 523 of file pressure_temperature.pb.h.
|
inline |
Definition at line 702 of file pressure_temperature.pb.h.
|
inline |
Definition at line 758 of file pressure_temperature.pb.h.
|
inline |
Definition at line 536 of file pressure_temperature.pb.h.
|
inline |
Definition at line 510 of file pressure_temperature.pb.h.
|
inline |
Definition at line 382 of file pressure_temperature.pb.h.
|
inline |
Definition at line 353 of file pressure_temperature.pb.h.
|
inline |
Definition at line 395 of file pressure_temperature.pb.h.
|
friend |
Definition at line 565 of file pressure_temperature.pb.h.
|
friend |
Definition at line 431 of file pressure_temperature.pb.h.
|
friend |
Definition at line 577 of file pressure_temperature.pb.h.
|
friend |
Definition at line 379 of file pressure_temperature.pb.h.
|
static |
Definition at line 440 of file pressure_temperature.pb.h.
Impl_ jaiabot::protobuf::PressureAdjustedData::_impl_ |
Definition at line 576 of file pressure_temperature.pb.h.
|
staticconstexpr |
Definition at line 376 of file pressure_temperature.pb.h.