#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 | 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 () | |
virtual | ~DivePowerDescentDebug () |
DivePowerDescentDebug (const DivePowerDescentDebug &from) | |
DivePowerDescentDebug & | operator= (const DivePowerDescentDebug &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (DivePowerDescentDebug *other) |
DivePowerDescentDebug * | New () const final |
DivePowerDescentDebug * | 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 DivePowerDescentDebug &from) |
void | MergeFrom (const DivePowerDescentDebug &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_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 () |
::google::protobuf::uint64 | last_depth_change_time () const |
void | set_last_depth_change_time (::google::protobuf::uint64 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 ::google::protobuf::Descriptor * | descriptor () |
static const DivePowerDescentDebug & | default_instance () |
static void | InitAsDefaultInstance () |
static const DivePowerDescentDebug * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kCurrentDepthFieldNumber = 1 |
static const int | kLastDepthFieldNumber = 2 |
static const int | kGoalDepthFieldNumber = 3 |
static const int | kDepthEpsFieldNumber = 4 |
static const int | kLastDepthChangeTimeFieldNumber = 5 |
static const int | kBottomingTimeoutFieldNumber = 6 |
static const int | kDepthReachedFieldNumber = 7 |
static const int | kDepthChangedFieldNumber = 8 |
static const int | kDepthChangeTimeoutFieldNumber = 9 |
static const int | kBotIsDivingFieldNumber = 10 |
Friends | |
struct | ::protobuf_jaiabot_2fmessages_2fdive_5fdebug_2eproto::TableStruct |
void | swap (DivePowerDescentDebug &a, DivePowerDescentDebug &b) |
Definition at line 84 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 321 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 325 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 248 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 250 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 291 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 295 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 276 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 280 of file dive_debug.pb.h.
typedef boost::units::time_dimension jaiabot::protobuf::DivePowerDescentDebug::last_depth_change_time_dimension |
Definition at line 306 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 310 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 261 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 265 of file dive_debug.pb.h.
jaiabot::protobuf::DivePowerDescentDebug::DivePowerDescentDebug | ( | ) |
|
virtual |
jaiabot::protobuf::DivePowerDescentDebug::DivePowerDescentDebug | ( | const DivePowerDescentDebug & | from | ) |
|
inline |
Definition at line 1154 of file dive_debug.pb.h.
|
inline |
Definition at line 1058 of file dive_debug.pb.h.
|
inline |
Definition at line 332 of file dive_debug.pb.h.
|
inline |
Definition at line 335 of file dive_debug.pb.h.
|
final |
|
final |
|
inline |
Definition at line 1150 of file dive_debug.pb.h.
|
inline |
Definition at line 1054 of file dive_debug.pb.h.
|
inline |
Definition at line 934 of file dive_debug.pb.h.
|
inline |
Definition at line 1126 of file dive_debug.pb.h.
|
inline |
Definition at line 1102 of file dive_debug.pb.h.
|
inline |
Definition at line 1006 of file dive_debug.pb.h.
|
inline |
Definition at line 1078 of file dive_debug.pb.h.
|
inline |
Definition at line 982 of file dive_debug.pb.h.
|
inline |
Definition at line 958 of file dive_debug.pb.h.
|
inline |
Definition at line 1030 of file dive_debug.pb.h.
|
final |
void jaiabot::protobuf::DivePowerDescentDebug::CopyFrom | ( | const DivePowerDescentDebug & | from | ) |
|
inline |
Definition at line 938 of file dive_debug.pb.h.
|
inline |
Definition at line 257 of file dive_debug.pb.h.
|
inline |
Definition at line 260 of file dive_debug.pb.h.
|
static |
|
inline |
Definition at line 1130 of file dive_debug.pb.h.
|
inline |
Definition at line 1106 of file dive_debug.pb.h.
|
inline |
Definition at line 1010 of file dive_debug.pb.h.
|
inline |
Definition at line 302 of file dive_debug.pb.h.
|
inline |
Definition at line 305 of file dive_debug.pb.h.
|
inline |
Definition at line 1082 of file dive_debug.pb.h.
|
static |
|
inlinefinal |
Definition at line 156 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 986 of file dive_debug.pb.h.
|
inline |
Definition at line 287 of file dive_debug.pb.h.
|
inline |
Definition at line 290 of file dive_debug.pb.h.
|
inline |
Definition at line 1141 of file dive_debug.pb.h.
|
inline |
Definition at line 1045 of file dive_debug.pb.h.
|
inline |
Definition at line 925 of file dive_debug.pb.h.
|
inline |
Definition at line 1117 of file dive_debug.pb.h.
|
inline |
Definition at line 1093 of file dive_debug.pb.h.
|
inline |
Definition at line 997 of file dive_debug.pb.h.
|
inline |
Definition at line 1069 of file dive_debug.pb.h.
|
inline |
Definition at line 973 of file dive_debug.pb.h.
|
inline |
Definition at line 949 of file dive_debug.pb.h.
|
inline |
Definition at line 1021 of file dive_debug.pb.h.
|
static |
|
inlinestatic |
Definition at line 121 of file dive_debug.pb.h.
|
final |
|
final |
|
inline |
Definition at line 962 of file dive_debug.pb.h.
|
inline |
Definition at line 1034 of file dive_debug.pb.h.
|
inline |
Definition at line 317 of file dive_debug.pb.h.
|
inline |
Definition at line 320 of file dive_debug.pb.h.
|
inline |
Definition at line 272 of file dive_debug.pb.h.
|
inline |
Definition at line 275 of file dive_debug.pb.h.
|
final |
void jaiabot::protobuf::DivePowerDescentDebug::MergeFrom | ( | const DivePowerDescentDebug & | from | ) |
|
final |
|
inline |
Definition at line 113 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 135 of file dive_debug.pb.h.
|
inlinefinal |
Definition at line 139 of file dive_debug.pb.h.
|
inline |
Definition at line 91 of file dive_debug.pb.h.
|
final |
|
inline |
Definition at line 1158 of file dive_debug.pb.h.
|
inline |
Definition at line 1062 of file dive_debug.pb.h.
|
inline |
Definition at line 328 of file dive_debug.pb.h.
|
inline |
Definition at line 942 of file dive_debug.pb.h.
|
inline |
Definition at line 253 of file dive_debug.pb.h.
|
inline |
Definition at line 1134 of file dive_debug.pb.h.
|
inline |
Definition at line 1110 of file dive_debug.pb.h.
|
inline |
Definition at line 1014 of file dive_debug.pb.h.
|
inline |
Definition at line 298 of file dive_debug.pb.h.
|
inline |
Definition at line 1086 of file dive_debug.pb.h.
|
inline |
Definition at line 990 of file dive_debug.pb.h.
|
inline |
Definition at line 283 of file dive_debug.pb.h.
|
inline |
Definition at line 966 of file dive_debug.pb.h.
|
inline |
Definition at line 1038 of file dive_debug.pb.h.
|
inline |
Definition at line 313 of file dive_debug.pb.h.
|
inline |
Definition at line 268 of file dive_debug.pb.h.
void jaiabot::protobuf::DivePowerDescentDebug::Swap | ( | DivePowerDescentDebug * | other | ) |
|
inline |
Definition at line 110 of file dive_debug.pb.h.
|
friend |
Definition at line 374 of file dive_debug.pb.h.
|
friend |
Definition at line 129 of file dive_debug.pb.h.
|
static |
Definition at line 244 of file dive_debug.pb.h.
|
static |
Definition at line 216 of file dive_debug.pb.h.
|
static |
Definition at line 181 of file dive_debug.pb.h.
|
static |
Definition at line 230 of file dive_debug.pb.h.
|
static |
Definition at line 237 of file dive_debug.pb.h.
|
static |
Definition at line 202 of file dive_debug.pb.h.
|
static |
Definition at line 223 of file dive_debug.pb.h.
|
static |
Definition at line 195 of file dive_debug.pb.h.
|
staticconstexpr |
Definition at line 125 of file dive_debug.pb.h.
|
static |
Definition at line 209 of file dive_debug.pb.h.
|
static |
Definition at line 188 of file dive_debug.pb.h.