#include <jaiabot/messages/dive_debug.pb.h>
Public Types | |
enum | : int { kCurrentDepthFieldNumber = 1 , kLastDepthFieldNumber = 2 , kGoalDepthFieldNumber = 3 , kDepthEpsFieldNumber = 4 , kLastDepthChangeTimeFieldNumber = 5 , kBottomingTimeoutFieldNumber = 6 , kDepthReachedFieldNumber = 7 , kDepthChangedFieldNumber = 8 , kDepthChangeTimeoutFieldNumber = 9 , kBotIsDivingFieldNumber = 10 } |
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 | last_depth_dimension |
typedef boost::units::unit< last_depth_dimension, boost::units::si::system > | last_depth_unit |
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type | goal_depth_dimension |
typedef boost::units::unit< goal_depth_dimension, boost::units::si::system > | goal_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::time_dimension | last_depth_change_time_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< last_depth_change_time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type | last_depth_change_time_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | bottoming_timeout_dimension |
typedef boost::units::unit< bottoming_timeout_dimension, boost::units::si::system > | bottoming_timeout_unit |
Public Member Functions | |
DivePowerDescentDebug () | |
~DivePowerDescentDebug () override | |
PROTOBUF_CONSTEXPR | DivePowerDescentDebug (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
DivePowerDescentDebug (const DivePowerDescentDebug &from) | |
DivePowerDescentDebug (DivePowerDescentDebug &&from) noexcept | |
DivePowerDescentDebug & | operator= (const DivePowerDescentDebug &from) |
DivePowerDescentDebug & | operator= (DivePowerDescentDebug &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DivePowerDescentDebug *other) |
void | UnsafeArenaSwap (DivePowerDescentDebug *other) |
DivePowerDescentDebug * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const DivePowerDescentDebug &from) |
void | MergeFrom (const DivePowerDescentDebug &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_last_depth () const |
void | clear_last_depth () |
double | last_depth () const |
void | set_last_depth (double value) |
bool | has_goal_depth () const |
void | clear_goal_depth () |
double | goal_depth () const |
void | set_goal_depth (double value) |
bool | has_depth_eps () const |
void | clear_depth_eps () |
double | depth_eps () const |
void | set_depth_eps (double value) |
bool | has_last_depth_change_time () const |
void | clear_last_depth_change_time () |
uint64_t | last_depth_change_time () const |
void | set_last_depth_change_time (uint64_t value) |
bool | has_bottoming_timeout () const |
void | clear_bottoming_timeout () |
double | bottoming_timeout () const |
void | set_bottoming_timeout (double value) |
bool | has_depth_reached () const |
void | clear_depth_reached () |
bool | depth_reached () const |
void | set_depth_reached (bool value) |
bool | has_depth_changed () const |
void | clear_depth_changed () |
bool | depth_changed () const |
void | set_depth_changed (bool value) |
bool | has_depth_change_timeout () const |
void | clear_depth_change_timeout () |
bool | depth_change_timeout () const |
void | set_depth_change_timeout (bool value) |
bool | has_bot_is_diving () const |
void | clear_bot_is_diving () |
bool | bot_is_diving () const |
void | set_bot_is_diving (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_last_depth_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | last_depth_with_units () const |
boost::units::quantity< last_depth_unit, double > | last_depth_with_units () const |
template<typename Quantity > | |
void | set_goal_depth_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | goal_depth_with_units () const |
boost::units::quantity< goal_depth_unit, double > | goal_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_last_depth_change_time_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | last_depth_change_time_with_units () const |
boost::units::quantity< last_depth_change_time_unit, google::protobuf::uint64 > | last_depth_change_time_with_units () const |
template<typename Quantity > | |
void | set_bottoming_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | bottoming_timeout_with_units () const |
boost::units::quantity< bottoming_timeout_unit, double > | bottoming_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 DivePowerDescentDebug & | default_instance () |
static const DivePowerDescentDebug * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
DivePowerDescentDebug (::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 (DivePowerDescentDebug &a, DivePowerDescentDebug &b) |
Definition at line 81 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout_dimension |
Definition at line 425 of file dive_debug.pb.h.
typedef boost::units::unit<bottoming_timeout_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::bottoming_timeout_unit |
Definition at line 427 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::current_depth_dimension |
Definition at line 350 of file dive_debug.pb.h.
typedef boost::units::unit<current_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::current_depth_unit |
Definition at line 352 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::depth_eps_dimension |
Definition at line 395 of file dive_debug.pb.h.
typedef boost::units::unit<depth_eps_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::depth_eps_unit |
Definition at line 397 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::goal_depth_dimension |
Definition at line 380 of file dive_debug.pb.h.
typedef boost::units::unit<goal_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::goal_depth_unit |
Definition at line 382 of file dive_debug.pb.h.
typedef boost::units::time_dimension jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_dimension |
Definition at line 410 of file dive_debug.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<last_depth_change_time_dimension,boost::units::si::system>,boost::units::scale<10,boost::units::static_rational<-6>>>::type jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_unit |
Definition at line 412 of file dive_debug.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::DivePowerDescentDebug::last_depth_dimension |
Definition at line 365 of file dive_debug.pb.h.
typedef boost::units::unit<last_depth_dimension,boost::units::si::system> jaiabot::protobuf::DivePowerDescentDebug::last_depth_unit |
Definition at line 367 of file dive_debug.pb.h.
anonymous enum : int |
Definition at line 208 of file dive_debug.pb.h.
|
inline |
Definition at line 84 of file dive_debug.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::DivePowerDescentDebug::DivePowerDescentDebug | ( | const DivePowerDescentDebug & | from | ) |
|
inlinenoexcept |
Definition at line 89 of file dive_debug.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1462 of file dive_debug.pb.h.
|
inline |
Definition at line 1350 of file dive_debug.pb.h.
|
inline |
Definition at line 434 of file dive_debug.pb.h.
|
inline |
Definition at line 437 of file dive_debug.pb.h.
|
final |
|
final |
|
inline |
Definition at line 1455 of file dive_debug.pb.h.
|
inline |
Definition at line 1343 of file dive_debug.pb.h.
|
inline |
Definition at line 1203 of file dive_debug.pb.h.
|
inline |
Definition at line 1427 of file dive_debug.pb.h.
|
inline |
Definition at line 1399 of file dive_debug.pb.h.
|
inline |
Definition at line 1287 of file dive_debug.pb.h.
|
inline |
Definition at line 1371 of file dive_debug.pb.h.
|
inline |
Definition at line 1259 of file dive_debug.pb.h.
|
inline |
Definition at line 1231 of file dive_debug.pb.h.
|
inline |
Definition at line 1315 of file dive_debug.pb.h.
void jaiabot::protobuf::DivePowerDescentDebug::CopyFrom | ( | const DivePowerDescentDebug & | from | ) |
|
inline |
Definition at line 1210 of file dive_debug.pb.h.
|
inline |
Definition at line 359 of file dive_debug.pb.h.
|
inline |
Definition at line 362 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 128 of file dive_debug.pb.h.
|
inline |
Definition at line 1434 of file dive_debug.pb.h.
|
inline |
Definition at line 1406 of file dive_debug.pb.h.
|
inline |
Definition at line 1294 of file dive_debug.pb.h.
|
inline |
Definition at line 404 of file dive_debug.pb.h.
|
inline |
Definition at line 407 of file dive_debug.pb.h.
|
inline |
Definition at line 1378 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 119 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 181 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 122 of file dive_debug.pb.h.
|
final |
|
inlinestatic |
Definition at line 125 of file dive_debug.pb.h.
|
inline |
Definition at line 1266 of file dive_debug.pb.h.
|
inline |
Definition at line 389 of file dive_debug.pb.h.
|
inline |
Definition at line 392 of file dive_debug.pb.h.
|
inline |
Definition at line 1452 of file dive_debug.pb.h.
|
inline |
Definition at line 1340 of file dive_debug.pb.h.
|
inline |
Definition at line 1200 of file dive_debug.pb.h.
|
inline |
Definition at line 1424 of file dive_debug.pb.h.
|
inline |
Definition at line 1396 of file dive_debug.pb.h.
|
inline |
Definition at line 1284 of file dive_debug.pb.h.
|
inline |
Definition at line 1368 of file dive_debug.pb.h.
|
inline |
Definition at line 1256 of file dive_debug.pb.h.
|
inline |
Definition at line 1228 of file dive_debug.pb.h.
|
inline |
Definition at line 1312 of file dive_debug.pb.h.
|
inlinestatic |
Definition at line 131 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 1238 of file dive_debug.pb.h.
|
inline |
Definition at line 1322 of file dive_debug.pb.h.
|
inline |
Definition at line 419 of file dive_debug.pb.h.
|
inline |
Definition at line 422 of file dive_debug.pb.h.
|
inline |
Definition at line 374 of file dive_debug.pb.h.
|
inline |
Definition at line 377 of file dive_debug.pb.h.
|
inline |
Definition at line 168 of file dive_debug.pb.h.
|
inline |
Definition at line 115 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 162 of file dive_debug.pb.h.
|
inline |
Definition at line 94 of file dive_debug.pb.h.
|
inlinenoexcept |
Definition at line 98 of file dive_debug.pb.h.
|
inline |
Definition at line 1470 of file dive_debug.pb.h.
|
inline |
Definition at line 1358 of file dive_debug.pb.h.
|
inline |
Definition at line 430 of file dive_debug.pb.h.
|
inline |
Definition at line 1218 of file dive_debug.pb.h.
|
inline |
Definition at line 355 of file dive_debug.pb.h.
|
inline |
Definition at line 1442 of file dive_debug.pb.h.
|
inline |
Definition at line 1414 of file dive_debug.pb.h.
|
inline |
Definition at line 1302 of file dive_debug.pb.h.
|
inline |
Definition at line 400 of file dive_debug.pb.h.
|
inline |
Definition at line 1386 of file dive_debug.pb.h.
|
inline |
Definition at line 1274 of file dive_debug.pb.h.
|
inline |
Definition at line 385 of file dive_debug.pb.h.
|
inline |
Definition at line 1246 of file dive_debug.pb.h.
|
inline |
Definition at line 1330 of file dive_debug.pb.h.
|
inline |
Definition at line 415 of file dive_debug.pb.h.
|
inline |
Definition at line 370 of file dive_debug.pb.h.
|
inline |
Definition at line 141 of file dive_debug.pb.h.
|
inline |
Definition at line 112 of file dive_debug.pb.h.
|
inline |
Definition at line 154 of file dive_debug.pb.h.
|
friend |
Definition at line 444 of file dive_debug.pb.h.
|
friend |
Definition at line 190 of file dive_debug.pb.h.
|
friend |
Definition at line 462 of file dive_debug.pb.h.
|
friend |
Definition at line 138 of file dive_debug.pb.h.
|
static |
Definition at line 199 of file dive_debug.pb.h.
Impl_ jaiabot::protobuf::DivePowerDescentDebug::_impl_ |
Definition at line 461 of file dive_debug.pb.h.
|
staticconstexpr |
Definition at line 135 of file dive_debug.pb.h.