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

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

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

Public Types

enum  : int {
  kMysqlHostFieldNumber = 4 , kMysqlUserFieldNumber = 5 , kMysqlPasswordFieldNumber = 6 , kMysqlCoreDbNameFieldNumber = 8 ,
  kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kSimulationFieldNumber = 3 , kMysqlPortFieldNumber = 7 ,
  kPositionReportIntervalFieldNumber = 12
}
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type position_report_interval_dimension
 
typedef boost::units::unit< position_report_interval_dimension, boost::units::si::system > position_report_interval_unit
 

Public Member Functions

 GEOVInterfaceConfig ()
 
 ~GEOVInterfaceConfig () override
 
PROTOBUF_CONSTEXPR GEOVInterfaceConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 GEOVInterfaceConfig (const GEOVInterfaceConfig &from)
 
 GEOVInterfaceConfig (GEOVInterfaceConfig &&from) noexcept
 
GEOVInterfaceConfigoperator= (const GEOVInterfaceConfig &from)
 
GEOVInterfaceConfigoperator= (GEOVInterfaceConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GEOVInterfaceConfig *other)
 
void UnsafeArenaSwap (GEOVInterfaceConfig *other)
 
GEOVInterfaceConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const GEOVInterfaceConfig &from)
 
void MergeFrom (const GEOVInterfaceConfig &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_mysql_host () const
 
void clear_mysql_host ()
 
const std::string & mysql_host () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mysql_host (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_mysql_host ()
 
PROTOBUF_NODISCARD std::string * release_mysql_host ()
 
void set_allocated_mysql_host (std::string *mysql_host)
 
bool has_mysql_user () const
 
void clear_mysql_user ()
 
const std::string & mysql_user () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mysql_user (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_mysql_user ()
 
PROTOBUF_NODISCARD std::string * release_mysql_user ()
 
void set_allocated_mysql_user (std::string *mysql_user)
 
bool has_mysql_password () const
 
void clear_mysql_password ()
 
const std::string & mysql_password () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mysql_password (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_mysql_password ()
 
PROTOBUF_NODISCARD std::string * release_mysql_password ()
 
void set_allocated_mysql_password (std::string *mysql_password)
 
bool has_mysql_core_db_name () const
 
void clear_mysql_core_db_name ()
 
const std::string & mysql_core_db_name () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mysql_core_db_name (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_mysql_core_db_name ()
 
PROTOBUF_NODISCARD std::string * release_mysql_core_db_name ()
 
void set_allocated_mysql_core_db_name (std::string *mysql_core_db_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_simulation () const
 
void clear_simulation ()
 
bool simulation () const
 
void set_simulation (bool value)
 
bool has_mysql_port () const
 
void clear_mysql_port ()
 
int32_t mysql_port () const
 
void set_mysql_port (int32_t value)
 
bool has_position_report_interval () const
 
void clear_position_report_interval ()
 
double position_report_interval () const
 
void set_position_report_interval (double value)
 
template<typename Quantity >
void set_position_report_interval_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity position_report_interval_with_units () const
 
boost::units::quantity< position_report_interval_unit, double > position_report_interval_with_units () const
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mysql_host (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mysql_user (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mysql_password (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mysql_core_db_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 GEOVInterfaceConfigdefault_instance ()
 
static const GEOVInterfaceConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ position_report_interval_dimension

typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::GEOVInterfaceConfig::position_report_interval_dimension

Definition at line 363 of file geov_config.pb.h.

◆ position_report_interval_unit

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMysqlHostFieldNumber 
kMysqlUserFieldNumber 
kMysqlPasswordFieldNumber 
kMysqlCoreDbNameFieldNumber 
kAppFieldNumber 
kInterprocessFieldNumber 
kSimulationFieldNumber 
kMysqlPortFieldNumber 
kPositionReportIntervalFieldNumber 

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

Constructor & Destructor Documentation

◆ GEOVInterfaceConfig() [1/5]

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

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

◆ ~GEOVInterfaceConfig()

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

◆ GEOVInterfaceConfig() [2/5]

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

◆ GEOVInterfaceConfig() [3/5]

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

◆ GEOVInterfaceConfig() [4/5]

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

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

◆ GEOVInterfaceConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ app()

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

Definition at line 430 of file geov_config.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_app()

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

◆ clear_interprocess()

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

◆ clear_mysql_core_db_name()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_mysql_core_db_name ( )
inline

Definition at line 858 of file geov_config.pb.h.

◆ clear_mysql_host()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_mysql_host ( )
inline

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

◆ clear_mysql_password()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_mysql_password ( )
inline

Definition at line 762 of file geov_config.pb.h.

◆ clear_mysql_port()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_mysql_port ( )
inline

Definition at line 830 of file geov_config.pb.h.

◆ clear_mysql_user()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_mysql_user ( )
inline

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

◆ clear_position_report_interval()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_position_report_interval ( )
inline

Definition at line 917 of file geov_config.pb.h.

◆ clear_simulation()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_simulation ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_app()

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

Definition at line 422 of file geov_config.pb.h.

◆ has_interprocess()

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

Definition at line 509 of file geov_config.pb.h.

◆ has_mysql_core_db_name()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_mysql_core_db_name ( ) const
inline

Definition at line 855 of file geov_config.pb.h.

◆ has_mysql_host()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_mysql_host ( ) const
inline

Definition at line 623 of file geov_config.pb.h.

◆ has_mysql_password()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_mysql_password ( ) const
inline

Definition at line 759 of file geov_config.pb.h.

◆ has_mysql_port()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_mysql_port ( ) const
inline

Definition at line 827 of file geov_config.pb.h.

◆ has_mysql_user()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_mysql_user ( ) const
inline

Definition at line 691 of file geov_config.pb.h.

◆ has_position_report_interval()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_position_report_interval ( ) const
inline

Definition at line 914 of file geov_config.pb.h.

◆ has_simulation()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::has_simulation ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ interprocess()

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

Definition at line 517 of file geov_config.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_app()

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

Definition at line 477 of file geov_config.pb.h.

◆ mutable_interprocess()

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

Definition at line 564 of file geov_config.pb.h.

◆ mutable_mysql_core_db_name()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mutable_mysql_core_db_name ( )
inline

Definition at line 874 of file geov_config.pb.h.

◆ mutable_mysql_host()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mutable_mysql_host ( )
inline

Definition at line 641 of file geov_config.pb.h.

◆ mutable_mysql_password()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mutable_mysql_password ( )
inline

Definition at line 777 of file geov_config.pb.h.

◆ mutable_mysql_user()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mutable_mysql_user ( )
inline

Definition at line 709 of file geov_config.pb.h.

◆ mutable_unknown_fields()

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

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

◆ mysql_core_db_name()

const std::string & goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_core_db_name ( ) const
inline

Definition at line 862 of file geov_config.pb.h.

◆ mysql_host()

const std::string & goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_host ( ) const
inline

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

◆ mysql_password()

const std::string & goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_password ( ) const
inline

Definition at line 766 of file geov_config.pb.h.

◆ mysql_port()

int32_t goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_port ( ) const
inline

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

◆ mysql_user()

const std::string & goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_user ( ) const
inline

Definition at line 698 of file geov_config.pb.h.

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ position_report_interval()

double goby::apps::zeromq::protobuf::GEOVInterfaceConfig::position_report_interval ( ) const
inline

Definition at line 924 of file geov_config.pb.h.

◆ position_report_interval_with_units() [1/2]

template<typename Quantity >
Quantity goby::apps::zeromq::protobuf::GEOVInterfaceConfig::position_report_interval_with_units ( ) const
inline

Definition at line 372 of file geov_config.pb.h.

◆ position_report_interval_with_units() [2/2]

boost::units::quantity< position_report_interval_unit, double > goby::apps::zeromq::protobuf::GEOVInterfaceConfig::position_report_interval_with_units ( ) const
inline

Definition at line 375 of file geov_config.pb.h.

◆ release_app()

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

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

◆ release_interprocess()

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

Definition at line 534 of file geov_config.pb.h.

◆ release_mysql_core_db_name()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::release_mysql_core_db_name ( )
inline

Definition at line 890 of file geov_config.pb.h.

◆ release_mysql_host()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::release_mysql_host ( )
inline

Definition at line 657 of file geov_config.pb.h.

◆ release_mysql_password()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::release_mysql_password ( )
inline

Definition at line 793 of file geov_config.pb.h.

◆ release_mysql_user()

std::string * goby::apps::zeromq::protobuf::GEOVInterfaceConfig::release_mysql_user ( )
inline

Definition at line 725 of file geov_config.pb.h.

◆ set_allocated_app()

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

Definition at line 482 of file geov_config.pb.h.

◆ set_allocated_interprocess()

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

Definition at line 569 of file geov_config.pb.h.

◆ set_allocated_mysql_core_db_name()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_allocated_mysql_core_db_name ( std::string *  mysql_core_db_name)
inline

Definition at line 899 of file geov_config.pb.h.

◆ set_allocated_mysql_host()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_allocated_mysql_host ( std::string *  mysql_host)
inline

Definition at line 671 of file geov_config.pb.h.

◆ set_allocated_mysql_password()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_allocated_mysql_password ( std::string *  mysql_password)
inline

Definition at line 807 of file geov_config.pb.h.

◆ set_allocated_mysql_user()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_allocated_mysql_user ( std::string *  mysql_user)
inline

Definition at line 739 of file geov_config.pb.h.

◆ set_mysql_core_db_name() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_core_db_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_mysql_core_db_name() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_core_db_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_mysql_host() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_mysql_host() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_mysql_password() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_mysql_password() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 772 of file geov_config.pb.h.

◆ set_mysql_port()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_port ( int32_t  value)
inline

Definition at line 845 of file geov_config.pb.h.

◆ set_mysql_user() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_mysql_user() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 704 of file geov_config.pb.h.

◆ set_position_report_interval()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_position_report_interval ( double  value)
inline

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

◆ set_position_report_interval_with_units()

template<typename Quantity >
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_position_report_interval_with_units ( Quantity  value_w_units)
inline

Definition at line 368 of file geov_config.pb.h.

◆ set_simulation()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_simulation ( bool  value)
inline

Definition at line 613 of file geov_config.pb.h.

◆ simulation()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::simulation ( ) const
inline

Definition at line 605 of file geov_config.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

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

Definition at line 462 of file geov_config.pb.h.

◆ unsafe_arena_release_interprocess()

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

Definition at line 549 of file geov_config.pb.h.

◆ unsafe_arena_set_allocated_app()

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

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

◆ unsafe_arena_set_allocated_interprocess()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 151 of file geov_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 385 of file geov_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2fgeov_5fconfig_2eproto

◆ swap

void swap ( GEOVInterfaceConfig a,
GEOVInterfaceConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::apps::zeromq::protobuf::GEOVInterfaceConfig::_impl_

Definition at line 402 of file geov_config.pb.h.

◆ kIndexInFileMessages

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

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


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