Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::apps::zeromq::protobuf::GPSDConfig Class Referencefinal

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

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

Public Types

enum  : int { kDeviceNameFieldNumber = 5 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kGpsdFieldNumber = 3 }

Public Member Functions

 GPSDConfig ()
 ~GPSDConfig () override
PROTOBUF_CONSTEXPR GPSDConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 GPSDConfig (const GPSDConfig &from)
 GPSDConfig (GPSDConfig &&from) noexcept
GPSDConfigoperator= (const GPSDConfig &from)
GPSDConfigoperator= (GPSDConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (GPSDConfig *other)
void UnsafeArenaSwap (GPSDConfig *other)
GPSDConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const GPSDConfig &from)
void MergeFrom (const GPSDConfig &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
int device_name_size () const
void clear_device_name ()
const std::string & device_name (int index) const
std::string * mutable_device_name (int index)
void set_device_name (int index, const std::string &value)
void set_device_name (int index, std::string &&value)
void set_device_name (int index, const char *value)
void set_device_name (int index, const char *value, size_t size)
std::string * add_device_name ()
void add_device_name (const std::string &value)
void add_device_name (std::string &&value)
void add_device_name (const char *value)
void add_device_name (const char *value, size_t size)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & device_name () const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_device_name ()
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_gpsd () const
void clear_gpsd ()
const ::goby::middleware::protobuf::TCPClientConfiggpsd () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPClientConfig * release_gpsd ()
::goby::middleware::protobuf::TCPClientConfigmutable_gpsd ()
void set_allocated_gpsd (::goby::middleware::protobuf::TCPClientConfig *gpsd)
void unsafe_arena_set_allocated_gpsd (::goby::middleware::protobuf::TCPClientConfig *gpsd)
::goby::middleware::protobuf::TCPClientConfigunsafe_arena_release_gpsd ()

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 GPSDConfigdefault_instance ()
static const GPSDConfiginternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 76 of file gps_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDeviceNameFieldNumber 
kAppFieldNumber 
kInterprocessFieldNumber 
kGpsdFieldNumber 

Definition at line 203 of file gps_config.pb.h.

Constructor & Destructor Documentation

◆ GPSDConfig() [1/5]

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

Definition at line 79 of file gps_config.pb.h.

◆ ~GPSDConfig()

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

◆ GPSDConfig() [2/5]

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

◆ GPSDConfig() [3/5]

goby::apps::zeromq::protobuf::GPSDConfig::GPSDConfig ( const GPSDConfig & from)

◆ GPSDConfig() [4/5]

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

Definition at line 84 of file gps_config.pb.h.

◆ GPSDConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_device_name() [1/5]

std::string * goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( )
inline

Definition at line 587 of file gps_config.pb.h.

◆ add_device_name() [2/5]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const char * value)
inline

Definition at line 632 of file gps_config.pb.h.

◆ add_device_name() [3/5]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const char * value,
size_t size )
inline

Definition at line 637 of file gps_config.pb.h.

◆ add_device_name() [4/5]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( const std::string & value)
inline

Definition at line 624 of file gps_config.pb.h.

◆ add_device_name() [5/5]

void goby::apps::zeromq::protobuf::GPSDConfig::add_device_name ( std::string && value)
inline

Definition at line 628 of file gps_config.pb.h.

◆ app()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_app()

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

◆ clear_device_name()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_device_name ( )
inline

Definition at line 584 of file gps_config.pb.h.

◆ clear_gpsd()

void goby::apps::zeromq::protobuf::GPSDConfig::clear_gpsd ( )

◆ clear_interprocess()

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

◆ CopyFrom()

void goby::apps::zeromq::protobuf::GPSDConfig::CopyFrom ( const GPSDConfig & from)

◆ default_instance()

const GPSDConfig & goby::apps::zeromq::protobuf::GPSDConfig::default_instance ( )
inlinestatic

Definition at line 123 of file gps_config.pb.h.

◆ descriptor()

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

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

◆ device_name() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & goby::apps::zeromq::protobuf::GPSDConfig::device_name ( ) const
inline

Definition at line 642 of file gps_config.pb.h.

◆ device_name() [2/2]

const std::string & goby::apps::zeromq::protobuf::GPSDConfig::device_name ( int index) const
inline

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

◆ device_name_size()

int goby::apps::zeromq::protobuf::GPSDConfig::device_name_size ( ) const
inline

Definition at line 581 of file gps_config.pb.h.

◆ GetCachedSize()

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

Definition at line 176 of file gps_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 117 of file gps_config.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 120 of file gps_config.pb.h.

◆ gpsd()

const::goby::middleware::protobuf::TCPClientConfig & goby::apps::zeromq::protobuf::GPSDConfig::gpsd ( ) const
inline

