JaiaBot 2.7.0+40+ge813615b
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate:
Collaboration diagram for jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate:

Public Types

enum  : int {
  kXFieldNumber = 2 , kYFieldNumber = 3 , kOuterSpeedFieldNumber = 4 , kTransitSpeedFieldNumber = 5 ,
  kActiveFieldNumber = 1 , kCenterActivateFieldNumber = 6
}
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type x_dimension
 
typedef boost::units::unit< x_dimension, boost::units::si::system > x_unit
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1 >::type y_dimension
 
typedef boost::units::unit< y_dimension, boost::units::si::system > y_unit
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type outer_speed_dimension
 
typedef boost::units::unit< outer_speed_dimension, boost::units::si::system > outer_speed_unit
 
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type transit_speed_dimension
 
typedef boost::units::unit< transit_speed_dimension, boost::units::si::system > transit_speed_unit
 

Public Member Functions

 IvPBehaviorUpdate_StationkeepUpdate ()
 
 ~IvPBehaviorUpdate_StationkeepUpdate () override
 
PROTOBUF_CONSTEXPR IvPBehaviorUpdate_StationkeepUpdate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 IvPBehaviorUpdate_StationkeepUpdate (const IvPBehaviorUpdate_StationkeepUpdate &from)
 
 IvPBehaviorUpdate_StationkeepUpdate (IvPBehaviorUpdate_StationkeepUpdate &&from) noexcept
 
IvPBehaviorUpdate_StationkeepUpdateoperator= (const IvPBehaviorUpdate_StationkeepUpdate &from)
 
IvPBehaviorUpdate_StationkeepUpdateoperator= (IvPBehaviorUpdate_StationkeepUpdate &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (IvPBehaviorUpdate_StationkeepUpdate *other)
 
void UnsafeArenaSwap (IvPBehaviorUpdate_StationkeepUpdate *other)
 
IvPBehaviorUpdate_StationkeepUpdateNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const IvPBehaviorUpdate_StationkeepUpdate &from)
 
