JaiaBot 2.6.0+14+g3cab9c46
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 3845 of file mission.pb.h.

Member Typedef Documentation

◆ heading_dimension

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeadingFieldNumber 
kActiveFieldNumber 

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

Constructor & Destructor Documentation

◆ IvPBehaviorUpdate_ConstantHeadingUpdate() [1/5]

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

Definition at line 3848 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 3853 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 8341 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 8334 of file mission.pb.h.

◆ clear_heading()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

Definition at line 3945 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 3886 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 3889 of file mission.pb.h.

◆ has_active()

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

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

◆ has_heading()

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

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

◆ heading()

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

Definition at line 8369 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 4011 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 4014 of file mission.pb.h.

◆ internal_default_instance()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_active()

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

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

◆ set_heading()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

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

◆ swap

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ jaiabot::protobuf::IvPBehaviorUpdate_ConstantHeadingUpdate::_impl_

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

◆ kIndexInFileMessages

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

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


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