Definition at line 504 of file gps_config.pb.h.

◆ has_app()

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

Definition at line 322 of file gps_config.pb.h.

◆ has_gpsd()

bool goby::apps::zeromq::protobuf::GPSDConfig::has_gpsd ( ) const
inline

Definition at line 496 of file gps_config.pb.h.

◆ has_interprocess()

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

Definition at line 409 of file gps_config.pb.h.

◆ internal_default_instance()

const GPSDConfig * goby::apps::zeromq::protobuf::GPSDConfig::internal_default_instance ( )
inlinestatic

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

◆ interprocess()

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

Definition at line 417 of file gps_config.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_app()

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

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

◆ mutable_device_name() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * goby::apps::zeromq::protobuf::GPSDConfig::mutable_device_name ( )
inline

Definition at line 647 of file gps_config.pb.h.

◆ mutable_device_name() [2/2]

std::string * goby::apps::zeromq::protobuf::GPSDConfig::mutable_device_name ( int index)
inline

Definition at line 599 of file gps_config.pb.h.

◆ mutable_gpsd()

goby::middleware::protobuf::TCPClientConfig * goby::apps::zeromq::protobuf::GPSDConfig::mutable_gpsd ( )
inline

Definition at line 551 of file gps_config.pb.h.

◆ mutable_interprocess()

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

Definition at line 464 of file gps_config.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 110 of file gps_config.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

Definition at line 89 of file gps_config.pb.h.

◆ operator=() [2/2]

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

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

◆ release_app()

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

Definition at line 347 of file gps_config.pb.h.

◆ release_gpsd()

goby::middleware::protobuf::TCPClientConfig * goby::apps::zeromq::protobuf::GPSDConfig::release_gpsd ( )
inline

Definition at line 521 of file gps_config.pb.h.

◆ release_interprocess()

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

Definition at line 434 of file gps_config.pb.h.

◆ set_allocated_app()

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

Definition at line 382 of file gps_config.pb.h.

◆ set_allocated_gpsd()

void goby::apps::zeromq::protobuf::GPSDConfig::set_allocated_gpsd ( ::goby::middleware::protobuf::TCPClientConfig * gpsd)
inline

Definition at line 556 of file gps_config.pb.h.

◆ set_allocated_interprocess()

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

Definition at line 469 of file gps_config.pb.h.

◆ set_device_name() [1/4]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int index,
const char * value )
inline

Definition at line 611 of file gps_config.pb.h.

◆ set_device_name() [2/4]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int index,
const char * value,
size_t size )
inline

Definition at line 616 of file gps_config.pb.h.

◆ set_device_name() [3/4]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int index,
const std::string & value )
inline

Definition at line 603 of file gps_config.pb.h.

◆ set_device_name() [4/4]

void goby::apps::zeromq::protobuf::GPSDConfig::set_device_name ( int index,
std::string && value )
inline

Definition at line 607 of file gps_config.pb.h.

◆ Swap()

void goby::apps::zeromq::protobuf::GPSDConfig::Swap ( GPSDConfig * other)
inline

Definition at line 136 of file gps_config.pb.h.

◆ unknown_fields()

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

Definition at line 107 of file gps_config.pb.h.

◆ unsafe_arena_release_app()

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

Definition at line 362 of file gps_config.pb.h.

◆ unsafe_arena_release_gpsd()

goby::middleware::protobuf::TCPClientConfig * goby::apps::zeromq::protobuf::GPSDConfig::unsafe_arena_release_gpsd ( )
inline

Definition at line 536 of file gps_config.pb.h.

◆ unsafe_arena_release_interprocess()

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

Definition at line 449 of file gps_config.pb.h.

◆ unsafe_arena_set_allocated_app()

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

Definition at line 334 of file gps_config.pb.h.

◆ unsafe_arena_set_allocated_gpsd()

void goby::apps::zeromq::protobuf::GPSDConfig::unsafe_arena_set_allocated_gpsd ( ::goby::middleware::protobuf::TCPClientConfig * gpsd)
inline

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

◆ unsafe_arena_set_allocated_interprocess()

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

Definition at line 421 of file gps_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::zeromq::protobuf::GPSDConfig::UnsafeArenaSwap ( GPSDConfig * other)
inline

Definition at line 149 of file gps_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 291 of file gps_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 185 of file gps_config.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fgps_5fconfig_2eproto

friend struct ::TableStruct_goby_2fzeromq_2fprotobuf_2fgps_5fconfig_2eproto
friend

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

◆ swap

void swap ( GPSDConfig & a,
GPSDConfig & b )
friend

Definition at line 133 of file gps_config.pb.h.

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::GPSDConfig::_impl_

Definition at line 302 of file gps_config.pb.h.

◆ kIndexInFileMessages

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

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


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