#include <jaiabot/messages/dive_debug.pb.h>
Public Types | |
enum | : int { kCurrentDepthFieldNumber = 1 , kDepthEpsFieldNumber = 2 , kSurfacedFieldNumber = 3 } |
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type | current_depth_dimension |
typedef boost::units::unit< current_depth_dimension, boost::units::si::system > | current_depth_unit |
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type | depth_eps_dimension |
typedef boost::units::unit< depth_eps_dimension, boost::units::si::system > | depth_eps_unit |
Public Member Functions | |
DivePoweredAscentDebug () | |
~DivePoweredAscentDebug () override | |
PROTOBUF_CONSTEXPR | DivePoweredAscentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DivePoweredAscentDebug (const DivePoweredAscentDebug &from) | |
DivePoweredAscentDebug (DivePoweredAscentDebug &&from) noexcept | |
DivePoweredAscentDebug & | operator= (const DivePoweredAscentDebug &from) |
DivePoweredAscentDebug & | operator= (DivePoweredAscentDebug &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DivePoweredAscentDebug *other) |
void | UnsafeArenaSwap (DivePoweredAscentDebug *other) |
DivePoweredAscentDebug * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const DivePoweredAscentDebug &from) |
void | MergeFrom (const DivePoweredAscentDebug &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_current_depth () const |
void | clear_current_depth () |
double | current_depth () const |
void | set_current_depth (double value) |
bool | has_depth_eps () const |
void | clear_depth_eps () |
double | depth_eps () const |
void | set_depth_eps (double value) |
bool | has_surfaced () const |
void | clear_surfaced () |
bool | surfaced () const |
void | set_surfaced (bool value) |
template<typename Quantity > | |
void | set_current_depth_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | current_depth_with_units () const |
boost::units::quantity< current_depth_unit, double > | current_depth_with_units () const |
template<typename Quantity > | |
void | set_depth_eps_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | depth_eps_with_units () const |
boost::units::quantity< depth_eps_unit, double > | depth_eps_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 DivePoweredAscentDebug & | default_instance () |
static const DivePoweredAscentDebug * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
DivePoweredAscentDebug (::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_2fdive_5fdebug_2eproto |
void | swap (DivePoweredAscentDebug &a, DivePoweredAscentDebug &b) |
Definition at line 966 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePoweredAscentDebug::current_depth_dimension |
Definition at line 1137 of file dive_debug.pb.h.
typedef boost::units::unit<current_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePoweredAscentDebug::current_depth_unit |
Definition at line 1139 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_dimension |
Definition at line 1152 of file dive_debug.pb.h.
typedef boost::units::unit<depth_eps_dimension,boost::units::si::system> jaiabot::protobuf::DivePoweredAscentDebug::depth_eps_unit |
Definition at line 1154 of file dive_debug.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kCurrentDepthFieldNumber | |
kDepthEpsFieldNumber | |
kSurfacedFieldNumber |
Definition at line 1093 of file dive_debug.pb.h.
|
inline |
Definition at line 969 of file dive_debug.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DivePoweredAscentDebug::DivePoweredAscentDebug | ( | const DivePoweredAscentDebug & | from | ) |
|
inlinenoexcept |
Definition at line 974 of file dive_debug.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1747 of file dive_debug.pb.h.
|
inline |
Definition at line 1775 of file dive_debug.pb.h.
|
inline |
Definition at line 1803 of file dive_debug.pb.h.
void jaiabot::protobuf::DivePoweredAscentDebug::CopyFrom | ( | const DivePoweredAscentDebug & | from | ) |
|
inline |
Definition at line 1754 of file dive_debug.pb.h.
|
inline |
Definition at line 1146 of file dive_debug.pb.h.
|
inline |
Definition at line 1149 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 1013 of file dive_debug.pb.h.
|
inline |
Definition at line 1782 of file dive_debug.pb.h.
|
inline |
Definition at line 1161 of file dive_debug.pb.h.
|
inline |
Definition at line 1164 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 1004 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 1066 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 1007 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 1010 of file dive_debug.pb.h.
|
inline |
Definition at line 1744 of file dive_debug.pb.h.
|
inline |
Definition at line 1772 of file dive_debug.pb.h.
|
inline |
Definition at line 1800 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 1016 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 1053 of file dive_debug.pb.h.
|
inline |
Definition at line 1000 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 1047 of file dive_debug.pb.h.
|
inline |
Definition at line 979 of file dive_debug.pb.h.
|
inlinenoexcept |
Definition at line 983 of file dive_debug.pb.h.
|
inline |
Definition at line 1762 of file dive_debug.pb.h.
|
inline |
Definition at line 1142 of file dive_debug.pb.h.
|
inline |
Definition at line 1790 of file dive_debug.pb.h.
|
inline |
Definition at line 1157 of file dive_debug.pb.h.
|
inline |
Definition at line 1818 of file dive_debug.pb.h.
|
inline |
Definition at line 1810 of file dive_debug.pb.h.
|
inline |
Definition at line 1026 of file dive_debug.pb.h.
|
inline |
Definition at line 997 of file dive_debug.pb.h.
|
inline |
Definition at line 1039 of file dive_debug.pb.h.
|
friend |
Definition at line 1171 of file dive_debug.pb.h.
|
friend |
Definition at line 1075 of file dive_debug.pb.h.
|
friend |
Definition at line 1182 of file dive_debug.pb.h.
|
friend |
Definition at line 1023 of file dive_debug.pb.h.
|
static |
Definition at line 1084 of file dive_debug.pb.h.
Impl_ jaiabot::protobuf::DivePoweredAscentDebug::_impl_ |
Definition at line 1181 of file dive_debug.pb.h.
|
staticconstexpr |
Definition at line 1020 of file dive_debug.pb.h.