#include <jaiabot/messages/mission.pb.h>


Public Types | |
| enum | : int { kConstantHeadingFieldNumber = 1 , kConstantHeadingTimeFieldNumber = 2 , kConstantHeadingSpeedFieldNumber = 3 , kSafetyDepthFieldNumber = 4 } |
| typedef boost::units::plane_angle_dimension | constant_heading_dimension |
| typedef boost::units::unit< constant_heading_dimension, boost::units::degree::system > | constant_heading_unit |
| typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | constant_heading_time_dimension |
| typedef boost::units::unit< constant_heading_time_dimension, boost::units::si::system > | constant_heading_time_unit |
| typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type | constant_heading_speed_dimension |
| typedef boost::units::unit< constant_heading_speed_dimension, boost::units::si::system > | constant_heading_speed_unit |
| typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type | safety_depth_dimension |
| typedef boost::units::unit< safety_depth_dimension, boost::units::si::system > | safety_depth_unit |
Public Member Functions | |
| BottomDepthSafetyParams () | |
| ~BottomDepthSafetyParams () override | |
| PROTOBUF_CONSTEXPR | BottomDepthSafetyParams (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| BottomDepthSafetyParams (const BottomDepthSafetyParams &from) | |
| BottomDepthSafetyParams (BottomDepthSafetyParams &&from) noexcept | |
| BottomDepthSafetyParams & | operator= (const BottomDepthSafetyParams &from) |
| BottomDepthSafetyParams & | operator= (BottomDepthSafetyParams &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (BottomDepthSafetyParams *other) |
| void | UnsafeArenaSwap (BottomDepthSafetyParams *other) |
| BottomDepthSafetyParams * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const BottomDepthSafetyParams &from) |
| void | MergeFrom (const BottomDepthSafetyParams &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_constant_heading () const |
| void | clear_constant_heading () |
| double | constant_heading () const |
| void | set_constant_heading (double value) |
| bool | has_constant_heading_time () const |
| void | clear_constant_heading_time () |
| int32_t | constant_heading_time () const |
| void | set_constant_heading_time (int32_t value) |
| bool | has_constant_heading_speed () const |
| void | clear_constant_heading_speed () |
| double | constant_heading_speed () const |
| void | set_constant_heading_speed (double value) |
| bool | has_safety_depth () const |
| void | clear_safety_depth () |
| double | safety_depth () const |
| void | set_safety_depth (double value) |
| template<typename Quantity > | |
| void | set_constant_heading_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | constant_heading_with_units () const |
| boost::units::quantity< constant_heading_unit, double > | constant_heading_with_units () const |
| template<typename Quantity > | |
| void | set_constant_heading_time_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | constant_heading_time_with_units () const |
| boost::units::quantity< constant_heading_time_unit, google::protobuf::int32 > | constant_heading_time_with_units () const |
| template<typename Quantity > | |
| void | set_constant_heading_speed_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | constant_heading_speed_with_units () const |
| boost::units::quantity< constant_heading_speed_unit, double > | constant_heading_speed_with_units () const |
| template<typename Quantity > | |
| void | set_safety_depth_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | safety_depth_with_units () const |
| boost::units::quantity< safety_depth_unit, double > | safety_depth_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 BottomDepthSafetyParams & | default_instance () |
| static const BottomDepthSafetyParams * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| BottomDepthSafetyParams (::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_2fmission_2eproto |
| void | swap (BottomDepthSafetyParams &a, BottomDepthSafetyParams &b) |
Definition at line 498 of file mission.pb.h.
| typedef boost::units::plane_angle_dimension jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_dimension |
Definition at line 683 of file mission.pb.h.
| typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_speed_dimension |
Definition at line 713 of file mission.pb.h.
| typedef boost::units::unit<constant_heading_speed_dimension,boost::units::si::system> jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_speed_unit |
Definition at line 715 of file mission.pb.h.
| typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time_dimension |
Definition at line 698 of file mission.pb.h.
| typedef boost::units::unit<constant_heading_time_dimension,boost::units::si::system> jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time_unit |
Definition at line 700 of file mission.pb.h.
| typedef boost::units::unit<constant_heading_dimension,boost::units::degree::system> jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_unit |
Definition at line 685 of file mission.pb.h.
| typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::protobuf::BottomDepthSafetyParams::safety_depth_dimension |
Definition at line 728 of file mission.pb.h.
| typedef boost::units::unit<safety_depth_dimension,boost::units::si::system> jaiabot::protobuf::BottomDepthSafetyParams::safety_depth_unit |
Definition at line 730 of file mission.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kConstantHeadingFieldNumber | |
| kConstantHeadingTimeFieldNumber | |
| kConstantHeadingSpeedFieldNumber | |
| kSafetyDepthFieldNumber | |
Definition at line 625 of file mission.pb.h.
|
inline |
Definition at line 501 of file mission.pb.h.
|
override |
|
explicit |
| jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams | ( | const BottomDepthSafetyParams & | from | ) |
|
inlinenoexcept |
Definition at line 506 of file mission.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 5778 of file mission.pb.h.
|
inline |
Definition at line 5834 of file mission.pb.h.
|
inline |
Definition at line 5806 of file mission.pb.h.
|
inline |
Definition at line 5862 of file mission.pb.h.
|
inline |
Definition at line 5785 of file mission.pb.h.
|
inline |
Definition at line 5841 of file mission.pb.h.
|
inline |
Definition at line 722 of file mission.pb.h.
|
inline |
Definition at line 725 of file mission.pb.h.
|
inline |
Definition at line 5813 of file mission.pb.h.
|
inline |
Definition at line 707 of file mission.pb.h.
|
inline |
Definition at line 710 of file mission.pb.h.
|
inline |
Definition at line 692 of file mission.pb.h.
|
inline |
Definition at line 695 of file mission.pb.h.
| void jaiabot::protobuf::BottomDepthSafetyParams::CopyFrom | ( | const BottomDepthSafetyParams & | from | ) |
|
inlinestatic |
Definition at line 545 of file mission.pb.h.
|
inlinestatic |
Definition at line 536 of file mission.pb.h.
|
inlinefinal |
Definition at line 598 of file mission.pb.h.
|
final |
|
inlinestatic |
Definition at line 539 of file mission.pb.h.
|
final |
|
inlinestatic |
Definition at line 542 of file mission.pb.h.
|
inline |
Definition at line 5775 of file mission.pb.h.
|
inline |
Definition at line 5831 of file mission.pb.h.
|
inline |
Definition at line 5803 of file mission.pb.h.
|
inline |
Definition at line 5859 of file mission.pb.h.
|
inlinestatic |
Definition at line 548 of file mission.pb.h.
|
final |
|
inline |
Definition at line 585 of file mission.pb.h.
|
inline |
Definition at line 532 of file mission.pb.h.
|
inlinefinal |
Definition at line 579 of file mission.pb.h.
|
inlinenoexcept |
Definition at line 515 of file mission.pb.h.
|
inline |
Definition at line 511 of file mission.pb.h.
|
inline |
Definition at line 5869 of file mission.pb.h.
|
inline |
Definition at line 737 of file mission.pb.h.
|
inline |
Definition at line 740 of file mission.pb.h.
|
inline |
Definition at line 5793 of file mission.pb.h.
|
inline |
Definition at line 5849 of file mission.pb.h.
|
inline |
Definition at line 718 of file mission.pb.h.
|
inline |
Definition at line 5821 of file mission.pb.h.
|
inline |
Definition at line 703 of file mission.pb.h.
|
inline |
Definition at line 688 of file mission.pb.h.
|
inline |
Definition at line 5877 of file mission.pb.h.
|
inline |
Definition at line 733 of file mission.pb.h.
|
inline |
Definition at line 558 of file mission.pb.h.
|
inline |
Definition at line 529 of file mission.pb.h.
|
inline |
Definition at line 571 of file mission.pb.h.
|
friend |
Definition at line 750 of file mission.pb.h.
|
friend |
Definition at line 607 of file mission.pb.h.
|
friend |
Definition at line 762 of file mission.pb.h.
|
friend |
Definition at line 555 of file mission.pb.h.
|
static |
Definition at line 616 of file mission.pb.h.
| Impl_ jaiabot::protobuf::BottomDepthSafetyParams::_impl_ |
Definition at line 761 of file mission.pb.h.
|
staticconstexpr |
Definition at line 552 of file mission.pb.h.