#include <jaiabot/messages/pressure_temperature.pb.h>
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) | |
PressureAdjustedData & | operator= (const PressureAdjustedData &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (PressureAdjustedData *other) |
PressureAdjustedData * | New () const final |
PressureAdjustedData * | New (::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 PressureAdjustedData & | default_instance () |
static void | InitAsDefaultInstance () |
static const PressureAdjustedData * | internal_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) |
Definition at line 265 of file pressure_temperature.pb.h.
typedef boost::units::length_dimension jaiabot::protobuf::PressureAdjustedData::calculated_depth_dimension |
Definition at line 424 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 428 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 398 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 411 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 387 of file pressure_temperature.pb.h.
jaiabot::protobuf::PressureAdjustedData::PressureAdjustedData | ( | ) |
|
virtual |
jaiabot::protobuf::PressureAdjustedData::PressureAdjustedData | ( | const PressureAdjustedData & | from | ) |
|
final |
|
inline |
Definition at line 635 of file pressure_temperature.pb.h.
|
inline |
Definition at line 435 of file pressure_temperature.pb.h.
|
inline |
Definition at line 438 of file pressure_temperature.pb.h.
|
final |
|
inline |
Definition at line 631 of file pressure_temperature.pb.h.
|
inline |
Definition at line 583 of file pressure_temperature.pb.h.
|
inline |
Definition at line 559 of file pressure_temperature.pb.h.
|
inline |
Definition at line 607 of file pressure_temperature.pb.h.
|
final |
void jaiabot::protobuf::PressureAdjustedData::CopyFrom | ( | const PressureAdjustedData & | from | ) |
|
static |
|
static |
|
inlinefinal |
Definition at line 337 of file pressure_temperature.pb.h.
|
final |
|
inline |
Definition at line 622 of file pressure_temperature.pb.h.
|
inline |
Definition at line 574 of file pressure_temperature.pb.h.
|
inline |
Definition at line 550 of file pressure_temperature.pb.h.
|
inline |
Definition at line 598 of file pressure_temperature.pb.h.
|
static |
|
inlinestatic |
Definition at line 302 of file pressure_temperature.pb.h.
|
final |
|
final |
|
final |
void jaiabot::protobuf::PressureAdjustedData::MergeFrom | ( | const PressureAdjustedData & | from | ) |
|
final |
|
inline |
Definition at line 294 of file pressure_temperature.pb.h.
|
inlinefinal |
Definition at line 316 of file pressure_temperature.pb.h.
|
inlinefinal |
Definition at line 320 of file pressure_temperature.pb.h.
|
inline |
Definition at line 272 of file pressure_temperature.pb.h.
|
inline |
Definition at line 587 of file pressure_temperature.pb.h.
|
inline |
Definition at line 407 of file pressure_temperature.pb.h.
|
inline |
Definition at line 410 of file pressure_temperature.pb.h.
|
inline |
Definition at line 563 of file pressure_temperature.pb.h.
|
inline |
Definition at line 611 of file pressure_temperature.pb.h.
|
inline |
Definition at line 420 of file pressure_temperature.pb.h.
|
inline |
Definition at line 423 of file pressure_temperature.pb.h.
|
inline |
Definition at line 394 of file pressure_temperature.pb.h.
|
inline |
Definition at line 397 of file pressure_temperature.pb.h.
|
final |
|
inline |
Definition at line 639 of file pressure_temperature.pb.h.
|
inline |
Definition at line 431 of file pressure_temperature.pb.h.
|
inline |
Definition at line 591 of file pressure_temperature.pb.h.
|
inline |
Definition at line 403 of file pressure_temperature.pb.h.
|
inline |
Definition at line 567 of file pressure_temperature.pb.h.
|
inline |
Definition at line 615 of file pressure_temperature.pb.h.
|
inline |
Definition at line 416 of file pressure_temperature.pb.h.
|
inline |
Definition at line 390 of file pressure_temperature.pb.h.
void jaiabot::protobuf::PressureAdjustedData::Swap | ( | PressureAdjustedData * | other | ) |
|
inline |
Definition at line 291 of file pressure_temperature.pb.h.
|
friend |
Definition at line 459 of file pressure_temperature.pb.h.
|
friend |
Definition at line 310 of file pressure_temperature.pb.h.
|
static |
Definition at line 383 of file pressure_temperature.pb.h.
|
staticconstexpr |
Definition at line 306 of file pressure_temperature.pb.h.
|
static |
Definition at line 369 of file pressure_temperature.pb.h.
|
static |
Definition at line 376 of file pressure_temperature.pb.h.
|
static |
Definition at line 362 of file pressure_temperature.pb.h.