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

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

Inheritance diagram for jaiabot::protobuf::SimulatorCommand_StopForwardProgress:
Collaboration diagram for jaiabot::protobuf::SimulatorCommand_StopForwardProgress:

Public Types

enum  : int { kDurationFieldNumber = 2 }
 
typedef boost::units::time_dimension duration_dimension
 
typedef boost::units::unit< duration_dimension, boost::units::si::system > duration_unit
 

Public Member Functions

 SimulatorCommand_StopForwardProgress ()
 
 ~SimulatorCommand_StopForwardProgress () override
 
PROTOBUF_CONSTEXPR SimulatorCommand_StopForwardProgress (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SimulatorCommand_StopForwardProgress (const SimulatorCommand_StopForwardProgress &from)
 
 SimulatorCommand_StopForwardProgress (SimulatorCommand_StopForwardProgress &&from) noexcept
 
SimulatorCommand_StopForwardProgressoperator= (const SimulatorCommand_StopForwardProgress &from)
 
SimulatorCommand_StopForwardProgressoperator= (SimulatorCommand_StopForwardProgress &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SimulatorCommand_StopForwardProgress *other)
 
void UnsafeArenaSwap (SimulatorCommand_StopForwardProgress *other)
 
SimulatorCommand_StopForwardProgressNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SimulatorCommand_StopForwardProgress &from)
 
void MergeFrom (const SimulatorCommand_StopForwardProgress &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_duration () const
 
void clear_duration ()
 
double duration () const
 
void set_duration (double value)
 
template<typename Quantity >
void set_duration_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity duration_with_units () const
 
boost::units::quantity< duration_unit, double > duration_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 SimulatorCommand_StopForwardProgressdefault_instance ()
 
static const SimulatorCommand_StopForwardProgressinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 SimulatorCommand_StopForwardProgress (::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_2fsimulator_2eproto
 
void swap (SimulatorCommand_StopForwardProgress &a, SimulatorCommand_StopForwardProgress &b)
 

Detailed Description

Definition at line 252 of file simulator.pb.h.

Member Typedef Documentation

◆ duration_dimension

Definition at line 395 of file simulator.pb.h.

◆ duration_unit

Definition at line 397 of file simulator.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDurationFieldNumber 

Definition at line 379 of file simulator.pb.h.

Constructor & Destructor Documentation

◆ SimulatorCommand_StopForwardProgress() [1/5]

jaiabot::protobuf::SimulatorCommand_StopForwardProgress::SimulatorCommand_StopForwardProgress ( )
inline

Definition at line 255 of file simulator.pb.h.

◆ ~SimulatorCommand_StopForwardProgress()

jaiabot::protobuf::SimulatorCommand_StopForwardProgress::~SimulatorCommand_StopForwardProgress ( )
override

◆ SimulatorCommand_StopForwardProgress() [2/5]

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

◆ SimulatorCommand_StopForwardProgress() [3/5]

jaiabot::protobuf::SimulatorCommand_StopForwardProgress::SimulatorCommand_StopForwardProgress ( const SimulatorCommand_StopForwardProgress from)

◆ SimulatorCommand_StopForwardProgress() [4/5]

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

Definition at line 260 of file simulator.pb.h.

◆ SimulatorCommand_StopForwardProgress() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_duration()

void jaiabot::protobuf::SimulatorCommand_StopForwardProgress::clear_duration ( )
inline

Definition at line 682 of file simulator.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 299 of file simulator.pb.h.

◆ descriptor()

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

Definition at line 290 of file simulator.pb.h.

◆ duration()

double jaiabot::protobuf::SimulatorCommand_StopForwardProgress::duration ( ) const
inline

Definition at line 689 of file simulator.pb.h.

◆ duration_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::SimulatorCommand_StopForwardProgress::duration_with_units ( ) const
inline

Definition at line 404 of file simulator.pb.h.

◆ duration_with_units() [2/2]

boost::units::quantity< duration_unit, double > jaiabot::protobuf::SimulatorCommand_StopForwardProgress::duration_with_units ( ) const
inline

Definition at line 407 of file simulator.pb.h.

◆ GetCachedSize()

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

Definition at line 352 of file simulator.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 293 of file simulator.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 296 of file simulator.pb.h.

◆ has_duration()

bool jaiabot::protobuf::SimulatorCommand_StopForwardProgress::has_duration ( ) const
inline

Definition at line 679 of file simulator.pb.h.

◆ internal_default_instance()

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

Definition at line 302 of file simulator.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 339 of file simulator.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 286 of file simulator.pb.h.

◆ New()

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

Definition at line 333 of file simulator.pb.h.

◆ operator=() [1/2]

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

Definition at line 265 of file simulator.pb.h.

◆ operator=() [2/2]

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

Definition at line 269 of file simulator.pb.h.

◆ set_duration()

void jaiabot::protobuf::SimulatorCommand_StopForwardProgress::set_duration ( double  value)
inline

Definition at line 697 of file simulator.pb.h.

◆ set_duration_with_units()

template<typename Quantity >
void jaiabot::protobuf::SimulatorCommand_StopForwardProgress::set_duration_with_units ( Quantity  value_w_units)
inline

Definition at line 400 of file simulator.pb.h.

◆ Swap()

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

Definition at line 312 of file simulator.pb.h.

◆ unknown_fields()

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

Definition at line 283 of file simulator.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 325 of file simulator.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 414 of file simulator.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 361 of file simulator.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fsimulator_2eproto

Definition at line 423 of file simulator.pb.h.

◆ swap

Definition at line 309 of file simulator.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::SimulatorCommand_StopForwardProgress::_class_data_
static

Definition at line 370 of file simulator.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::SimulatorCommand_StopForwardProgress::_impl_

Definition at line 422 of file simulator.pb.h.

◆ kIndexInFileMessages

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

Definition at line 306 of file simulator.pb.h.


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