#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 2750 of file jaia_dccl.pb.h.
Definition at line 2877 of file jaia_dccl.pb.h.
typedef boost::units::length_dimension jaiabot::protobuf::DivePacket::depth_achieved_dimension |
Definition at line 3120 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 3122 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::dive_rate_dimension |
Definition at line 3075 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 3077 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 3135 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 3137 of file jaia_dccl.pb.h.
typedef boost::units::acceleration_dimension jaiabot::protobuf::DivePacket::max_acceleration_dimension |
Definition at line 3150 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 3152 of file jaia_dccl.pb.h.
Definition at line 2875 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::powered_rise_rate_dimension |
Definition at line 3105 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 3107 of file jaia_dccl.pb.h.
typedef boost::units::velocity_dimension jaiabot::protobuf::DivePacket::unpowered_rise_rate_dimension |
Definition at line 3090 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 3092 of file jaia_dccl.pb.h.
anonymous enum : int |
Definition at line 2909 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2753 of file jaia_dccl.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DivePacket::DivePacket | ( | const DivePacket & | from | ) |
|
inlinenoexcept |
Definition at line 2758 of file jaia_dccl.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 6011 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6152 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6208 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2892 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2882 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2896 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2902 of file jaia_dccl.pb.h.
|
final |
|
final |
|
inline |
Definition at line 6145 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6201 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5962 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5878 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6117 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6230 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5989 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5934 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6173 of file jaia_dccl.pb.h.
void jaiabot::protobuf::DivePacket::clear_start_location | ( | ) |
|
inline |
Definition at line 5906 of file jaia_dccl.pb.h.
void jaiabot::protobuf::DivePacket::CopyFrom | ( | const DivePacket & | from | ) |
|
inlinestatic |
Definition at line 2797 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5969 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3129 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3132 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2788 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5885 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3084 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3087 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6124 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3144 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3147 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 2850 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 2791 of file jaia_dccl.pb.h.
|
final |
|
inlinestatic |
Definition at line 2794 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6142 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6198 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5959 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5875 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6114 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6227 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5931 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6170 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6028 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5903 of file jaia_dccl.pb.h.
|
inlinestatic |
Definition at line 2800 of file jaia_dccl.pb.h.
|
final |
|
inline |
Definition at line 6237 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3159 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3162 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6017 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6004 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5986 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2837 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5997 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5992 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6083 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2784 of file jaia_dccl.pb.h.
|
inlinefinal |
Definition at line 2831 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2763 of file jaia_dccl.pb.h.
|
inlinenoexcept |
Definition at line 2767 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5941 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3114 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3117 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6180 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6053 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6088 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6160 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6217 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5977 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3125 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5893 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3080 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6132 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3140 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6245 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3155 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5949 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3110 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6188 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5921 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3095 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6036 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2810 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2781 of file jaia_dccl.pb.h.
|
inline |
Definition at line 5913 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3099 of file jaia_dccl.pb.h.
|
inline |
Definition at line 3102 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6068 of file jaia_dccl.pb.h.
|
inline |
Definition at line 6040 of file jaia_dccl.pb.h.
|
inline |
Definition at line 2823 of file jaia_dccl.pb.h.
|
friend |
Definition at line 3172 of file jaia_dccl.pb.h.
|
friend |
Definition at line 2859 of file jaia_dccl.pb.h.
|
friend |
Definition at line 3191 of file jaia_dccl.pb.h.
|
friend |
Definition at line 2807 of file jaia_dccl.pb.h.
|
static |
Definition at line 2868 of file jaia_dccl.pb.h.
Impl_ jaiabot::protobuf::DivePacket::_impl_ |
Definition at line 3190 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2889 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2887 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2885 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2878 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2804 of file jaia_dccl.pb.h.
|
staticconstexpr |
Definition at line 2880 of file jaia_dccl.pb.h.