#include <jaiabot/messages/dive_debug.pb.h>
Public Types | |
enum | : int { kCurrentDepthFieldNumber = 1 , kDepthEpsFieldNumber = 2 , kUnpoweredAscentTimeoutFieldNumber = 3 , kUnpoweredAscentTimedOutFieldNumber = 4 , kSurfacedFieldNumber = 5 } |
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 |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | unpowered_ascent_timeout_dimension |
typedef boost::units::unit< unpowered_ascent_timeout_dimension, boost::units::si::system > | unpowered_ascent_timeout_unit |
Public Member Functions | |
DiveUnpoweredAscentDebug () | |
~DiveUnpoweredAscentDebug () override | |
PROTOBUF_CONSTEXPR | DiveUnpoweredAscentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DiveUnpoweredAscentDebug (const DiveUnpoweredAscentDebug &from) | |
DiveUnpoweredAscentDebug (DiveUnpoweredAscentDebug &&from) noexcept | |
DiveUnpoweredAscentDebug & | operator= (const DiveUnpoweredAscentDebug &from) |
DiveUnpoweredAscentDebug & | operator= (DiveUnpoweredAscentDebug &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DiveUnpoweredAscentDebug *other) |
void | UnsafeArenaSwap (DiveUnpoweredAscentDebug *other) |
DiveUnpoweredAscentDebug * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const DiveUnpoweredAscentDebug &from) |
void | MergeFrom (const DiveUnpoweredAscentDebug &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_unpowered_ascent_timeout () const |
void | clear_unpowered_ascent_timeout () |
double | unpowered_ascent_timeout () const |
void | set_unpowered_ascent_timeout (double value) |
bool | has_unpowered_ascent_timed_out () const |
void | clear_unpowered_ascent_timed_out () |
bool | unpowered_ascent_timed_out () const |
void | set_unpowered_ascent_timed_out (bool 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 |
template<typename Quantity > | |
void | set_unpowered_ascent_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | unpowered_ascent_timeout_with_units () const |
boost::units::quantity< unpowered_ascent_timeout_unit, double > | unpowered_ascent_timeout_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 DiveUnpoweredAscentDebug & | default_instance () |
static const DiveUnpoweredAscentDebug * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
DiveUnpoweredAscentDebug (::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 (DiveUnpoweredAscentDebug &a, DiveUnpoweredAscentDebug &b) |
Definition at line 701 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DiveUnpoweredAscentDebug::current_depth_dimension |
Definition at line 900 of file dive_debug.pb.h.
typedef boost::units::unit<current_depth_dimension,boost::units::si::system> jaiabot::protobuf::DiveUnpoweredAscentDebug::current_depth_unit |
Definition at line 902 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DiveUnpoweredAscentDebug::depth_eps_dimension |
Definition at line 915 of file dive_debug.pb.h.
typedef boost::units::unit<depth_eps_dimension,boost::units::si::system> jaiabot::protobuf::DiveUnpoweredAscentDebug::depth_eps_unit |
Definition at line 917 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout_dimension |
Definition at line 930 of file dive_debug.pb.h.
typedef boost::units::unit<unpowered_ascent_timeout_dimension,boost::units::si::system> jaiabot::protobuf::DiveUnpoweredAscentDebug::unpowered_ascent_timeout_unit |
Definition at line 932 of file dive_debug.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kCurrentDepthFieldNumber | |
kDepthEpsFieldNumber | |
kUnpoweredAscentTimeoutFieldNumber | |
kUnpoweredAscentTimedOutFieldNumber | |
kSurfacedFieldNumber |
Definition at line 828 of file dive_debug.pb.h.
|
inline |
Definition at line 704 of file dive_debug.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DiveUnpoweredAscentDebug::DiveUnpoweredAscentDebug | ( | const DiveUnpoweredAscentDebug & | from | ) |
|
inlinenoexcept |
Definition at line 709 of file dive_debug.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1603 of file dive_debug.pb.h.
|
inline |
Definition at line 1631 of file dive_debug.pb.h.
|
inline |
Definition at line 1715 of file dive_debug.pb.h.
|
inline |
Definition at line 1687 of file dive_debug.pb.h.
|
inline |
Definition at line 1659 of file dive_debug.pb.h.
void jaiabot::protobuf::DiveUnpoweredAscentDebug::CopyFrom | ( | const DiveUnpoweredAscentDebug & | from | ) |
|
inline |
Definition at line 1610 of file dive_debug.pb.h.
|
inline |
Definition at line 909 of file dive_debug.pb.h.
|
inline |
Definition at line 912 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 748 of file dive_debug.pb.h.
|
inline |
Definition at line 1638 of file dive_debug.pb.h.
|
inline |
Definition at line 924 of file dive_debug.pb.h.
|
inline |
Definition at line 927 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 739 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 801 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 742 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 745 of file dive_debug.pb.h.
|
inline |
Definition at line 1600 of file dive_debug.pb.h.
|
inline |
Definition at line 1628 of file dive_debug.pb.h.
|
inline |
Definition at line 1712 of file dive_debug.pb.h.
|
inline |
Definition at line 1684 of file dive_debug.pb.h.
|
inline |
Definition at line 1656 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 751 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 788 of file dive_debug.pb.h.
|
inline |
Definition at line 735 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 782 of file dive_debug.pb.h.
|
inline |
Definition at line 714 of file dive_debug.pb.h.
|
inlinenoexcept |
Definition at line 718 of file dive_debug.pb.h.
|
inline |
Definition at line 1618 of file dive_debug.pb.h.
|
inline |
Definition at line 905 of file dive_debug.pb.h.
|
inline |
Definition at line 1646 of file dive_debug.pb.h.
|
inline |
Definition at line 920 of file dive_debug.pb.h.
|
inline |
Definition at line 1730 of file dive_debug.pb.h.
|
inline |
Definition at line 1702 of file dive_debug.pb.h.
|
inline |
Definition at line 1674 of file dive_debug.pb.h.
|
inline |
Definition at line 935 of file dive_debug.pb.h.
|
inline |
Definition at line 1722 of file dive_debug.pb.h.
|
inline |
Definition at line 761 of file dive_debug.pb.h.
|
inline |
Definition at line 732 of file dive_debug.pb.h.
|
inline |
Definition at line 1694 of file dive_debug.pb.h.
|
inline |
Definition at line 1666 of file dive_debug.pb.h.
|
inline |
Definition at line 939 of file dive_debug.pb.h.
|
inline |
Definition at line 942 of file dive_debug.pb.h.
|
inline |
Definition at line 774 of file dive_debug.pb.h.
|
friend |
Definition at line 949 of file dive_debug.pb.h.
|
friend |
Definition at line 810 of file dive_debug.pb.h.
|
friend |
Definition at line 962 of file dive_debug.pb.h.
|
friend |
Definition at line 758 of file dive_debug.pb.h.
|
static |
Definition at line 819 of file dive_debug.pb.h.
Impl_ jaiabot::protobuf::DiveUnpoweredAscentDebug::_impl_ |
Definition at line 961 of file dive_debug.pb.h.
|
staticconstexpr |
Definition at line 755 of file dive_debug.pb.h.