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

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

Inheritance diagram for jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate:
Collaboration diagram for jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate:

Public Types

enum  : int { kHeadingFieldNumber = 2 , kActiveFieldNumber = 1 }
 
typedef boost::units::plane_angle_dimension heading_dimension
 
typedef boost::units::unit< heading_dimension, boost::units::degree::system > heading_unit
 

Public Member Functions

 IvPBehaviorUpdate_ConstantHeadingUpdate ()
 
 ~IvPBehaviorUpdate_ConstantHeadingUpdate () override
 
PROTOBUF_CONSTEXPR IvPBehaviorUpdate_ConstantHeadingUpdate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IvPBehaviorUpdate_ConstantHeadingUpdate (const IvPBehaviorUpdate_ConstantHeadingUpdate &from)
 
 IvPBehaviorUpdate_ConstantHeadingUpdate (IvPBehaviorUpdate_ConstantHeadingUpdate &&from) noexcept
 
IvPBehaviorUpdate_ConstantHeadingUpdateoperator= (const IvPBehaviorUpdate_ConstantHeadingUpdate &from)
 
IvPBehaviorUpdate_ConstantHeadingUpdateoperator= (IvPBehaviorUpdate_ConstantHeadingUpdate &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IvPBehaviorUpdate_ConstantHeadingUpdate *other)
 
void UnsafeArenaSwap (IvPBehaviorUpdate_ConstantHeadingUpdate *other)
 
IvPBehaviorUpdate_ConstantHeadingUpdateNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IvPBehaviorUpdate_ConstantHeadingUpdate &from)
 
void MergeFrom (const IvPBehaviorUpdate_ConstantHeadingUpdate &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_heading () const
 
void clear_heading ()
 
double heading () const
 
void set_heading (double value)
 
bool has_active () const
 
void clear_active ()
 
bool active () const
 
void set_active (bool value)
 
template<typename Quantity >
void set_heading_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity heading_with_units () const
 
boost::units::quantity< heading_unit, double > heading_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_ConstantHeadingUpdatedefault_instance ()
 
static const IvPBehaviorUpdate_ConstantHeadingUpdateinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ heading_dimension

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

◆ heading_unit

typedef boost::units::unit<heading_dimension,boost::units::degree::system> jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::heading_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeadingFieldNumber 
kActiveFieldNumber 

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

Constructor & Destructor Documentation

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [1/5]

jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::IvPBehaviorUpdate_ConstantHeadingUpdate ( )
inline

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

◆ ~IvPBehaviorUpdate_ConstantHeadingUpdate()

jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::~IvPBehaviorUpdate_ConstantHeadingUpdate ( )
override

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [2/5]

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

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [3/5]

jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::IvPBehaviorUpdate_ConstantHeadingUpdate ( const IvPBehaviorUpdate_ConstantHeadingUpdate from)

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [4/5]

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

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

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ active()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_active()

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

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

◆ clear_heading()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::clear_heading ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_active()

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

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

◆ has_heading()

bool jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::has_heading ( ) const
inline

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

◆ heading()

double jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::heading ( ) const
inline

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

◆ heading_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::heading_with_units ( ) const
inline

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

◆ heading_with_units() [2/2]

boost::units::quantity< heading_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::heading_with_units ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_active()

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

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

◆ set_heading()

void jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::set_heading ( double  value)
inline

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

◆ set_heading_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::set_heading_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

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

◆ swap

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::kIndexInFileMessages
staticconstexpr
Initial value:
=
14

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


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