JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::BottomDepthSafetyParams Class Reference

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

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

Public Types

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 ()
 
virtual ~BottomDepthSafetyParams ()
 
 BottomDepthSafetyParams (const BottomDepthSafetyParams &from)
 
BottomDepthSafetyParamsoperator= (const BottomDepthSafetyParams &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BottomDepthSafetyParams *other)
 
BottomDepthSafetyParamsNew () const final
 
BottomDepthSafetyParamsNew (::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 BottomDepthSafetyParams &from)
 
void MergeFrom (const BottomDepthSafetyParams &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_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 ()
 
::google::protobuf::int32 constant_heading_time () const
 
void set_constant_heading_time (::google::protobuf::int32 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 ::google::protobuf::Descriptor * descriptor ()
 
static const BottomDepthSafetyParamsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const BottomDepthSafetyParamsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kConstantHeadingFieldNumber = 1
 
static const int kConstantHeadingTimeFieldNumber = 2
 
static const int kConstantHeadingSpeedFieldNumber = 3
 
static const int kSafetyDepthFieldNumber = 4
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fmission_2eproto::TableStruct
 
void swap (BottomDepthSafetyParams &a, BottomDepthSafetyParams &b)
 

Detailed Description

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

Member Typedef Documentation

◆ constant_heading_dimension

Definition at line 552 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 580 of file mission.pb.h.

◆ constant_heading_speed_unit

Definition at line 584 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 565 of file mission.pb.h.

◆ constant_heading_time_unit

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

◆ constant_heading_unit

Definition at line 554 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 595 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 599 of file mission.pb.h.

Constructor & Destructor Documentation

◆ BottomDepthSafetyParams() [1/2]

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

◆ ~BottomDepthSafetyParams()

virtual jaiabot::protobuf::BottomDepthSafetyParams::~BottomDepthSafetyParams ( )
virtual

◆ BottomDepthSafetyParams() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_constant_heading()

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

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

◆ clear_constant_heading_speed()

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

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

◆ clear_constant_heading_time()

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

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

◆ clear_safety_depth()

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

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

◆ constant_heading()

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

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

◆ constant_heading_speed()

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

Definition at line 4207 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 591 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 594 of file mission.pb.h.

◆ constant_heading_time()

google::protobuf::int32 jaiabot::protobuf::BottomDepthSafetyParams::constant_heading_time ( ) const
inline

Definition at line 4183 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 576 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 579 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 561 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 564 of file mission.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::BottomDepthSafetyParams::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::BottomDepthSafetyParams::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_constant_heading()

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

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

◆ has_constant_heading_speed()

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

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

◆ has_constant_heading_time()

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

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

◆ has_safety_depth()

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

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

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::BottomDepthSafetyParams::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::BottomDepthSafetyParams::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void jaiabot::protobuf::BottomDepthSafetyParams::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::BottomDepthSafetyParams::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

BottomDepthSafetyParams* jaiabot::protobuf::BottomDepthSafetyParams::New ( ) const
inlinefinal

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

◆ New() [2/2]

BottomDepthSafetyParams* jaiabot::protobuf::BottomDepthSafetyParams::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ safety_depth()

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

Definition at line 4231 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 606 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 609 of file mission.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::BottomDepthSafetyParams::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_constant_heading()

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

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

◆ set_constant_heading_speed()

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

Definition at line 4211 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 587 of file mission.pb.h.

◆ set_constant_heading_time()

void jaiabot::protobuf::BottomDepthSafetyParams::set_constant_heading_time ( ::google::protobuf::int32  value)
inline

Definition at line 4187 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 572 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 557 of file mission.pb.h.

◆ set_safety_depth()

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

Definition at line 4235 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 602 of file mission.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fmission_2eproto::TableStruct

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

◆ swap

void swap ( BottomDepthSafetyParams a,
BottomDepthSafetyParams b 
)
friend

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

Member Data Documentation

◆ kConstantHeadingFieldNumber

const int jaiabot::protobuf::BottomDepthSafetyParams::kConstantHeadingFieldNumber = 1
static

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

◆ kConstantHeadingSpeedFieldNumber

const int jaiabot::protobuf::BottomDepthSafetyParams::kConstantHeadingSpeedFieldNumber = 3
static

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

◆ kConstantHeadingTimeFieldNumber

const int jaiabot::protobuf::BottomDepthSafetyParams::kConstantHeadingTimeFieldNumber = 2
static

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

◆ kIndexInFileMessages

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

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

◆ kSafetyDepthFieldNumber

const int jaiabot::protobuf::BottomDepthSafetyParams::kSafetyDepthFieldNumber = 4
static

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


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