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

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

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

Public Types

typedef boost::units::time_dimension duration_dimension
 
typedef boost::units::unit< duration_dimension, boost::units::si::system > duration_unit
 

Public Member Functions

 SimulatorCommand_StopForwardProgress ()
 
virtual ~SimulatorCommand_StopForwardProgress ()
 
 SimulatorCommand_StopForwardProgress (const SimulatorCommand_StopForwardProgress &from)
 
SimulatorCommand_StopForwardProgressoperator= (const SimulatorCommand_StopForwardProgress &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SimulatorCommand_StopForwardProgress *other)
 
SimulatorCommand_StopForwardProgressNew () const final
 
SimulatorCommand_StopForwardProgressNew (::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 SimulatorCommand_StopForwardProgress &from)
 
void MergeFrom (const SimulatorCommand_StopForwardProgress &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_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 ::google::protobuf::Descriptor * descriptor ()
 
static const SimulatorCommand_StopForwardProgressdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SimulatorCommand_StopForwardProgressinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDurationFieldNumber = 2
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fsimulator_2eproto::TableStruct
 
void swap (SimulatorCommand_StopForwardProgress &a, SimulatorCommand_StopForwardProgress &b)
 

Detailed Description

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

Member Typedef Documentation

◆ duration_dimension

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

◆ duration_unit

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

Constructor & Destructor Documentation

◆ SimulatorCommand_StopForwardProgress() [1/2]

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

◆ ~SimulatorCommand_StopForwardProgress()

virtual jaiabot::protobuf::SimulatorCommand_StopForwardProgress::~SimulatorCommand_StopForwardProgress ( )
virtual

◆ SimulatorCommand_StopForwardProgress() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_duration()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ duration()

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

Definition at line 540 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 319 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 322 of file simulator.pb.h.

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_duration()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_duration()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fsimulator_2eproto::TableStruct

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

◆ swap

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

Member Data Documentation

◆ kDurationFieldNumber

const int jaiabot::protobuf::SimulatorCommand_StopForwardProgress::kDurationFieldNumber = 2
static

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

◆ kIndexInFileMessages

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

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


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