Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach Class Referencefinal

#include <goby/moos/protobuf/pAcommsHandler_config.pb.h>

Inheritance diagram for goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach:

Public Types

enum  : int { kNewDriverBackoffSecFieldNumber = 3 , kTechniqueFieldNumber = 1 , kDriverBackoffSecFieldNumber = 2 }
 
typedef pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique DriverFailureTechnique
 

Public Member Functions

 pAcommsHandlerConfig_DriverFailureApproach ()
 
 ~pAcommsHandlerConfig_DriverFailureApproach () override
 
PROTOBUF_CONSTEXPR pAcommsHandlerConfig_DriverFailureApproach (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 pAcommsHandlerConfig_DriverFailureApproach (const pAcommsHandlerConfig_DriverFailureApproach &from)
 
 pAcommsHandlerConfig_DriverFailureApproach (pAcommsHandlerConfig_DriverFailureApproach &&from) noexcept
 
pAcommsHandlerConfig_DriverFailureApproachoperator= (const pAcommsHandlerConfig_DriverFailureApproach &from)
 
pAcommsHandlerConfig_DriverFailureApproachoperator= (pAcommsHandlerConfig_DriverFailureApproach &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (pAcommsHandlerConfig_DriverFailureApproach *other)
 
void UnsafeArenaSwap (pAcommsHandlerConfig_DriverFailureApproach *other)
 
pAcommsHandlerConfig_DriverFailureApproachNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const pAcommsHandlerConfig_DriverFailureApproach &from)
 
void MergeFrom (const pAcommsHandlerConfig_DriverFailureApproach &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_new_driver_backoff_sec () const
 
void clear_new_driver_backoff_sec ()
 
int32_t new_driver_backoff_sec () const
 
void set_new_driver_backoff_sec (int32_t value)
 
bool has_technique () const
 
void clear_technique ()
 
::goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique technique () const
 
void set_technique (::goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique value)
 
bool has_driver_backoff_sec () const
 
void clear_driver_backoff_sec ()
 
int32_t driver_backoff_sec () const
 
void set_driver_backoff_sec (int32_t value)
 

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 pAcommsHandlerConfig_DriverFailureApproachdefault_instance ()
 
static const pAcommsHandlerConfig_DriverFailureApproachinternal_default_instance ()
 
static bool DriverFailureTechnique_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * DriverFailureTechnique_descriptor ()
 
template<typename T >
static const std::string & DriverFailureTechnique_Name (T enum_t_value)
 
static bool DriverFailureTechnique_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DriverFailureTechnique *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr DriverFailureTechnique CONTINUALLY_RESTART_DRIVER
 
static constexpr DriverFailureTechnique MOVE_LISTEN_DRIVER_TO_PRIMARY
 
static constexpr DriverFailureTechnique DISABLE_AND_MOVE_LISTEN_DRIVER_TO_PRIMARY
 
static constexpr DriverFailureTechnique DriverFailureTechnique_MIN
 
static constexpr DriverFailureTechnique DriverFailureTechnique_MAX
 
static constexpr int DriverFailureTechnique_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

Definition at line 113 of file pAcommsHandler_config.pb.h.

Member Typedef Documentation

◆ DriverFailureTechnique

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNewDriverBackoffSecFieldNumber 
kTechniqueFieldNumber 
kDriverBackoffSecFieldNumber 

Definition at line 272 of file pAcommsHandler_config.pb.h.

Constructor & Destructor Documentation

◆ pAcommsHandlerConfig_DriverFailureApproach() [1/5]

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::pAcommsHandlerConfig_DriverFailureApproach ( )
inline

Definition at line 116 of file pAcommsHandler_config.pb.h.

◆ ~pAcommsHandlerConfig_DriverFailureApproach()

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::~pAcommsHandlerConfig_DriverFailureApproach ( )
override

◆ pAcommsHandlerConfig_DriverFailureApproach() [2/5]

PROTOBUF_CONSTEXPR goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::pAcommsHandlerConfig_DriverFailureApproach ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ pAcommsHandlerConfig_DriverFailureApproach() [3/5]

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::pAcommsHandlerConfig_DriverFailureApproach ( const pAcommsHandlerConfig_DriverFailureApproach from)

◆ pAcommsHandlerConfig_DriverFailureApproach() [4/5]

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::pAcommsHandlerConfig_DriverFailureApproach ( pAcommsHandlerConfig_DriverFailureApproach &&  from)
inlinenoexcept

Definition at line 121 of file pAcommsHandler_config.pb.h.

◆ pAcommsHandlerConfig_DriverFailureApproach() [5/5]

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::pAcommsHandlerConfig_DriverFailureApproach ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::Clear ( )
final

◆ clear_driver_backoff_sec()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::clear_driver_backoff_sec ( )
inline

Definition at line 1475 of file pAcommsHandler_config.pb.h.

◆ clear_new_driver_backoff_sec()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::clear_new_driver_backoff_sec ( )
inline

Definition at line 1503 of file pAcommsHandler_config.pb.h.

◆ clear_technique()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::clear_technique ( )
inline

Definition at line 1446 of file pAcommsHandler_config.pb.h.

◆ CopyFrom()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::CopyFrom ( const pAcommsHandlerConfig_DriverFailureApproach from)

◆ default_instance()

static const pAcommsHandlerConfig_DriverFailureApproach & goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::default_instance ( )
inlinestatic

Definition at line 160 of file pAcommsHandler_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::descriptor ( )
inlinestatic

Definition at line 151 of file pAcommsHandler_config.pb.h.

◆ driver_backoff_sec()

int32_t goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::driver_backoff_sec ( ) const
inline

Definition at line 1482 of file pAcommsHandler_config.pb.h.

◆ DriverFailureTechnique_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_descriptor ( )
inlinestatic

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

◆ DriverFailureTechnique_IsValid()

static bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_IsValid ( int  value)
inlinestatic

Definition at line 245 of file pAcommsHandler_config.pb.h.

◆ DriverFailureTechnique_Name()

template<typename T >
static const std::string & goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_Name ( enum_t_value)
inlinestatic

Definition at line 259 of file pAcommsHandler_config.pb.h.

◆ DriverFailureTechnique_Parse()

static bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
DriverFailureTechnique value 
)
inlinestatic

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

◆ GetCachedSize()

int goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::GetCachedSize ( ) const
inlinefinal

Definition at line 213 of file pAcommsHandler_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::GetDescriptor ( )
inlinestatic

Definition at line 154 of file pAcommsHandler_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::GetReflection ( )
inlinestatic

Definition at line 157 of file pAcommsHandler_config.pb.h.

◆ has_driver_backoff_sec()

bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::has_driver_backoff_sec ( ) const
inline

Definition at line 1472 of file pAcommsHandler_config.pb.h.

◆ has_new_driver_backoff_sec()

bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::has_new_driver_backoff_sec ( ) const
inline

Definition at line 1500 of file pAcommsHandler_config.pb.h.

◆ has_technique()

bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::has_technique ( ) const
inline

Definition at line 1443 of file pAcommsHandler_config.pb.h.

◆ internal_default_instance()

static const pAcommsHandlerConfig_DriverFailureApproach * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::internal_default_instance ( )
inlinestatic

Definition at line 163 of file pAcommsHandler_config.pb.h.

◆ IsInitialized()

bool goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::MergeFrom ( const pAcommsHandlerConfig_DriverFailureApproach from)
inline

Definition at line 200 of file pAcommsHandler_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::mutable_unknown_fields ( )
inline

Definition at line 147 of file pAcommsHandler_config.pb.h.

◆ New()

pAcommsHandlerConfig_DriverFailureApproach * goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 194 of file pAcommsHandler_config.pb.h.

◆ new_driver_backoff_sec()

int32_t goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::new_driver_backoff_sec ( ) const
inline

Definition at line 1510 of file pAcommsHandler_config.pb.h.

◆ operator=() [1/2]

pAcommsHandlerConfig_DriverFailureApproach & goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::operator= ( const pAcommsHandlerConfig_DriverFailureApproach from)
inline

Definition at line 126 of file pAcommsHandler_config.pb.h.

◆ operator=() [2/2]

pAcommsHandlerConfig_DriverFailureApproach & goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::operator= ( pAcommsHandlerConfig_DriverFailureApproach &&  from)
inlinenoexcept

Definition at line 130 of file pAcommsHandler_config.pb.h.

◆ set_driver_backoff_sec()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::set_driver_backoff_sec ( int32_t  value)
inline

Definition at line 1490 of file pAcommsHandler_config.pb.h.

◆ set_new_driver_backoff_sec()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::set_new_driver_backoff_sec ( int32_t  value)
inline

Definition at line 1518 of file pAcommsHandler_config.pb.h.

◆ set_technique()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::set_technique ( ::goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique  value)
inline

Definition at line 1462 of file pAcommsHandler_config.pb.h.

◆ Swap()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::Swap ( pAcommsHandlerConfig_DriverFailureApproach other)
inline

Definition at line 173 of file pAcommsHandler_config.pb.h.

◆ technique()

goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::technique ( ) const
inline

Definition at line 1453 of file pAcommsHandler_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::unknown_fields ( ) const
inline

Definition at line 144 of file pAcommsHandler_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::UnsafeArenaSwap ( pAcommsHandlerConfig_DriverFailureApproach other)
inline

Definition at line 186 of file pAcommsHandler_config.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 320 of file pAcommsHandler_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 222 of file pAcommsHandler_config.pb.h.

◆ ::TableStruct_goby_2fmoos_2fprotobuf_2fpAcommsHandler_5fconfig_2eproto

◆ swap

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::_class_data_
static

Definition at line 231 of file pAcommsHandler_config.pb.h.

◆ _impl_

Impl_ goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::_impl_

Definition at line 330 of file pAcommsHandler_config.pb.h.

◆ CONTINUALLY_RESTART_DRIVER

constexpr DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::CONTINUALLY_RESTART_DRIVER
staticconstexpr

◆ DISABLE_AND_MOVE_LISTEN_DRIVER_TO_PRIMARY

constexpr DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DISABLE_AND_MOVE_LISTEN_DRIVER_TO_PRIMARY
staticconstexpr

◆ DriverFailureTechnique_ARRAYSIZE

constexpr int goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_ARRAYSIZE
staticconstexpr

◆ DriverFailureTechnique_MAX

constexpr DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_MAX
staticconstexpr
Initial value:
=
constexpr pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique_DriverFailureTechnique_MAX

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

◆ DriverFailureTechnique_MIN

constexpr DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::DriverFailureTechnique_MIN
staticconstexpr
Initial value:
=
constexpr pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique pAcommsHandlerConfig_DriverFailureApproach_DriverFailureTechnique_DriverFailureTechnique_MIN

Definition at line 248 of file pAcommsHandler_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 167 of file pAcommsHandler_config.pb.h.

◆ MOVE_LISTEN_DRIVER_TO_PRIMARY

constexpr DriverFailureTechnique goby::apps::moos::protobuf::pAcommsHandlerConfig_DriverFailureApproach::MOVE_LISTEN_DRIVER_TO_PRIMARY
staticconstexpr

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