JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate:
Collaboration diagram for jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate:

Public Types

enum  : int { kSpeedFieldNumber = 2 , kActiveFieldNumber = 1 }
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type speed_dimension
 
typedef boost::units::unit< speed_dimension, boost::units::si::system > speed_unit
 

Public Member Functions

 IvPBehaviorUpdate_ConstantSpeedUpdate ()
 
 ~IvPBehaviorUpdate_ConstantSpeedUpdate () override
 
PROTOBUF_CONSTEXPR IvPBehaviorUpdate_ConstantSpeedUpdate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IvPBehaviorUpdate_ConstantSpeedUpdate (const IvPBehaviorUpdate_ConstantSpeedUpdate &from)
 
 IvPBehaviorUpdate_ConstantSpeedUpdate (IvPBehaviorUpdate_ConstantSpeedUpdate &&from) noexcept
 
IvPBehaviorUpdate_ConstantSpeedUpdateoperator= (const IvPBehaviorUpdate_ConstantSpeedUpdate &from)
 
IvPBehaviorUpdate_ConstantSpeedUpdateoperator= (IvPBehaviorUpdate_ConstantSpeedUpdate &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IvPBehaviorUpdate_ConstantSpeedUpdate *other)
 
void UnsafeArenaSwap (IvPBehaviorUpdate_ConstantSpeedUpdate *other)
 
IvPBehaviorUpdate_ConstantSpeedUpdateNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IvPBehaviorUpdate_ConstantSpeedUpdate &from)
 
void MergeFrom (const IvPBehaviorUpdate_ConstantSpeedUpdate &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_speed () const
 
void clear_speed ()
 
double speed () const
 
void set_speed (double value)
 
bool has_active () const
 
void clear_active ()
 
bool active () const
 
void set_active (bool value)
 
template<typename Quantity >
void set_speed_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity speed_with_units () const
 
boost::units::quantity< speed_unit, double > speed_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 IvPBehaviorUpdate_ConstantSpeedUpdatedefault_instance ()
 
static const IvPBehaviorUpdate_ConstantSpeedUpdateinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 IvPBehaviorUpdate_ConstantSpeedUpdate (::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 (IvPBehaviorUpdate_ConstantSpeedUpdate &a, IvPBehaviorUpdate_ConstantSpeedUpdate &b)
 

Detailed Description

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

Member Typedef Documentation

◆ speed_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::speed_dimension

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

◆ speed_unit

typedef boost::units::unit<speed_dimension,boost::units::si::system> jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::speed_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kSpeedFieldNumber 
kActiveFieldNumber 

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

Constructor & Destructor Documentation

◆ IvPBehaviorUpdate_ConstantSpeedUpdate() [1/5]

jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::IvPBehaviorUpdate_ConstantSpeedUpdate ( )
inline

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

◆ ~IvPBehaviorUpdate_ConstantSpeedUpdate()

jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::~IvPBehaviorUpdate_ConstantSpeedUpdate ( )
override

◆ IvPBehaviorUpdate_ConstantSpeedUpdate() [2/5]

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

◆ IvPBehaviorUpdate_ConstantSpeedUpdate() [3/5]

jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::IvPBehaviorUpdate_ConstantSpeedUpdate ( const IvPBehaviorUpdate_ConstantSpeedUpdate from)

◆ IvPBehaviorUpdate_ConstantSpeedUpdate() [4/5]

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

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

◆ IvPBehaviorUpdate_ConstantSpeedUpdate() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ active()

bool jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::active ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_active()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::clear_active ( )
inline

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

◆ clear_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::clear_speed ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_active()

bool jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::has_active ( ) const
inline

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

◆ has_speed()

bool jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::has_speed ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_active()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::set_active ( bool  value)
inline

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

◆ set_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::set_speed ( double  value)
inline

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

◆ set_speed_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::set_speed_with_units ( Quantity  value_w_units)
inline

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

◆ speed()

double jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::speed ( ) const
inline

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

◆ speed_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::speed_with_units ( ) const
inline

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

◆ speed_with_units() [2/2]

boost::units::quantity< speed_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::speed_with_units ( ) const
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

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

◆ swap

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::IvPBehaviorUpdate_ConstantSpeedUpdate::kIndexInFileMessages
staticconstexpr
Initial value:
=
15

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


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