Goby3  3.1.4
2024.02.22
goby::apps::zeromq::protobuf::GEOVInterfaceConfig Class Reference

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

Inheritance diagram for goby::apps::zeromq::protobuf::GEOVInterfaceConfig:
google::protobuf::Message google::protobuf::MessageLite

Public Types

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 Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 GEOVInterfaceConfig ()
 
virtual ~GEOVInterfaceConfig ()
 
 GEOVInterfaceConfig (const GEOVInterfaceConfig &from)
 
GEOVInterfaceConfigoperator= (const GEOVInterfaceConfig &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GEOVInterfaceConfig *other)
 
GEOVInterfaceConfigNew () const final
 
GEOVInterfaceConfigNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const GEOVInterfaceConfig &from)
 
void MergeFrom (const GEOVInterfaceConfig &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_mysql_host () const
 
void clear_mysql_host ()
 
const ::std::string & mysql_host () const
 
void set_mysql_host (const ::std::string &value)
 
void set_mysql_host (const char *value)
 
void set_mysql_host (const char *value, size_t size)
 
::std::string * mutable_mysql_host ()
 
::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
 
void set_mysql_user (const ::std::string &value)
 
void set_mysql_user (const char *value)
 
void set_mysql_user (const char *value, size_t size)
 
::std::string * mutable_mysql_user ()
 
::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
 
void set_mysql_password (const ::std::string &value)
 
void set_mysql_password (const char *value)
 
void set_mysql_password (const char *value, size_t size)
 
::std::string * mutable_mysql_password ()
 
::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
 
void set_mysql_core_db_name (const ::std::string &value)
 
void set_mysql_core_db_name (const char *value)
 
void set_mysql_core_db_name (const char *value, size_t size)
 
::std::string * mutable_mysql_core_db_name ()
 
::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
 
::goby::middleware::protobuf::AppConfigrelease_app ()
 
::goby::middleware::protobuf::AppConfigmutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfiginterprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfigrelease_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfigmutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *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 ()
 
::google::protobuf::int32 mysql_port () const
 
void set_mysql_port (::google::protobuf::int32 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, doubleposition_report_interval_with_units () const
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GEOVInterfaceConfigdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GEOVInterfaceConfiginternal_default_instance ()
 

Public Attributes

static ::google::protobuf::internal::ExplicitlyConstructed< ::std::string > _i_give_permission_to_break_this_code_default_mysql_core_db_name_
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kMysqlHostFieldNumber = 4
 
static const int kMysqlUserFieldNumber = 5
 
static const int kMysqlPasswordFieldNumber = 6
 
static const int kMysqlCoreDbNameFieldNumber = 8
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kSimulationFieldNumber = 3
 
static const int kMysqlPortFieldNumber = 7
 
static const int kPositionReportIntervalFieldNumber = 12
 

Friends

struct ::protobuf_goby_2fzeromq_2fprotobuf_2fgeov_5fconfig_2eproto::TableStruct
 
void swap (GEOVInterfaceConfig &a, GEOVInterfaceConfig &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 81 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 280 of file geov_config.pb.h.

◆ position_report_interval_unit

Constructor & Destructor Documentation

◆ GEOVInterfaceConfig() [1/2]

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

◆ ~GEOVInterfaceConfig()

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

◆ GEOVInterfaceConfig() [2/2]

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

Member Function Documentation

◆ app()

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

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

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ 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 711 of file geov_config.pb.h.

◆ clear_mysql_host()

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

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

◆ clear_mysql_password()

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

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

◆ clear_mysql_port()

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

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

◆ clear_mysql_user()

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

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

◆ clear_position_report_interval()

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

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

◆ clear_simulation()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::apps::zeromq::protobuf::GEOVInterfaceConfig::GetMetadata ( ) const
finalvirtual

◆ has_app()

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

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

◆ has_interprocess()

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

Definition at line 402 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 702 of file geov_config.pb.h.

◆ has_mysql_host()

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

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

◆ has_mysql_password()

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

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

◆ has_mysql_port()

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

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

◆ has_mysql_user()

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

Definition at line 546 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 768 of file geov_config.pb.h.

◆ has_simulation()

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

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

◆ InitAsDefaultInstance()

static void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::apps::zeromq::protobuf::GEOVInterfaceConfig::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ interprocess()

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

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

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::apps::zeromq::protobuf::GEOVInterfaceConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_app()

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

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

◆ mutable_interprocess()

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

Definition at line 427 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 744 of file geov_config.pb.h.

◆ mutable_mysql_host()

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

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

◆ mutable_mysql_password()

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

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

◆ mutable_mysql_user()

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

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

◆ mutable_unknown_fields()

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

Definition at line 110 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 715 of file geov_config.pb.h.

◆ mysql_host()

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

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

◆ mysql_password()

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

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

◆ mysql_port()

google::protobuf::int32 goby::apps::zeromq::protobuf::GEOVInterfaceConfig::mysql_port ( ) const
inline

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

◆ mysql_user()

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

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

◆ New() [1/2]

GEOVInterfaceConfig* goby::apps::zeromq::protobuf::GEOVInterfaceConfig::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

GEOVInterfaceConfig* goby::apps::zeromq::protobuf::GEOVInterfaceConfig::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ position_report_interval()

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

Definition at line 781 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 289 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 292 of file geov_config.pb.h.

◆ release_app()

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

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

◆ release_interprocess()

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

Definition at line 420 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 749 of file geov_config.pb.h.

◆ release_mysql_host()

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

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

◆ release_mysql_password()

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

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

◆ release_mysql_user()

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

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

◆ SerializeWithCachedSizes()

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_app()

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

Definition at line 382 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 436 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 757 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 535 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 667 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 601 of file geov_config.pb.h.

◆ set_mysql_core_db_name() [1/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_core_db_name ( const ::std::string &  value)
inline

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

◆ set_mysql_core_db_name() [2/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_core_db_name ( const char value)
inline

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

◆ set_mysql_core_db_name() [3/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_core_db_name ( const char value,
size_t  size 
)
inline

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

◆ set_mysql_host() [1/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host ( const ::std::string &  value)
inline

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

◆ set_mysql_host() [2/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host ( const char value)
inline

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

◆ set_mysql_host() [3/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host ( const char value,
size_t  size 
)
inline

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

◆ set_mysql_password() [1/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password ( const ::std::string &  value)
inline

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

◆ set_mysql_password() [2/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password ( const char value)
inline

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

◆ set_mysql_password() [3/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password ( const char value,
size_t  size 
)
inline

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

◆ set_mysql_port()

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

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

◆ set_mysql_user() [1/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user ( const ::std::string &  value)
inline

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

◆ set_mysql_user() [2/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user ( const char value)
inline

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

◆ set_mysql_user() [3/3]

void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user ( const char value,
size_t  size 
)
inline

Definition at line 582 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 785 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 285 of file geov_config.pb.h.

◆ set_simulation()

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

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

◆ simulation()

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

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fzeromq_2fprotobuf_2fgeov_5fconfig_2eproto::TableStruct

◆ swap

void swap ( GEOVInterfaceConfig a,
GEOVInterfaceConfig b 
)
friend

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

Member Data Documentation

◆ _i_give_permission_to_break_this_code_default_mysql_core_db_name_

::google::protobuf::internal::ExplicitlyConstructed< ::std::string> goby::apps::zeromq::protobuf::GEOVInterfaceConfig::_i_give_permission_to_break_this_code_default_mysql_core_db_name_

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

◆ kAppFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kAppFieldNumber = 1
static

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

◆ kIndexInFileMessages

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

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

◆ kInterprocessFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kInterprocessFieldNumber = 2
static

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

◆ kMysqlCoreDbNameFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kMysqlCoreDbNameFieldNumber = 8
static

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

◆ kMysqlHostFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kMysqlHostFieldNumber = 4
static

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

◆ kMysqlPasswordFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kMysqlPasswordFieldNumber = 6
static

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

◆ kMysqlPortFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kMysqlPortFieldNumber = 7
static

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

◆ kMysqlUserFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kMysqlUserFieldNumber = 5
static

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

◆ kPositionReportIntervalFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kPositionReportIntervalFieldNumber = 12
static

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

◆ kSimulationFieldNumber

const int goby::apps::zeromq::protobuf::GEOVInterfaceConfig::kSimulationFieldNumber = 3
static

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


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