Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::acomms::protobuf::StoreServerConfig Class Referencefinal

#include <goby/acomms/protobuf/store_server_config.pb.h>

Inheritance diagram for goby::apps::acomms::protobuf::StoreServerConfig:

Public Types

enum  : int {
  kDbFileDirFieldNumber = 3 , kDbFileNameFieldNumber = 4 , kAppFieldNumber = 1 , kTcpServerFieldNumber = 2 ,
  kMaxTimeBetweenRequestsFieldNumber = 5
}
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type max_time_between_requests_dimension
 
typedef boost::units::unit< max_time_between_requests_dimension, boost::units::si::system > max_time_between_requests_unit
 

Public Member Functions

 StoreServerConfig ()
 
 ~StoreServerConfig () override
 
PROTOBUF_CONSTEXPR StoreServerConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 StoreServerConfig (const StoreServerConfig &from)
 
 StoreServerConfig (StoreServerConfig &&from) noexcept
 
StoreServerConfigoperator= (const StoreServerConfig &from)
 
StoreServerConfigoperator= (StoreServerConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (StoreServerConfig *other)
 
void UnsafeArenaSwap (StoreServerConfig *other)
 
StoreServerConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const StoreServerConfig &from)
 
void MergeFrom (const StoreServerConfig &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_db_file_dir () const
 
void clear_db_file_dir ()
 
const std::string & db_file_dir () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_db_file_dir (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_db_file_dir ()
 
PROTOBUF_NODISCARD std::string * release_db_file_dir ()
 
void set_allocated_db_file_dir (std::string *db_file_dir)
 
bool has_db_file_name () const
 
void clear_db_file_name ()
 
const std::string & db_file_name () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_db_file_name (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_db_file_name ()
 
PROTOBUF_NODISCARD std::string * release_db_file_name ()
 
void set_allocated_db_file_name (std::string *db_file_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_tcp_server () const
 
void clear_tcp_server ()
 
const ::goby::middleware::protobuf::TCPServerConfigtcp_server () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPServerConfig * release_tcp_server ()
 
::goby::middleware::protobuf::TCPServerConfigmutable_tcp_server ()
 
void set_allocated_tcp_server (::goby::middleware::protobuf::TCPServerConfig *tcp_server)
 
void unsafe_arena_set_allocated_tcp_server (::goby::middleware::protobuf::TCPServerConfig *tcp_server)
 
::goby::middleware::protobuf::TCPServerConfigunsafe_arena_release_tcp_server ()
 
bool has_max_time_between_requests () const
 
void clear_max_time_between_requests ()
 
double max_time_between_requests () const
 
void set_max_time_between_requests (double value)
 
template<typename Quantity >
void set_max_time_between_requests_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity max_time_between_requests_with_units () const
 
boost::units::quantity< max_time_between_requests_unit, double > max_time_between_requests_with_units () const
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_db_file_dir (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_db_file_name (ArgT0 &&arg0, ArgT... args)
 

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 StoreServerConfigdefault_instance ()
 
static const StoreServerConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 77 of file store_server_config.pb.h.

Member Typedef Documentation

◆ max_time_between_requests_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::acomms::protobuf::StoreServerConfig::max_time_between_requests_dimension

Definition at line 296 of file store_server_config.pb.h.

◆ max_time_between_requests_unit

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDbFileDirFieldNumber 
kDbFileNameFieldNumber 
kAppFieldNumber 
kTcpServerFieldNumber 
kMaxTimeBetweenRequestsFieldNumber 

Definition at line 204 of file store_server_config.pb.h.

Constructor & Destructor Documentation

◆ StoreServerConfig() [1/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( )
inline

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

◆ ~StoreServerConfig()

goby::apps::acomms::protobuf::StoreServerConfig::~StoreServerConfig ( )
override

◆ StoreServerConfig() [2/5]

PROTOBUF_CONSTEXPR goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ StoreServerConfig() [3/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( const StoreServerConfig from)

◆ StoreServerConfig() [4/5]

goby::apps::acomms::protobuf::StoreServerConfig::StoreServerConfig ( StoreServerConfig &&  from)
inlinenoexcept

Definition at line 85 of file store_server_config.pb.h.

◆ StoreServerConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ app()

const ::goby::middleware::protobuf::AppConfig & goby::apps::acomms::protobuf::StoreServerConfig::app ( ) const
inline

Definition at line 356 of file store_server_config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::acomms::protobuf::StoreServerConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::acomms::protobuf::StoreServerConfig::Clear ( )
final

◆ clear_app()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_app ( )

◆ clear_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_dir ( )
inline

Definition at line 524 of file store_server_config.pb.h.

◆ clear_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_db_file_name ( )
inline

Definition at line 583 of file store_server_config.pb.h.

◆ clear_max_time_between_requests()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_max_time_between_requests ( )
inline

Definition at line 651 of file store_server_config.pb.h.

◆ clear_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::clear_tcp_server ( )

◆ CopyFrom()

void goby::apps::acomms::protobuf::StoreServerConfig::CopyFrom ( const StoreServerConfig from)

◆ db_file_dir()

const std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_dir ( ) const
inline

Definition at line 528 of file store_server_config.pb.h.

◆ db_file_name()

const std::string & goby::apps::acomms::protobuf::StoreServerConfig::db_file_name ( ) const
inline

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

◆ default_instance()

static const StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::StoreServerConfig::descriptor ( )
inlinestatic

Definition at line 115 of file store_server_config.pb.h.

◆ GetCachedSize()

int goby::apps::acomms::protobuf::StoreServerConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 177 of file store_server_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::apps::acomms::protobuf::StoreServerConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::StoreServerConfig::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::acomms::protobuf::StoreServerConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::acomms::protobuf::StoreServerConfig::GetReflection ( )
inlinestatic

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

◆ has_app()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_app ( ) const
inline

Definition at line 348 of file store_server_config.pb.h.

◆ has_db_file_dir()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_dir ( ) const
inline

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

◆ has_db_file_name()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_db_file_name ( ) const
inline

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

◆ has_max_time_between_requests()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_max_time_between_requests ( ) const
inline

Definition at line 648 of file store_server_config.pb.h.

◆ has_tcp_server()

bool goby::apps::acomms::protobuf::StoreServerConfig::has_tcp_server ( ) const
inline

Definition at line 435 of file store_server_config.pb.h.

◆ internal_default_instance()

static const StoreServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::apps::acomms::protobuf::StoreServerConfig::IsInitialized ( ) const
final

◆ max_time_between_requests()

double goby::apps::acomms::protobuf::StoreServerConfig::max_time_between_requests ( ) const
inline

Definition at line 658 of file store_server_config.pb.h.

◆ max_time_between_requests_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::acomms::protobuf::StoreServerConfig::max_time_between_requests_with_units ( ) const
inline

Definition at line 305 of file store_server_config.pb.h.

◆ max_time_between_requests_with_units() [2/2]

boost::units::quantity< max_time_between_requests_unit, double > goby::apps::acomms::protobuf::StoreServerConfig::max_time_between_requests_with_units ( ) const
inline

Definition at line 308 of file store_server_config.pb.h.

◆ MergeFrom()

void goby::apps::acomms::protobuf::StoreServerConfig::MergeFrom ( const StoreServerConfig from)
inline

Definition at line 164 of file store_server_config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_app ( )
inline

Definition at line 403 of file store_server_config.pb.h.

◆ mutable_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_dir ( )
inline

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

◆ mutable_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::mutable_db_file_name ( )
inline

Definition at line 598 of file store_server_config.pb.h.

◆ mutable_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::mutable_tcp_server ( )
inline

Definition at line 490 of file store_server_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::acomms::protobuf::StoreServerConfig::mutable_unknown_fields ( )
inline

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

◆ New()

StoreServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 158 of file store_server_config.pb.h.

◆ operator=() [1/2]

StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::operator= ( const StoreServerConfig from)
inline

Definition at line 90 of file store_server_config.pb.h.

◆ operator=() [2/2]

StoreServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::operator= ( StoreServerConfig &&  from)
inlinenoexcept

Definition at line 94 of file store_server_config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_app ( )
inline

Definition at line 373 of file store_server_config.pb.h.

◆ release_db_file_dir()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_dir ( )
inline

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

◆ release_db_file_name()

std::string * goby::apps::acomms::protobuf::StoreServerConfig::release_db_file_name ( )
inline

Definition at line 614 of file store_server_config.pb.h.

◆ release_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::release_tcp_server ( )
inline

Definition at line 460 of file store_server_config.pb.h.

◆ set_allocated_app()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 408 of file store_server_config.pb.h.

◆ set_allocated_db_file_dir()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_dir ( std::string *  db_file_dir)
inline

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

◆ set_allocated_db_file_name()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_db_file_name ( std::string *  db_file_name)
inline

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

◆ set_allocated_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::set_allocated_tcp_server ( ::goby::middleware::protobuf::TCPServerConfig tcp_server)
inline

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

◆ set_db_file_dir() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_db_file_dir() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_dir ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 535 of file store_server_config.pb.h.

◆ set_db_file_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_db_file_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::acomms::protobuf::StoreServerConfig::set_db_file_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 593 of file store_server_config.pb.h.

◆ set_max_time_between_requests()

void goby::apps::acomms::protobuf::StoreServerConfig::set_max_time_between_requests ( double  value)
inline

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

◆ set_max_time_between_requests_with_units()

template<typename Quantity >
void goby::apps::acomms::protobuf::StoreServerConfig::set_max_time_between_requests_with_units ( Quantity  value_w_units)
inline

Definition at line 301 of file store_server_config.pb.h.

◆ Swap()

void goby::apps::acomms::protobuf::StoreServerConfig::Swap ( StoreServerConfig other)
inline

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

◆ tcp_server()

const ::goby::middleware::protobuf::TCPServerConfig & goby::apps::acomms::protobuf::StoreServerConfig::tcp_server ( ) const
inline

Definition at line 443 of file store_server_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::apps::acomms::protobuf::StoreServerConfig::unknown_fields ( ) const
inline

Definition at line 108 of file store_server_config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_release_app ( )
inline

Definition at line 388 of file store_server_config.pb.h.

◆ unsafe_arena_release_tcp_server()

goby::middleware::protobuf::TCPServerConfig * goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_release_tcp_server ( )
inline

Definition at line 475 of file store_server_config.pb.h.

◆ unsafe_arena_set_allocated_app()

void goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig app)
inline

Definition at line 360 of file store_server_config.pb.h.

◆ unsafe_arena_set_allocated_tcp_server()

void goby::apps::acomms::protobuf::StoreServerConfig::unsafe_arena_set_allocated_tcp_server ( ::goby::middleware::protobuf::TCPServerConfig tcp_server)
inline

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

◆ UnsafeArenaSwap()

void goby::apps::acomms::protobuf::StoreServerConfig::UnsafeArenaSwap ( StoreServerConfig other)
inline

Definition at line 150 of file store_server_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 315 of file store_server_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 186 of file store_server_config.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_5fconfig_2eproto

◆ swap

void swap ( StoreServerConfig a,
StoreServerConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::acomms::protobuf::StoreServerConfig::_class_data_
static

Definition at line 195 of file store_server_config.pb.h.

◆ _impl_

Impl_ goby::apps::acomms::protobuf::StoreServerConfig::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::apps::acomms::protobuf::StoreServerConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 131 of file store_server_config.pb.h.


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