Goby3 3.4.0
2026.04.13
Loading...
Searching...
No Matches
goby::test::zeromq::protobuf::TestConfig Class Referencefinal

#include <goby/test/zeromq/multi_thread_app2/test.pb.h>

Inheritance diagram for goby::test::zeromq::protobuf::TestConfig:

Public Types

enum  : int {
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kNumTxThreadsFieldNumber = 5 , kNumMessagesFieldNumber = 3 ,
  kNumRxThreadsFieldNumber = 4
}
 

Public Member Functions

 TestConfig ()
 
 ~TestConfig () override
 
PROTOBUF_CONSTEXPR TestConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 TestConfig (const TestConfig &from)
 
 TestConfig (TestConfig &&from) noexcept
 
TestConfigoperator= (const TestConfig &from)
 
TestConfigoperator= (TestConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TestConfig *other)
 
void UnsafeArenaSwap (TestConfig *other)
 
TestConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const TestConfig &from)
 
void MergeFrom (const TestConfig &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_num_tx_threads () const
 
void clear_num_tx_threads ()
 
int32_t num_tx_threads () const
 
void set_num_tx_threads (int32_t value)
 
bool has_num_messages () const
 
void clear_num_messages ()
 
int32_t num_messages () const
 
void set_num_messages (int32_t value)
 
bool has_num_rx_threads () const
 
void clear_num_rx_threads ()
 
int32_t num_rx_threads () const
 
void set_num_rx_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 TestConfigdefault_instance ()
 
static const TestConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 78 of file test.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kNumTxThreadsFieldNumber 
kNumMessagesFieldNumber 
kNumRxThreadsFieldNumber 

Definition at line 205 of file test.pb.h.

Constructor & Destructor Documentation

◆ TestConfig() [1/5]

goby::test::zeromq::protobuf::TestConfig::TestConfig ( )
inline

Definition at line 81 of file test.pb.h.

◆ ~TestConfig()

goby::test::zeromq::protobuf::TestConfig::~TestConfig ( )
override

◆ TestConfig() [2/5]

PROTOBUF_CONSTEXPR goby::test::zeromq::protobuf::TestConfig::TestConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ TestConfig() [3/5]

goby::test::zeromq::protobuf::TestConfig::TestConfig ( const TestConfig from)

◆ TestConfig() [4/5]

goby::test::zeromq::protobuf::TestConfig::TestConfig ( TestConfig &&  from)
inlinenoexcept

Definition at line 86 of file test.pb.h.

◆ TestConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::test::zeromq::protobuf::TestConfig::app ( ) const
inline

Definition at line 491 of file test.pb.h.

◆ ByteSizeLong()

size_t goby::test::zeromq::protobuf::TestConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::test::zeromq::protobuf::TestConfig::Clear ( )
final

◆ clear_app()

void goby::test::zeromq::protobuf::TestConfig::clear_app ( )

◆ clear_interprocess()

void goby::test::zeromq::protobuf::TestConfig::clear_interprocess ( )

◆ clear_num_messages()

void goby::test::zeromq::protobuf::TestConfig::clear_num_messages ( )
inline

Definition at line 659 of file test.pb.h.

◆ clear_num_rx_threads()

void goby::test::zeromq::protobuf::TestConfig::clear_num_rx_threads ( )
inline

Definition at line 687 of file test.pb.h.

◆ clear_num_tx_threads()

void goby::test::zeromq::protobuf::TestConfig::clear_num_tx_threads ( )
inline

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

◆ CopyFrom()

void goby::test::zeromq::protobuf::TestConfig::CopyFrom ( const TestConfig from)

◆ default_instance()

static const TestConfig & goby::test::zeromq::protobuf::TestConfig::default_instance ( )
inlinestatic

Definition at line 125 of file test.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::TestConfig::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

int goby::test::zeromq::protobuf::TestConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 178 of file test.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::test::zeromq::protobuf::TestConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::test::zeromq::protobuf::TestConfig::GetDescriptor ( )
inlinestatic

Definition at line 119 of file test.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::test::zeromq::protobuf::TestConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::test::zeromq::protobuf::TestConfig::GetReflection ( )
inlinestatic

Definition at line 122 of file test.pb.h.

◆ has_app()

bool goby::test::zeromq::protobuf::TestConfig::has_app ( ) const
inline

Definition at line 483 of file test.pb.h.

◆ has_interprocess()

bool goby::test::zeromq::protobuf::TestConfig::has_interprocess ( ) const
inline

Definition at line 570 of file test.pb.h.

◆ has_num_messages()

bool goby::test::zeromq::protobuf::TestConfig::has_num_messages ( ) const
inline

Definition at line 656 of file test.pb.h.

◆ has_num_rx_threads()

bool goby::test::zeromq::protobuf::TestConfig::has_num_rx_threads ( ) const
inline

Definition at line 684 of file test.pb.h.

◆ has_num_tx_threads()

bool goby::test::zeromq::protobuf::TestConfig::has_num_tx_threads ( ) const
inline

Definition at line 712 of file test.pb.h.

◆ internal_default_instance()

static const TestConfig * goby::test::zeromq::protobuf::TestConfig::internal_default_instance ( )
inlinestatic

Definition at line 128 of file test.pb.h.

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & goby::test::zeromq::protobuf::TestConfig::interprocess ( ) const
inline

Definition at line 578 of file test.pb.h.

◆ IsInitialized()

bool goby::test::zeromq::protobuf::TestConfig::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::test::zeromq::protobuf::TestConfig::MergeFrom ( const TestConfig from)
inline

Definition at line 165 of file test.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::test::zeromq::protobuf::TestConfig::mutable_app ( )
inline

Definition at line 538 of file test.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::test::zeromq::protobuf::TestConfig::mutable_interprocess ( )
inline

Definition at line 625 of file test.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::test::zeromq::protobuf::TestConfig::mutable_unknown_fields ( )
inline

Definition at line 112 of file test.pb.h.

◆ New()

TestConfig * goby::test::zeromq::protobuf::TestConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 159 of file test.pb.h.

◆ num_messages()

int32_t goby::test::zeromq::protobuf::TestConfig::num_messages ( ) const
inline

Definition at line 666 of file test.pb.h.

◆ num_rx_threads()

int32_t goby::test::zeromq::protobuf::TestConfig::num_rx_threads ( ) const
inline

Definition at line 694 of file test.pb.h.

◆ num_tx_threads()

int32_t goby::test::zeromq::protobuf::TestConfig::num_tx_threads ( ) const
inline

Definition at line 722 of file test.pb.h.

◆ operator=() [1/2]

TestConfig & goby::test::zeromq::protobuf::TestConfig::operator= ( const TestConfig from)
inline

Definition at line 91 of file test.pb.h.

◆ operator=() [2/2]

TestConfig & goby::test::zeromq::protobuf::TestConfig::operator= ( TestConfig &&  from)
inlinenoexcept

Definition at line 95 of file test.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::test::zeromq::protobuf::TestConfig::release_app ( )
inline

Definition at line 508 of file test.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::test::zeromq::protobuf::TestConfig::release_interprocess ( )
inline

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

◆ set_allocated_app()

void goby::test::zeromq::protobuf::TestConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 543 of file test.pb.h.

◆ set_allocated_interprocess()

void goby::test::zeromq::protobuf::TestConfig::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 630 of file test.pb.h.

◆ set_num_messages()

void goby::test::zeromq::protobuf::TestConfig::set_num_messages ( int32_t  value)
inline

Definition at line 674 of file test.pb.h.

◆ set_num_rx_threads()

void goby::test::zeromq::protobuf::TestConfig::set_num_rx_threads ( int32_t  value)
inline

Definition at line 702 of file test.pb.h.

◆ set_num_tx_threads()

void goby::test::zeromq::protobuf::TestConfig::set_num_tx_threads ( int32_t  value)
inline

Definition at line 730 of file test.pb.h.

◆ Swap()

void goby::test::zeromq::protobuf::TestConfig::Swap ( TestConfig other)
inline

Definition at line 138 of file test.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::test::zeromq::protobuf::TestConfig::unknown_fields ( ) const
inline

Definition at line 109 of file test.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::test::zeromq::protobuf::TestConfig::unsafe_arena_release_app ( )
inline

Definition at line 523 of file test.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * goby::test::zeromq::protobuf::TestConfig::unsafe_arena_release_interprocess ( )
inline

Definition at line 610 of file test.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::test::zeromq::protobuf::TestConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 495 of file test.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void goby::test::zeromq::protobuf::TestConfig::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig interprocess)
inline

Definition at line 582 of file test.pb.h.

◆ UnsafeArenaSwap()

void goby::test::zeromq::protobuf::TestConfig::UnsafeArenaSwap ( TestConfig other)
inline

Definition at line 151 of file test.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 291 of file test.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 187 of file test.pb.h.

◆ ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto

◆ swap

void swap ( TestConfig a,
TestConfig b 
)
friend

Definition at line 135 of file test.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::test::zeromq::protobuf::TestConfig::_class_data_
static

Definition at line 196 of file test.pb.h.

◆ _impl_

Impl_ goby::test::zeromq::protobuf::TestConfig::_impl_

Definition at line 303 of file test.pb.h.

◆ kIndexInFileMessages

constexpr int goby::test::zeromq::protobuf::TestConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 132 of file test.pb.h.


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