JaiaBot 2.6.0+14+g3cab9c46
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::BottomDepthSafetyParams Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::BottomDepthSafetyParams:
Collaboration diagram for jaiabot::protobuf::BottomDepthSafetyParams:

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
 
BottomDepthSafetyParamsoperator= (const BottomDepthSafetyParams &from)
 
BottomDepthSafetyParamsoperator= (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)
 
BottomDepthSafetyParamsNew (::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 BottomDepthSafetyParamsdefault_instance ()
 
static const BottomDepthSafetyParamsinternal_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)
 

Detailed Description

Definition at line 498 of file mission.pb.h.

Member Typedef Documentation

◆ constant_heading_dimension

Definition at line 683 of file mission.pb.h.

◆ constant_heading_speed_dimension

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.

◆ constant_heading_speed_unit

Definition at line 715 of file mission.pb.h.

◆ constant_heading_time_dimension

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.

◆ constant_heading_time_unit

Definition at line 700 of file mission.pb.h.

◆ constant_heading_unit

Definition at line 685 of file mission.pb.h.

◆ safety_depth_dimension

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.

◆ safety_depth_unit

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.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kConstantHeadingFieldNumber 
kConstantHeadingTimeFieldNumber 
kConstantHeadingSpeedFieldNumber 
kSafetyDepthFieldNumber 

Definition at line 625 of file mission.pb.h.

Constructor & Destructor Documentation

◆ BottomDepthSafetyParams() [1/5]

jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams ( )
inline

Definition at line 501 of file mission.pb.h.

◆ ~BottomDepthSafetyParams()

jaiabot::protobuf::BottomDepthSafetyParams::~BottomDepthSafetyParams ( )
override

◆ BottomDepthSafetyParams() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ BottomDepthSafetyParams() [3/5]

jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams ( const BottomDepthSafetyParams from)

◆ BottomDepthSafetyParams() [4/5]

jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams ( BottomDepthSafetyParams &&  from)
inlinenoexcept

Definition at line 506 of file mission.pb.h.

◆ BottomDepthSafetyParams() [5/5]

jaiabot::protobuf::BottomDepthSafetyParams::BottomDepthSafetyParams ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::BottomDepthSafetyParams::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::BottomDepthSafetyParams::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::protobuf::BottomDepthSafetyParams::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::BottomDepthSafetyParams::Clear ( )
final

◆ clear_constant_heading()

void jaiabot::protobuf::BottomDepthSafetyParams::clear_constant_heading ( )
inline

Definition at line 5778 of file mission.pb.h.

◆ clear_constant_heading_speed()

void jaiabot::protobuf::BottomDepthSafetyParams::clear_constant_heading_speed ( )
inline

Definition at line 5834 of file mission.pb.h.

◆ clear_constant_heading_time()

void jaiabot::protobuf::BottomDepthSafetyParams::clear_constant_heading_time ( )
inline

Definition at line 5806 of file mission.pb.h.

◆ clear_safety_depth()

void jaiabot::protobuf::BottomDepthSafetyParams::clear_safety_depth ( )
inline

Definition at line 5862 of file mission.pb.h.

◆ constant_heading()

double jaiabot::protobuf::BottomDepthSafetyParams::constant_heading ( ) const
inline

Definition at line 5785 of file mission.pb.h.

◆ constant_heading_speed()

double jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_speed ( ) const
inline

Definition at line 5841 of file mission.pb.h.

◆ constant_heading_speed_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_speed_with_units ( ) const
inline

Definition at line 722 of file mission.pb.h.

◆ constant_heading_speed_with_units() [2/2]

boost::units::quantity< constant_heading_speed_unit, double > jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_speed_with_units ( ) const
inline

Definition at line 725 of file mission.pb.h.

◆ constant_heading_time()

int32_t jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time ( ) const
inline

Definition at line 5813 of file mission.pb.h.

◆ constant_heading_time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time_with_units ( ) const
inline

Definition at line 707 of file mission.pb.h.

◆ constant_heading_time_with_units() [2/2]

boost::units::quantity< constant_heading_time_unit, google::protobuf::int32 > jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time_with_units ( ) const
inline

Definition at line 710 of file mission.pb.h.

◆ constant_heading_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_with_units ( ) const
inline

Definition at line 692 of file mission.pb.h.

◆ constant_heading_with_units() [2/2]

boost::units::quantity< constant_heading_unit, double > jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_with_units ( ) const
inline

Definition at line 695 of file mission.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::BottomDepthSafetyParams::CopyFrom ( const BottomDepthSafetyParams from)

◆ default_instance()

static const BottomDepthSafetyParams & jaiabot::protobuf::BottomDepthSafetyParams::default_instance ( )
inlinestatic

Definition at line 545 of file mission.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::BottomDepthSafetyParams::descriptor ( )
inlinestatic

Definition at line 536 of file mission.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::BottomDepthSafetyParams::GetCachedSize ( ) const
inlinefinal

