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

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

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

Public Types

enum  : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kIntervehicleFieldNumber = 3 }
 

Public Member Functions

 GobyIntervehiclePortalConfig ()
 
 ~GobyIntervehiclePortalConfig () override
 
PROTOBUF_CONSTEXPR GobyIntervehiclePortalConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GobyIntervehiclePortalConfig (const GobyIntervehiclePortalConfig &from)
 
 GobyIntervehiclePortalConfig (GobyIntervehiclePortalConfig &&from) noexcept
 
GobyIntervehiclePortalConfigoperator= (const GobyIntervehiclePortalConfig &from)
 
GobyIntervehiclePortalConfigoperator= (GobyIntervehiclePortalConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GobyIntervehiclePortalConfig *other)
 
void UnsafeArenaSwap (GobyIntervehiclePortalConfig *other)
 
GobyIntervehiclePortalConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GobyIntervehiclePortalConfig &from)
 
void MergeFrom (const GobyIntervehiclePortalConfig &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 ()
 

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 GobyIntervehiclePortalConfigdefault_instance ()
 
static const GobyIntervehiclePortalConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kIntervehicleFieldNumber 

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

Constructor & Destructor Documentation

◆ GobyIntervehiclePortalConfig() [1/5]

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

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

◆ ~GobyIntervehiclePortalConfig()

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

◆ GobyIntervehiclePortalConfig() [2/5]

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

◆ GobyIntervehiclePortalConfig() [3/5]

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

◆ GobyIntervehiclePortalConfig() [4/5]

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

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

◆ GobyIntervehiclePortalConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ app()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_app()

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

◆ clear_interprocess()

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

◆ clear_intervehicle()

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_app()

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

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

◆ has_interprocess()

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

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

◆ has_intervehicle()

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

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

◆ internal_default_instance()

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

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

◆ interprocess()

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

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

◆ intervehicle()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_app()

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

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

◆ mutable_interprocess()

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

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

◆ mutable_intervehicle()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_app()

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

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

◆ release_interprocess()

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

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

◆ release_intervehicle()

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

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

◆ set_allocated_app()

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

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

◆ set_allocated_interprocess()

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

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

◆ set_allocated_intervehicle()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

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

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

◆ unsafe_arena_release_interprocess()

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

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

◆ unsafe_arena_release_intervehicle()

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

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

◆ unsafe_arena_set_allocated_app()

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

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

◆ unsafe_arena_set_allocated_interprocess()

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

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

◆ unsafe_arena_set_allocated_intervehicle()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 393 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 510 of file gobyd_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fgobyd_5fconfig_2eproto

◆ swap

void swap ( GobyIntervehiclePortalConfig a,
GobyIntervehiclePortalConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::GobyIntervehiclePortalConfig::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::apps::zeromq::protobuf::GobyIntervehiclePortalConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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