#include <jaiabot/messages/jaia_dccl.pb.h>
Public Member Functions | |
DivePacket () | |
~DivePacket () override | |
PROTOBUF_CONSTEXPR | DivePacket (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DivePacket (const DivePacket &from) | |
DivePacket (DivePacket &&from) noexcept | |
DivePacket & | operator= (const DivePacket &from) |
DivePacket & | operator= (DivePacket &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DivePacket *other) |
void | UnsafeArenaSwap (DivePacket *other) |
DivePacket * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const DivePacket &from) |
void | MergeFrom (const DivePacket &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 |
int | measurement_size () const |
void | clear_measurement () |
::jaiabot::protobuf::DivePacket_Measurements * | mutable_measurement (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > * | mutable_measurement () |
const ::jaiabot::protobuf::DivePacket_Measurements & | measurement (int index) const |
::jaiabot::protobuf::DivePacket_Measurements * | add_measurement () |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::DivePacket_Measurements > & | measurement () const |
bool | has_start_location () const |
void | clear_start_location () |
const ::jaiabot::protobuf::GeographicCoordinate & | start_location () const |
PROTOBUF_NODISCARD::jaiabot::protobuf::GeographicCoordinate * | release_start_location () |
::jaiabot::protobuf::GeographicCoordinate * | mutable_start_location () |
void | set_allocated_start_location (::jaiabot::protobuf::GeographicCoordinate *start_location) |
void | unsafe_arena_set_allocated_start_location (::jaiabot::protobuf::GeographicCoordinate *start_location) |
::jaiabot::protobuf::GeographicCoordinate * | unsafe_arena_release_start_location () |
bool | has_dive_rate () const |
void | clear_dive_rate () |
double | dive_rate () const |
void | set_dive_rate (double value) |
bool | has_unpowered_rise_rate () const |
void | clear_unpowered_rise_rate () |
double | unpowered_rise_rate () const |
void | set_unpowered_rise_rate (double value) |
bool | has_powered_rise_rate () const |
void | clear_powered_rise_rate () |
double | powered_rise_rate () const |
void | set_powered_rise_rate (double value) |
bool | has_depth_achieved () const |
void | clear_depth_achieved () |
double | depth_achieved () const |
void | set_depth_achieved (double value) |
bool | has_duration_to_acquire_gps () const |
void | clear_duration_to_acquire_gps () |
double | duration_to_acquire_gps () const |
void | set_duration_to_acquire_gps (double value) |
bool | has_max_acceleration () const |
void | clear_max_acceleration () |
double | max_acceleration () const |
void | set_max_acceleration (double value) |
bool | has_bottom_dive () const |
void | clear_bottom_dive () |
bool | bottom_dive () const |
void | set_bottom_dive (bool value) |
bool | has_reached_min_depth () const |
void | clear_reached_min_depth () |
bool | reached_min_depth () const |
void | set_reached_min_depth (bool value) |
bool | has_bottom_type () const |
void | clear_bottom_type () |
::jaiabot::protobuf::DivePacket_BottomType | bottom_type () const |
void | set_bottom_type (::jaiabot::protobuf::DivePacket_BottomType value) |
template<typename Quantity > | |
void | set_dive_rate_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | dive_rate_with_units () const |
boost::units::quantity< dive_rate_unit, double > | dive_rate_with_units () const |
template<typename Quantity > | |
void | set_unpowered_rise_rate_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | unpowered_rise_rate_with_units () const |
boost::units::quantity< unpowered_rise_rate_unit, double > | unpowered_rise_rate_with_units () const |
template<typename Quantity > | |
void | set_powered_rise_rate_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | powered_rise_rate_with_units () const |
boost::units::quantity< powered_rise_rate_unit, double > | powered_rise_rate_with_units () const |
template<typename Quantity > | |
void | set_depth_achieved_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | depth_achieved_with_units () const |
boost::units::quantity< depth_achieved_unit, double > | depth_achieved_with_units () const |
template<typename Quantity > | |
void | set_duration_to_acquire_gps_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | duration_to_acquire_gps_with_units () const |
boost::units::quantity< duration_to_acquire_gps_unit, double > | duration_to_acquire_gps_with_units () const |
template<typename Quantity > | |
void | set_max_acceleration_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | max_acceleration_with_units () const |
boost::units::quantity< max_acceleration_unit, double > | max_acceleration_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 DivePacket & | default_instance () |
static const DivePacket * | internal_default_instance () |
static bool | BottomType_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | BottomType_descriptor () |
template<typename T > | |
static const std::string & | BottomType_Name (T enum_t_value) |
static bool | BottomType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, BottomType *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr BottomType | HARD |
static constexpr BottomType | SOFT |
static constexpr BottomType | BottomType_MIN |
static constexpr BottomType | BottomType_MAX |
static constexpr int | BottomType_ARRAYSIZE |
Protected Member Functions | |
DivePacket (::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_2fjaia_5fdccl_2eproto |
void | swap (DivePacket &a, DivePacket &b) |
Definition at line 2769 of file jaia_dccl.pb.h.
Definition at line 2896 of file jaia_dccl.pb.h.
typedef boost::units::length_dimension jaiabot::protobuf::DivePacket::depth_achieved_dimension |
Definition at line 3139 of file jaia_dccl.pb.h.
typedef boost::units::unit<depth_achieved_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::depth_achieved_unit |
Definition at line 3141 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::dive_rate_dimension |
Definition at line 3094 of file jaia_dccl.pb.h.
typedef boost::units::unit<dive_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::dive_rate_unit |
Definition at line 3096 of file jaia_dccl.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DivePacket::duration_to_acquire_gps_dimension |
Definition at line 3154 of file jaia_dccl.pb.h.
typedef boost::units::unit<duration_to_acquire_gps_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::duration_to_acquire_gps_unit |
Definition at line 3156 of file jaia_dccl.pb.h.
typedef boost::units::acceleration_dimension jaiabot::protobuf::DivePacket::max_acceleration_dimension |
Definition at line 3169 of file jaia_dccl.pb.h.
typedef boost::units::unit<max_acceleration_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::max_acceleration_unit |
Definition at line 3171 of file jaia_dccl.pb.h.
Definition at line 2894 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::powered_rise_rate_dimension |
Definition at line 3124 of file jaia_dccl.pb.h.
typedef boost::units::unit<powered_rise_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::powered_rise_rate_unit |
Definition at line 3126 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::unpowered_rise_rate_dimension |
Definition at line 3109 of file jaia_dccl.pb.h.
typedef boost::units::unit<unpowered_rise_rate_dimension,boost::units::si::system> jaiabot::protobuf::DivePacket::unpowered_rise_rate_unit |
Definition at line 3111 of file jaia_dccl.pb.h.
anonymous enum : int |
Definition at line 2928 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2772 of file jaia_dccl.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DivePacket::DivePacket | ( | const DivePacket & | from | ) |
|
inlinenoexcept |
Definition at line 2777 of file jaia_dccl.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 6333 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6474 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6530 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2911 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2901 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2915 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2921 of file jaia_dccl.pb.h.
|
final |
|
final |
|
inline |
Definition at line 6467 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6523 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6284 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6200 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6439 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6552 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6311 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6256 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6495 of file jaia_dccl.pb.h.
void jaiabot::protobuf::DivePacket::clear_start_location | ( | ) |
|
inline |
Definition at line 6228 of file jaia_dccl.pb.h.
void jaiabot::protobuf::DivePacket::CopyFrom | ( | const DivePacket & | from | ) |
|
inlinestatic |
Definition at line 2816 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6291 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3148 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3151 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2807 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6207 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3103 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3106 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6446 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3163 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3166 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 2869 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 2810 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 2813 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6464 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6520 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6281 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6197 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6436 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6549 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6253 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6492 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6350 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6225 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2819 of file jaia_dccl.pb.h.
|
final |
|
inline |
Definition at line 6559 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3178 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3181 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6339 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6326 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6308 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2856 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6319 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6314 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6405 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2803 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 2850 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2782 of file jaia_dccl.pb.h.
|
inlinenoexcept |
Definition at line 2786 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6263 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3133 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3136 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6502 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6375 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6410 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6482 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6539 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6299 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3144 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6215 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3099 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6454 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3159 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6567 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3174 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6271 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3129 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6510 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6243 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3114 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6358 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2829 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2800 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6235 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3118 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3121 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6390 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6362 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2842 of file jaia_dccl.pb.h.
|
friend |
Definition at line 3191 of file jaia_dccl.pb.h.
|
friend |
Definition at line 2878 of file jaia_dccl.pb.h.
|
friend |
Definition at line 3210 of file jaia_dccl.pb.h.
|
friend |
Definition at line 2826 of file jaia_dccl.pb.h.
|
static |
Definition at line 2887 of file jaia_dccl.pb.h.
Impl_ jaiabot::protobuf::DivePacket::_impl_ |
Definition at line 3209 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2908 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2906 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2904 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2897 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2823 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2899 of file jaia_dccl.pb.h.