Definition at line 598 of file mission.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::BottomDepthSafetyParams::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::BottomDepthSafetyParams::GetDescriptor ( )
inlinestatic

Definition at line 539 of file mission.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::BottomDepthSafetyParams::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::BottomDepthSafetyParams::GetReflection ( )
inlinestatic

Definition at line 542 of file mission.pb.h.

◆ has_constant_heading()

bool jaiabot::protobuf::BottomDepthSafetyParams::has_constant_heading ( ) const
inline

Definition at line 5775 of file mission.pb.h.

◆ has_constant_heading_speed()

bool jaiabot::protobuf::BottomDepthSafetyParams::has_constant_heading_speed ( ) const
inline

Definition at line 5831 of file mission.pb.h.

◆ has_constant_heading_time()

bool jaiabot::protobuf::BottomDepthSafetyParams::has_constant_heading_time ( ) const
inline

Definition at line 5803 of file mission.pb.h.

◆ has_safety_depth()

bool jaiabot::protobuf::BottomDepthSafetyParams::has_safety_depth ( ) const
inline

Definition at line 5859 of file mission.pb.h.

◆ internal_default_instance()

static const BottomDepthSafetyParams * jaiabot::protobuf::BottomDepthSafetyParams::internal_default_instance ( )
inlinestatic

Definition at line 548 of file mission.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::BottomDepthSafetyParams::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::BottomDepthSafetyParams::MergeFrom ( const BottomDepthSafetyParams from)
inline

Definition at line 585 of file mission.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::BottomDepthSafetyParams::mutable_unknown_fields ( )
inline

Definition at line 532 of file mission.pb.h.

◆ New()

BottomDepthSafetyParams * jaiabot::protobuf::BottomDepthSafetyParams::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 579 of file mission.pb.h.

◆ operator=() [1/2]

BottomDepthSafetyParams & jaiabot::protobuf::BottomDepthSafetyParams::operator= ( BottomDepthSafetyParams &&  from)
inlinenoexcept

Definition at line 515 of file mission.pb.h.

◆ operator=() [2/2]

BottomDepthSafetyParams & jaiabot::protobuf::BottomDepthSafetyParams::operator= ( const BottomDepthSafetyParams from)
inline

Definition at line 511 of file mission.pb.h.

◆ safety_depth()

double jaiabot::protobuf::BottomDepthSafetyParams::safety_depth ( ) const
inline

Definition at line 5869 of file mission.pb.h.

◆ safety_depth_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::BottomDepthSafetyParams::safety_depth_with_units ( ) const
inline

Definition at line 737 of file mission.pb.h.

◆ safety_depth_with_units() [2/2]

boost::units::quantity< safety_depth_unit, double > jaiabot::protobuf::BottomDepthSafetyParams::safety_depth_with_units ( ) const
inline

Definition at line 740 of file mission.pb.h.

◆ set_constant_heading()

void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading ( double  value)
inline

Definition at line 5793 of file mission.pb.h.

◆ set_constant_heading_speed()

void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_speed ( double  value)
inline

Definition at line 5849 of file mission.pb.h.

◆ set_constant_heading_speed_with_units()

template<typename Quantity >
void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_speed_with_units ( Quantity  value_w_units)
inline

Definition at line 718 of file mission.pb.h.

◆ set_constant_heading_time()

void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_time ( int32_t  value)
inline

Definition at line 5821 of file mission.pb.h.

◆ set_constant_heading_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_time_with_units ( Quantity  value_w_units)
inline

Definition at line 703 of file mission.pb.h.

◆ set_constant_heading_with_units()

template<typename Quantity >
void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_with_units ( Quantity  value_w_units)
inline

Definition at line 688 of file mission.pb.h.

◆ set_safety_depth()

void jaiabot::protobuf::BottomDepthSafetyParams::set_safety_depth ( double  value)
inline

Definition at line 5877 of file mission.pb.h.

◆ set_safety_depth_with_units()

template<typename Quantity >
void jaiabot::protobuf::BottomDepthSafetyParams::set_safety_depth_with_units ( Quantity  value_w_units)
inline

Definition at line 733 of file mission.pb.h.

◆ Swap()

void jaiabot::protobuf::BottomDepthSafetyParams::Swap ( BottomDepthSafetyParams other)
inline

Definition at line 558 of file mission.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::BottomDepthSafetyParams::unknown_fields ( ) const
inline

Definition at line 529 of file mission.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::BottomDepthSafetyParams::UnsafeArenaSwap ( BottomDepthSafetyParams other)
inline

Definition at line 571 of file mission.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 750 of file mission.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 607 of file mission.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

Definition at line 762 of file mission.pb.h.

◆ swap

void swap ( BottomDepthSafetyParams a,
BottomDepthSafetyParams b 
)
friend

Definition at line 555 of file mission.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::BottomDepthSafetyParams::_class_data_
static

Definition at line 616 of file mission.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::BottomDepthSafetyParams::_impl_

Definition at line 761 of file mission.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::BottomDepthSafetyParams::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 552 of file mission.pb.h.


The documentation for this class was generated from the following file: