JaiaBot 2.0.0
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 3481 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 3724 of file mission.pb.h.

◆ outer_speed_unit

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

◆ transit_speed_unit

Definition at line 3741 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 3694 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 3696 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 3709 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 3711 of file mission.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kXFieldNumber 
kYFieldNumber 
kOuterSpeedFieldNumber 
kTransitSpeedFieldNumber 
kActiveFieldNumber 
kCenterActivateFieldNumber 

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

Constructor & Destructor Documentation

◆ IvPBehaviorUpdate_StationkeepUpdate() [1/5]

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

Definition at line 3484 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 3489 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 7766 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 7906 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 7759 of file mission.pb.h.

◆ clear_center_activate()

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

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

◆ clear_outer_speed()

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

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

◆ clear_transit_speed()

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

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

◆ clear_x()

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

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

◆ clear_y()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

Definition at line 3581 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 3522 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 3525 of file mission.pb.h.

◆ has_active()

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

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

◆ has_center_activate()

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

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

◆ has_outer_speed()

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

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

◆ has_transit_speed()

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

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

◆ has_x()

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

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

◆ has_y()

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

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

◆ internal_default_instance()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ outer_speed()

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

Definition at line 7850 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 3733 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 3736 of file mission.pb.h.

◆ set_active()

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

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

◆ set_center_activate()

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

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

◆ set_outer_speed()

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

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

◆ set_transit_speed()

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

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

◆ set_x()

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

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

◆ set_y()

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

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

◆ Swap()

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

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

◆ transit_speed()

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

Definition at line 7878 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 3748 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 3751 of file mission.pb.h.

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ x()

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

Definition at line 7794 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 3703 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 3706 of file mission.pb.h.

◆ y()

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

Definition at line 7822 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 3718 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 3721 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 3758 of file mission.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmission_2eproto

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

◆ swap

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ jaiabot::protobuf::IvPBehaviorUpdate_StationkeepUpdate::_impl_

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

◆ kIndexInFileMessages

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

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


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