#include <jaiabot/messages/dive_debug.pb.h>
Public Types | |
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 () | |
virtual | ~DiveUnpoweredAscentDebug () |
DiveUnpoweredAscentDebug (const DiveUnpoweredAscentDebug &from) | |
DiveUnpoweredAscentDebug & | operator= (const DiveUnpoweredAscentDebug &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DiveUnpoweredAscentDebug *other) |
DiveUnpoweredAscentDebug * | New () const final |
DiveUnpoweredAscentDebug * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const DiveUnpoweredAscentDebug &from) |
void | MergeFrom (const DiveUnpoweredAscentDebug &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::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 ::google::protobuf::Descriptor * | descriptor () |
static const DiveUnpoweredAscentDebug & | default_instance () |
static void | InitAsDefaultInstance () |
static const DiveUnpoweredAscentDebug * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kCurrentDepthFieldNumber = 1 |
static const int | kDepthEpsFieldNumber = 2 |
static const int | kUnpoweredAscentTimeoutFieldNumber = 3 |
static const int | kUnpoweredAscentTimedOutFieldNumber = 4 |
static const int | kSurfacedFieldNumber = 5 |
Friends | |
struct | ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct |
void | swap (DiveUnpoweredAscentDebug &a, DiveUnpoweredAscentDebug &b) |
Definition at line 552 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 681 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 683 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 694 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 698 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 709 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 713 of file dive_debug.pb.h.
jaiabot::protobuf::DiveUnpoweredAscentDebug::DiveUnpoweredAscentDebug | ( | ) |
|
virtual |
jaiabot::protobuf::DiveUnpoweredAscentDebug::DiveUnpoweredAscentDebug | ( | const DiveUnpoweredAscentDebug & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 1278 of file dive_debug.pb.h.
|
inline |
Definition at line 1302 of file dive_debug.pb.h.
|
inline |
Definition at line 1374 of file dive_debug.pb.h.
|
inline |
Definition at line 1350 of file dive_debug.pb.h.
|
inline |
Definition at line 1326 of file dive_debug.pb.h.
|
final |
void jaiabot::protobuf::DiveUnpoweredAscentDebug::CopyFrom | ( | const DiveUnpoweredAscentDebug & | from | ) |
|
inline |
Definition at line 1282 of file dive_debug.pb.h.
|
inline |
Definition at line 690 of file dive_debug.pb.h.
|
inline |
Definition at line 693 of file dive_debug.pb.h.
|
static |
|
inline |
Definition at line 1306 of file dive_debug.pb.h.
|
inline |
Definition at line 705 of file dive_debug.pb.h.
|
inline |
Definition at line 708 of file dive_debug.pb.h.
|
static |
|
inlinefinal |
Definition at line 624 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 1269 of file dive_debug.pb.h.
|
inline |
Definition at line 1293 of file dive_debug.pb.h.
|
inline |
Definition at line 1365 of file dive_debug.pb.h.
|
inline |
Definition at line 1341 of file dive_debug.pb.h.
|
inline |
Definition at line 1317 of file dive_debug.pb.h.
|
static |
|
inlinestatic |
Definition at line 589 of file dive_debug.pb.h.
|
final |
|
final |
|
final |
void jaiabot::protobuf::DiveUnpoweredAscentDebug::MergeFrom | ( | const DiveUnpoweredAscentDebug & | from | ) |
|
final |
|
inline |
Definition at line 581 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 603 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 607 of file dive_debug.pb.h.
|
inline |
Definition at line 559 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 1286 of file dive_debug.pb.h.
|
inline |
Definition at line 686 of file dive_debug.pb.h.
|
inline |
Definition at line 1310 of file dive_debug.pb.h.
|
inline |
Definition at line 701 of file dive_debug.pb.h.
|
inline |
Definition at line 1382 of file dive_debug.pb.h.
|
inline |
Definition at line 1358 of file dive_debug.pb.h.
|
inline |
Definition at line 1334 of file dive_debug.pb.h.
|
inline |
Definition at line 716 of file dive_debug.pb.h.
|
inline |
Definition at line 1378 of file dive_debug.pb.h.
void jaiabot::protobuf::DiveUnpoweredAscentDebug::Swap | ( | DiveUnpoweredAscentDebug * | other | ) |
|
inline |
Definition at line 578 of file dive_debug.pb.h.
|
inline |
Definition at line 1354 of file dive_debug.pb.h.
|
inline |
Definition at line 1330 of file dive_debug.pb.h.
|
inline |
Definition at line 720 of file dive_debug.pb.h.
|
inline |
Definition at line 723 of file dive_debug.pb.h.
|
friend |
Definition at line 747 of file dive_debug.pb.h.
|
friend |
Definition at line 597 of file dive_debug.pb.h.
|
static |
Definition at line 649 of file dive_debug.pb.h.
|
static |
Definition at line 656 of file dive_debug.pb.h.
|
staticconstexpr |
Definition at line 593 of file dive_debug.pb.h.
|
static |
Definition at line 677 of file dive_debug.pb.h.
|
static |
Definition at line 670 of file dive_debug.pb.h.
|
static |
Definition at line 663 of file dive_debug.pb.h.