#include <bin/mission_manager/config.pb.h>
Public Types | |
enum | : int { kDesiredSpeedThresholdFieldNumber = 3 , kTriggerTimeoutFieldNumber = 4 , kResumeTimeoutFieldNumber = 1 , kPitchThresholdFieldNumber = 2 } |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | resume_timeout_dimension |
typedef boost::units::unit< resume_timeout_dimension, boost::units::si::system > | resume_timeout_unit |
typedef boost::units::plane_angle_dimension | pitch_threshold_dimension |
typedef boost::units::unit< pitch_threshold_dimension, boost::units::degree::system > | pitch_threshold_unit |
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type | desired_speed_threshold_dimension |
typedef boost::units::unit< desired_speed_threshold_dimension, boost::units::si::system > | desired_speed_threshold_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | trigger_timeout_dimension |
typedef boost::units::unit< trigger_timeout_dimension, boost::units::si::system > | trigger_timeout_unit |
Public Member Functions | |
MissionManager_ResolveNoForwardProgress () | |
~MissionManager_ResolveNoForwardProgress () override | |
PROTOBUF_CONSTEXPR | MissionManager_ResolveNoForwardProgress (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
MissionManager_ResolveNoForwardProgress (const MissionManager_ResolveNoForwardProgress &from) | |
MissionManager_ResolveNoForwardProgress (MissionManager_ResolveNoForwardProgress &&from) noexcept | |
MissionManager_ResolveNoForwardProgress & | operator= (const MissionManager_ResolveNoForwardProgress &from) |
MissionManager_ResolveNoForwardProgress & | operator= (MissionManager_ResolveNoForwardProgress &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MissionManager_ResolveNoForwardProgress *other) |
void | UnsafeArenaSwap (MissionManager_ResolveNoForwardProgress *other) |
MissionManager_ResolveNoForwardProgress * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const MissionManager_ResolveNoForwardProgress &from) |
void | MergeFrom (const MissionManager_ResolveNoForwardProgress &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_desired_speed_threshold () const |
void | clear_desired_speed_threshold () |
int32_t | desired_speed_threshold () const |
void | set_desired_speed_threshold (int32_t value) |
bool | has_trigger_timeout () const |
void | clear_trigger_timeout () |
int32_t | trigger_timeout () const |
void | set_trigger_timeout (int32_t value) |
bool | has_resume_timeout () const |
void | clear_resume_timeout () |
int32_t | resume_timeout () const |
void | set_resume_timeout (int32_t value) |
bool | has_pitch_threshold () const |
void | clear_pitch_threshold () |
int32_t | pitch_threshold () const |
void | set_pitch_threshold (int32_t value) |
template<typename Quantity > | |
void | set_resume_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | resume_timeout_with_units () const |
boost::units::quantity< resume_timeout_unit, google::protobuf::int32 > | resume_timeout_with_units () const |
template<typename Quantity > | |
void | set_pitch_threshold_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | pitch_threshold_with_units () const |
boost::units::quantity< pitch_threshold_unit, google::protobuf::int32 > | pitch_threshold_with_units () const |
template<typename Quantity > | |
void | set_desired_speed_threshold_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | desired_speed_threshold_with_units () const |
boost::units::quantity< desired_speed_threshold_unit, google::protobuf::int32 > | desired_speed_threshold_with_units () const |
template<typename Quantity > | |
void | set_trigger_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | trigger_timeout_with_units () const |
boost::units::quantity< trigger_timeout_unit, google::protobuf::int32 > | trigger_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 MissionManager_ResolveNoForwardProgress & | default_instance () |
static const MissionManager_ResolveNoForwardProgress * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
MissionManager_ResolveNoForwardProgress (::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_bin_2fmission_5fmanager_2fconfig_2eproto |
void | swap (MissionManager_ResolveNoForwardProgress &a, MissionManager_ResolveNoForwardProgress &b) |
Definition at line 153 of file config.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::config::MissionManager_ResolveNoForwardProgress::desired_speed_threshold_dimension |
Definition at line 368 of file config.pb.h.
typedef boost::units::unit<desired_speed_threshold_dimension,boost::units::si::system> jaiabot::config::MissionManager_ResolveNoForwardProgress::desired_speed_threshold_unit |
Definition at line 370 of file config.pb.h.
typedef boost::units::plane_angle_dimension jaiabot::config::MissionManager_ResolveNoForwardProgress::pitch_threshold_dimension |
Definition at line 353 of file config.pb.h.
typedef boost::units::unit<pitch_threshold_dimension,boost::units::degree::system> jaiabot::config::MissionManager_ResolveNoForwardProgress::pitch_threshold_unit |
Definition at line 355 of file config.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::config::MissionManager_ResolveNoForwardProgress::resume_timeout_dimension |
Definition at line 338 of file config.pb.h.
typedef boost::units::unit<resume_timeout_dimension,boost::units::si::system> jaiabot::config::MissionManager_ResolveNoForwardProgress::resume_timeout_unit |
Definition at line 340 of file config.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type jaiabot::config::MissionManager_ResolveNoForwardProgress::trigger_timeout_dimension |
Definition at line 383 of file config.pb.h.
typedef boost::units::unit<trigger_timeout_dimension,boost::units::si::system> jaiabot::config::MissionManager_ResolveNoForwardProgress::trigger_timeout_unit |
Definition at line 385 of file config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kDesiredSpeedThresholdFieldNumber | |
kTriggerTimeoutFieldNumber | |
kResumeTimeoutFieldNumber | |
kPitchThresholdFieldNumber |
Definition at line 280 of file config.pb.h.
|
inline |
Definition at line 156 of file config.pb.h.
|
override |
|
explicit |
jaiabot::config::MissionManager_ResolveNoForwardProgress::MissionManager_ResolveNoForwardProgress | ( | const MissionManager_ResolveNoForwardProgress & | from | ) |
|
inlinenoexcept |
Definition at line 161 of file config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1949 of file config.pb.h.
|
inline |
Definition at line 1921 of file config.pb.h.
|
inline |
Definition at line 1893 of file config.pb.h.
|
inline |
Definition at line 1977 of file config.pb.h.
void jaiabot::config::MissionManager_ResolveNoForwardProgress::CopyFrom | ( | const MissionManager_ResolveNoForwardProgress & | from | ) |
|
inlinestatic |
Definition at line 200 of file config.pb.h.
|
inlinestatic |
Definition at line 191 of file config.pb.h.
|
inline |
Definition at line 1956 of file config.pb.h.
|
inline |
Definition at line 377 of file config.pb.h.
|
inline |
Definition at line 380 of file config.pb.h.
|
inlinefinal |
Definition at line 253 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 194 of file config.pb.h.
|
final |
|
inlinestatic |
Definition at line 197 of file config.pb.h.
|
inline |
Definition at line 1946 of file config.pb.h.
|
inline |
Definition at line 1918 of file config.pb.h.
|
inline |
Definition at line 1890 of file config.pb.h.
|
inline |
Definition at line 1974 of file config.pb.h.
|
inlinestatic |
Definition at line 203 of file config.pb.h.
|
final |
|
inline |
Definition at line 240 of file config.pb.h.
|
inline |
Definition at line 187 of file config.pb.h.
|
inlinefinal |
Definition at line 234 of file config.pb.h.
|
inline |
Definition at line 166 of file config.pb.h.
|
inlinenoexcept |
Definition at line 170 of file config.pb.h.
|
inline |
Definition at line 1928 of file config.pb.h.
|
inline |
Definition at line 362 of file config.pb.h.
|
inline |
Definition at line 365 of file config.pb.h.
|
inline |
Definition at line 1900 of file config.pb.h.
|
inline |
Definition at line 347 of file config.pb.h.
|
inline |
Definition at line 350 of file config.pb.h.
|
inline |
Definition at line 1964 of file config.pb.h.
|
inline |
Definition at line 373 of file config.pb.h.
|
inline |
Definition at line 1936 of file config.pb.h.
|
inline |
Definition at line 358 of file config.pb.h.
|
inline |
Definition at line 1908 of file config.pb.h.
|
inline |
Definition at line 343 of file config.pb.h.
|
inline |
Definition at line 1992 of file config.pb.h.
|
inline |
Definition at line 388 of file config.pb.h.
|
inline |
Definition at line 213 of file config.pb.h.
|
inline |
Definition at line 1984 of file config.pb.h.
|
inline |
Definition at line 392 of file config.pb.h.
|
inline |
Definition at line 395 of file config.pb.h.
|
inline |
Definition at line 184 of file config.pb.h.
|
inline |
Definition at line 226 of file config.pb.h.
|
friend |
Definition at line 402 of file config.pb.h.
|
friend |
Definition at line 262 of file config.pb.h.
|
friend |
Definition at line 414 of file config.pb.h.
|
friend |
Definition at line 210 of file config.pb.h.
|
static |
Definition at line 271 of file config.pb.h.
Impl_ jaiabot::config::MissionManager_ResolveNoForwardProgress::_impl_ |
Definition at line 413 of file config.pb.h.
|
staticconstexpr |
Definition at line 207 of file config.pb.h.