void MergeFrom (const IvPBehaviorUpdate_StationkeepUpdate &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_x () const
 
void clear_x ()
 
double x () const
 
void set_x (double value)
 
bool has_y () const
 
void clear_y ()
 
double y () const
 
void set_y (double value)
 
bool has_outer_speed () const
 
void clear_outer_speed ()
 
double outer_speed () const
 
void set_outer_speed (double value)
 
bool has_transit_speed () const
 
void clear_transit_speed ()
 
double transit_speed () const
 
void set_transit_speed (double value)
 
bool has_active () const
 
void clear_active ()
 
bool active () const
 
void set_active (bool value)
 
bool has_center_activate () const
 
void clear_center_activate ()
 
bool center_activate () const
 
void set_center_activate (bool value)
 
template<typename Quantity >
void set_x_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity x_with_units () const
 
boost::units::quantity< x_unit, double > x_with_units () const
 
template<typename Quantity >
void set_y_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity y_with_units () const
 
boost::units::quantity< y_unit, double > y_with_units () const
 
template<typename Quantity >
void set_outer_speed_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity outer_speed_with_units () const
 
boost::units::quantity< outer_speed_unit, double > outer_speed_with_units () const
 
template<typename Quantity >
void set_transit_speed_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity transit_speed_with_units () const
 
boost::units::quantity< transit_speed_unit, double > transit_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_StationkeepUpdatedefault_instance ()
 
static const IvPBehaviorUpdate_StationkeepUpdateinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ outer_speed_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::outer_speed_dimension

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

◆ outer_speed_unit

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

◆ transit_speed_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::transit_speed_dimension

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

◆ transit_speed_unit

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

◆ x_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::x_dimension

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

◆ x_unit

typedef boost::units::unit<x_dimension,boost::units::si::system> jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::x_unit

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

◆ y_dimension

typedef boost::units::derived_dimension<boost::units::length_base_dimension,1>::type jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::y_dimension

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

◆ y_unit

typedef boost::units::unit<y_dimension,boost::units::si::system> jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::y_unit

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kXFieldNumber 
kYFieldNumber 
kOuterSpeedFieldNumber 
kTransitSpeedFieldNumber 
kActiveFieldNumber 
kCenterActivateFieldNumber 

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

Constructor & Destructor Documentation

◆ IvPBehaviorUpdate_StationkeepUpdate() [1/5]

jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::IvPBehaviorUpdate_StationkeepUpdate ( )
inline

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

◆ ~IvPBehaviorUpdate_StationkeepUpdate()

jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::~IvPBehaviorUpdate_StationkeepUpdate ( )
override

◆ IvPBehaviorUpdate_StationkeepUpdate() [2/5]

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

◆ IvPBehaviorUpdate_StationkeepUpdate() [3/5]

jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::IvPBehaviorUpdate_StationkeepUpdate ( const IvPBehaviorUpdate_StationkeepUpdate from)

◆ IvPBehaviorUpdate_StationkeepUpdate() [4/5]

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

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

◆ IvPBehaviorUpdate_StationkeepUpdate() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ active()

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

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

◆ ByteSizeLong()

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

◆ center_activate()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::center_activate ( ) const
inline

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

◆ Clear()

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

◆ clear_active()

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

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

◆ clear_center_activate()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::clear_center_activate ( )
inline

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

◆ clear_outer_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::clear_outer_speed ( )
inline

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

◆ clear_transit_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::clear_transit_speed ( )
inline

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

◆ clear_x()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::clear_x ( )
inline

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

◆ clear_y()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::clear_y ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_active()

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

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

◆ has_center_activate()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::has_center_activate ( ) const
inline

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

◆ has_outer_speed()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::has_outer_speed ( ) const
inline

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

◆ has_transit_speed()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::has_transit_speed ( ) const
inline

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

◆ has_x()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::has_x ( ) const
inline

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

◆ has_y()

bool jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::has_y ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ outer_speed()

double jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::outer_speed ( ) const
inline

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

◆ outer_speed_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::outer_speed_with_units ( ) const
inline

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

◆ outer_speed_with_units() [2/2]

boost::units::quantity< outer_speed_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::outer_speed_with_units ( ) const
inline

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

◆ set_active()

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

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

◆ set_center_activate()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_center_activate ( bool  value)
inline

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

◆ set_outer_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_outer_speed ( double  value)
inline

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

◆ set_outer_speed_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_outer_speed_with_units ( Quantity  value_w_units)
inline

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

◆ set_transit_speed()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_transit_speed ( double  value)
inline

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

◆ set_transit_speed_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_transit_speed_with_units ( Quantity  value_w_units)
inline

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

◆ set_x()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_x ( double  value)
inline

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

◆ set_x_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_x_with_units ( Quantity  value_w_units)
inline

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

◆ set_y()

void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_y ( double  value)
inline

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

◆ set_y_with_units()

template<typename Quantity >
void jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::set_y_with_units ( Quantity  value_w_units)
inline

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

◆ Swap()

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

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

◆ transit_speed()

double jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::transit_speed ( ) const
inline

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

◆ transit_speed_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::transit_speed_with_units ( ) const
inline

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

◆ transit_speed_with_units() [2/2]

boost::units::quantity< transit_speed_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::transit_speed_with_units ( ) const
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ x()

double jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::x ( ) const
inline

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

◆ x_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::x_with_units ( ) const
inline

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

◆ x_with_units() [2/2]

boost::units::quantity< x_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::x_with_units ( ) const
inline

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

◆ y()

double jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::y ( ) const
inline

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

◆ y_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::y_with_units ( ) const
inline

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

◆ y_with_units() [2/2]

boost::units::quantity< y_unit, double > jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::y_with_units ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

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

◆ swap

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::_impl_

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

◆ kIndexInFileMessages

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

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


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