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


Public Types | |
| enum | : int { kTimeFieldNumber = 1 , kSalinityFieldNumber = 2 , kTemperatureFieldNumber = 3 , kDepthFieldNumber = 4 } |
| enum | DCCLParameters { DCCL_ID = 100 , DCCL_MAX_BYTES = 0 } |
| typedef boost::units::time_dimension | time_dimension |
| typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type | time_unit |
| typedef boost::units::dimensionless_type | salinity_dimension |
| typedef boost::units::unit< salinity_dimension, boost::units::si::system > | salinity_unit |
| typedef boost::units::temperature_dimension | temperature_dimension |
| typedef boost::units::absolute< boost::units::unit< temperature_dimension, boost::units::celsius::system > > | temperature_unit |
| typedef boost::units::length_dimension | depth_dimension |
| typedef boost::units::unit< depth_dimension, boost::units::si::system > | depth_unit |
Public Member Functions | |
| CTDSnapshot () | |
| ~CTDSnapshot () override | |
| PROTOBUF_CONSTEXPR | CTDSnapshot (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| CTDSnapshot (const CTDSnapshot &from) | |
| CTDSnapshot (CTDSnapshot &&from) noexcept | |
| CTDSnapshot & | operator= (const CTDSnapshot &from) |
| CTDSnapshot & | operator= (CTDSnapshot &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (CTDSnapshot *other) |
| void | UnsafeArenaSwap (CTDSnapshot *other) |
| CTDSnapshot * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const CTDSnapshot &from) |
| void | MergeFrom (const CTDSnapshot &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_time () const |
| void | clear_time () |
| uint64_t | time () const |
| void | set_time (uint64_t value) |
| bool | has_salinity () const |
| void | clear_salinity () |
| double | salinity () const |
| void | set_salinity (double value) |
| bool | has_temperature () const |
| void | clear_temperature () |
| double | temperature () const |
| void | set_temperature (double value) |
| bool | has_depth () const |
| void | clear_depth () |
| double | depth () const |
| void | set_depth (double value) |
| template<typename Quantity > | |
| void | set_time_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | time_with_units () const |
| boost::units::quantity< time_unit, google::protobuf::uint64 > | time_with_units () const |
| template<typename Quantity > | |
| void | set_salinity_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | salinity_with_units () const |
| boost::units::quantity< salinity_unit, double > | salinity_with_units () const |
| template<typename Quantity > | |
| void | set_temperature_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | temperature_with_units () const |
| boost::units::quantity< temperature_unit, double > | temperature_with_units () const |
| template<typename Quantity > | |
| void | set_depth_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | depth_with_units () const |
| boost::units::quantity< depth_unit, double > | 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 CTDSnapshot & | default_instance () |
| static const CTDSnapshot * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| CTDSnapshot (::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_2fctd_2eproto |
| void | swap (CTDSnapshot &a, CTDSnapshot &b) |
| typedef boost::units::length_dimension jaiabot::protobuf::CTDSnapshot::depth_dimension |
| typedef boost::units::unit<depth_dimension,boost::units::si::system> jaiabot::protobuf::CTDSnapshot::depth_unit |
| typedef boost::units::dimensionless_type jaiabot::protobuf::CTDSnapshot::salinity_dimension |
| typedef boost::units::unit<salinity_dimension,boost::units::si::system> jaiabot::protobuf::CTDSnapshot::salinity_unit |
| typedef boost::units::temperature_dimension jaiabot::protobuf::CTDSnapshot::temperature_dimension |
| typedef boost::units::absolute<boost::units::unit<temperature_dimension,boost::units::celsius::system> > jaiabot::protobuf::CTDSnapshot::temperature_unit |
| typedef boost::units::time_dimension jaiabot::protobuf::CTDSnapshot::time_dimension |
| typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type jaiabot::protobuf::CTDSnapshot::time_unit |
| anonymous enum : int |
|
override |
|
explicit |
| jaiabot::protobuf::CTDSnapshot::CTDSnapshot | ( | const CTDSnapshot & | from | ) |
|
inlinenoexcept |
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
| void jaiabot::protobuf::CTDSnapshot::CopyFrom | ( | const CTDSnapshot & | from | ) |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinefinal |
|
final |
|
inlinestatic |
|
final |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
final |
|
inline |
|
inline |
|
inlinefinal |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
static |
|
staticconstexpr |