Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::GobyDaemonConfig Class Referencefinal

#include <goby/zeromq/protobuf/gobyd_config.pb.h>

Inheritance diagram for goby::apps::zeromq::protobuf::GobyDaemonConfig:

Public Types

enum  : int {
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 3 , kIntervehicleFieldNumber = 4 , kHoldFieldNumber = 10 ,
  kRouterThreadsFieldNumber = 2
}
 

Public Member Functions

 GobyDaemonConfig ()
 
 ~GobyDaemonConfig () override
 
PROTOBUF_CONSTEXPR GobyDaemonConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GobyDaemonConfig (const GobyDaemonConfig &from)
 
 GobyDaemonConfig (GobyDaemonConfig &&from) noexcept
 
GobyDaemonConfigoperator= (const GobyDaemonConfig &from)
 
GobyDaemonConfigoperator= (GobyDaemonConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyDaemonConfig *other)
 
void UnsafeArenaSwap (GobyDaemonConfig *other)
 
GobyDaemonConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GobyDaemonConfig &from)
 
void MergeFrom (const GobyDaemonConfig &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_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfigapp () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
::goby::zeromq::protobuf::InterProcessPortalConfigunsafe_arena_release_interprocess ()
 
bool has_intervehicle () const
 
void clear_intervehicle ()
 
const ::goby::middleware::intervehicle::protobuf::PortalConfigintervehicle () const
 
PROTOBUF_NODISCARD::goby::middleware::intervehicle::protobuf::PortalConfig * release_intervehicle ()
 
::goby::middleware::intervehicle::protobuf::PortalConfigmutable_intervehicle ()
 
void set_allocated_intervehicle (::goby::middleware::intervehicle::protobuf::PortalConfig *intervehicle)
 
void unsafe_arena_set_allocated_intervehicle (::goby::middleware::intervehicle::protobuf::PortalConfig *intervehicle)
 
::goby::middleware::intervehicle::protobuf::PortalConfigunsafe_arena_release_intervehicle ()
 
bool has_hold () const
 
void clear_hold ()
 
const ::goby::zeromq::protobuf::InterProcessManagerHoldhold () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessManagerHold * release_hold ()
 
::goby::zeromq::protobuf::InterProcessManagerHoldmutable_hold ()
 
void set_allocated_hold (::goby::zeromq::protobuf::InterProcessManagerHold *hold)
 
void unsafe_arena_set_allocated_hold (::goby::zeromq::protobuf::InterProcessManagerHold *hold)
 
::goby::zeromq::protobuf::InterProcessManagerHoldunsafe_arena_release_hold ()
 
bool has_router_threads () const
 
void clear_router_threads ()
 
int32_t router_threads () const
 
void set_router_threads (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 GobyDaemonConfigdefault_instance ()
 
static const GobyDaemonConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 80 of file gobyd_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kIntervehicleFieldNumber 
kHoldFieldNumber 
kRouterThreadsFieldNumber 

Definition at line 207 of file gobyd_config.pb.h.

Constructor & Destructor Documentation

◆ GobyDaemonConfig() [1/5]

goby::apps::zeromq::protobuf::GobyDaemonConfig::GobyDaemonConfig ( )
inline

Definition at line 83 of file gobyd_config.pb.h.

◆ ~GobyDaemonConfig()

goby::apps::zeromq::protobuf::GobyDaemonConfig::~GobyDaemonConfig ( )
override

◆ GobyDaemonConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::zeromq::protobuf::GobyDaemonConfig::GobyDaemonConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ GobyDaemonConfig() [3/5]

goby::apps::zeromq::protobuf::GobyDaemonConfig::GobyDaemonConfig ( const GobyDaemonConfig from)

◆ GobyDaemonConfig() [4/5]

goby::apps::zeromq::protobuf::GobyDaemonConfig::GobyDaemonConfig ( GobyDaemonConfig &&  from)
inlinenoexcept

Definition at line 88 of file gobyd_config.pb.h.

◆ GobyDaemonConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::app ( ) const
inline

Definition at line 548 of file gobyd_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::zeromq::protobuf::GobyDaemonConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::zeromq::protobuf::GobyDaemonConfig::Clear ( )
final

◆ clear_app()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::clear_app ( )

◆ clear_hold()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::clear_hold ( )

◆ clear_interprocess()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::clear_interprocess ( )

◆ clear_intervehicle()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::clear_intervehicle ( )

◆ clear_router_threads()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::clear_router_threads ( )
inline

Definition at line 629 of file gobyd_config.pb.h.

◆ CopyFrom()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::CopyFrom ( const GobyDaemonConfig from)

◆ default_instance()

static const GobyDaemonConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::default_instance ( )
inlinestatic

Definition at line 127 of file gobyd_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::GobyDaemonConfig::descriptor ( )
inlinestatic

Definition at line 118 of file gobyd_config.pb.h.

◆ GetCachedSize()

int goby::apps::zeromq::protobuf::GobyDaemonConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file gobyd_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::zeromq::protobuf::GobyDaemonConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::zeromq::protobuf::GobyDaemonConfig::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::zeromq::protobuf::GobyDaemonConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::zeromq::protobuf::GobyDaemonConfig::GetReflection ( )
inlinestatic

Definition at line 124 of file gobyd_config.pb.h.

◆ has_app()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::has_app ( ) const
inline

Definition at line 540 of file gobyd_config.pb.h.

◆ has_hold()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::has_hold ( ) const
inline

Definition at line 829 of file gobyd_config.pb.h.

◆ has_interprocess()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::has_interprocess ( ) const
inline

Definition at line 655 of file gobyd_config.pb.h.

◆ has_intervehicle()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::has_intervehicle ( ) const
inline

Definition at line 742 of file gobyd_config.pb.h.

◆ has_router_threads()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::has_router_threads ( ) const
inline

Definition at line 626 of file gobyd_config.pb.h.

◆ hold()

const ::goby::zeromq::protobuf::InterProcessManagerHold & goby::apps::zeromq::protobuf::GobyDaemonConfig::hold ( ) const
inline

Definition at line 837 of file gobyd_config.pb.h.

◆ internal_default_instance()

static const GobyDaemonConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::internal_default_instance ( )
inlinestatic

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

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::interprocess ( ) const
inline

Definition at line 663 of file gobyd_config.pb.h.

◆ intervehicle()

const ::goby::middleware::intervehicle::protobuf::PortalConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::intervehicle ( ) const
inline

Definition at line 750 of file gobyd_config.pb.h.

◆ IsInitialized()

bool goby::apps::zeromq::protobuf::GobyDaemonConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::MergeFrom ( const GobyDaemonConfig from)
inline

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

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::mutable_app ( )
inline

Definition at line 595 of file gobyd_config.pb.h.

◆ mutable_hold()

goby::zeromq::protobuf::InterProcessManagerHold * goby::apps::zeromq::protobuf::GobyDaemonConfig::mutable_hold ( )
inline

Definition at line 884 of file gobyd_config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::mutable_interprocess ( )
inline

Definition at line 710 of file gobyd_config.pb.h.

◆ mutable_intervehicle()

goby::middleware::intervehicle::protobuf::PortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::mutable_intervehicle ( )
inline

Definition at line 797 of file gobyd_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::zeromq::protobuf::GobyDaemonConfig::mutable_unknown_fields ( )
inline

Definition at line 114 of file gobyd_config.pb.h.

◆ New()

GobyDaemonConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 161 of file gobyd_config.pb.h.

◆ operator=() [1/2]

GobyDaemonConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::operator= ( const GobyDaemonConfig from)
inline

Definition at line 93 of file gobyd_config.pb.h.

◆ operator=() [2/2]

GobyDaemonConfig & goby::apps::zeromq::protobuf::GobyDaemonConfig::operator= ( GobyDaemonConfig &&  from)
inlinenoexcept

Definition at line 97 of file gobyd_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::release_app ( )
inline

Definition at line 565 of file gobyd_config.pb.h.

◆ release_hold()

goby::zeromq::protobuf::InterProcessManagerHold * goby::apps::zeromq::protobuf::GobyDaemonConfig::release_hold ( )
inline

Definition at line 854 of file gobyd_config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::release_interprocess ( )
inline

Definition at line 680 of file gobyd_config.pb.h.

◆ release_intervehicle()

goby::middleware::intervehicle::protobuf::PortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::release_intervehicle ( )
inline

Definition at line 767 of file gobyd_config.pb.h.

◆ router_threads()

int32_t goby::apps::zeromq::protobuf::GobyDaemonConfig::router_threads ( ) const
inline

Definition at line 636 of file gobyd_config.pb.h.

◆ set_allocated_app()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 600 of file gobyd_config.pb.h.

◆ set_allocated_hold()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::set_allocated_hold ( ::goby::zeromq::protobuf::InterProcessManagerHold hold)
inline

Definition at line 889 of file gobyd_config.pb.h.

◆ set_allocated_interprocess()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 715 of file gobyd_config.pb.h.

◆ set_allocated_intervehicle()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::set_allocated_intervehicle ( ::goby::middleware::intervehicle::protobuf::PortalConfig intervehicle)
inline

Definition at line 802 of file gobyd_config.pb.h.

◆ set_router_threads()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::set_router_threads ( int32_t  value)
inline

Definition at line 644 of file gobyd_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::Swap ( GobyDaemonConfig other)
inline

Definition at line 140 of file gobyd_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::zeromq::protobuf::GobyDaemonConfig::unknown_fields ( ) const
inline

Definition at line 111 of file gobyd_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_release_app ( )
inline

Definition at line 580 of file gobyd_config.pb.h.

◆ unsafe_arena_release_hold()

goby::zeromq::protobuf::InterProcessManagerHold * goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_release_hold ( )
inline

Definition at line 869 of file gobyd_config.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_release_interprocess ( )
inline

Definition at line 695 of file gobyd_config.pb.h.

◆ unsafe_arena_release_intervehicle()

goby::middleware::intervehicle::protobuf::PortalConfig * goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_release_intervehicle ( )
inline

Definition at line 782 of file gobyd_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 552 of file gobyd_config.pb.h.

◆ unsafe_arena_set_allocated_hold()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_set_allocated_hold ( ::goby::zeromq::protobuf::InterProcessManagerHold hold)
inline

Definition at line 841 of file gobyd_config.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 667 of file gobyd_config.pb.h.

◆ unsafe_arena_set_allocated_intervehicle()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::unsafe_arena_set_allocated_intervehicle ( ::goby::middleware::intervehicle::protobuf::PortalConfig intervehicle)
inline

Definition at line 754 of file gobyd_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::GobyDaemonConfig::UnsafeArenaSwap ( GobyDaemonConfig other)
inline

Definition at line 153 of file gobyd_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 303 of file gobyd_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 189 of file gobyd_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fgobyd_5fconfig_2eproto

◆ swap

void swap ( GobyDaemonConfig a,
GobyDaemonConfig b 
)
friend

Definition at line 137 of file gobyd_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::zeromq::protobuf::GobyDaemonConfig::_class_data_
static

Definition at line 198 of file gobyd_config.pb.h.

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::GobyDaemonConfig::_impl_

Definition at line 315 of file gobyd_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::GobyDaemonConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file gobyd_config.pb.h.


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