Goby3 3.2.3
2025.05.13
|
#include <goby/zeromq/protobuf/geov_config.pb.h>
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 | |
GEOVInterfaceConfig & | operator= (const GEOVInterfaceConfig &from) |
GEOVInterfaceConfig & | operator= (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) |
GEOVInterfaceConfig * | New (::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::AppConfig & | app () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
void | unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
::goby::middleware::protobuf::AppConfig * | unsafe_arena_release_app () |
bool | has_interprocess () const |
void | clear_interprocess () |
const ::goby::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
void | unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
::goby::zeromq::protobuf::InterProcessPortalConfig * | unsafe_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 GEOVInterfaceConfig & | default_instance () |
static const GEOVInterfaceConfig * | internal_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) |
Definition at line 78 of file geov_config.pb.h.
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.
typedef boost::units::unit<position_report_interval_dimension,boost::units::si::system> goby::apps::zeromq::protobuf::GEOVInterfaceConfig::position_report_interval_unit |
Definition at line 365 of file geov_config.pb.h.
anonymous enum : int |
Definition at line 205 of file geov_config.pb.h.
|
inline |
Definition at line 81 of file geov_config.pb.h.
|
override |
|
explicit |
goby::apps::zeromq::protobuf::GEOVInterfaceConfig::GEOVInterfaceConfig | ( | const GEOVInterfaceConfig & | from | ) |
|
inlinenoexcept |
Definition at line 86 of file geov_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 430 of file geov_config.pb.h.
|
final |
|
final |
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_app | ( | ) |
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 858 of file geov_config.pb.h.
|
inline |
Definition at line 626 of file geov_config.pb.h.
|
inline |
Definition at line 762 of file geov_config.pb.h.
|
inline |
Definition at line 830 of file geov_config.pb.h.
|
inline |
Definition at line 694 of file geov_config.pb.h.
|
inline |
Definition at line 917 of file geov_config.pb.h.
|
inline |
Definition at line 598 of file geov_config.pb.h.
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::CopyFrom | ( | const GEOVInterfaceConfig & | from | ) |
|
inlinestatic |
Definition at line 125 of file geov_config.pb.h.
|
inlinestatic |
Definition at line 116 of file geov_config.pb.h.
|
inlinefinal |
Definition at line 178 of file geov_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 119 of file geov_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 122 of file geov_config.pb.h.
|
inline |
Definition at line 422 of file geov_config.pb.h.
|
inline |
Definition at line 509 of file geov_config.pb.h.
|
inline |
Definition at line 855 of file geov_config.pb.h.
|
inline |
Definition at line 623 of file geov_config.pb.h.
|
inline |
Definition at line 759 of file geov_config.pb.h.
|
inline |
Definition at line 827 of file geov_config.pb.h.
|
inline |
Definition at line 691 of file geov_config.pb.h.
|
inline |
Definition at line 914 of file geov_config.pb.h.
|
inline |
Definition at line 595 of file geov_config.pb.h.
|
inlinestatic |
Definition at line 128 of file geov_config.pb.h.
|
inline |
Definition at line 517 of file geov_config.pb.h.
|
final |
|
inline |
Definition at line 165 of file geov_config.pb.h.
|
inline |
Definition at line 477 of file geov_config.pb.h.
|
inline |
Definition at line 564 of file geov_config.pb.h.
|
inline |
Definition at line 874 of file geov_config.pb.h.
|
inline |
Definition at line 641 of file geov_config.pb.h.
|
inline |
Definition at line 777 of file geov_config.pb.h.
|
inline |
Definition at line 709 of file geov_config.pb.h.
|
inline |
Definition at line 112 of file geov_config.pb.h.
|
inline |
Definition at line 862 of file geov_config.pb.h.
|
inline |
Definition at line 630 of file geov_config.pb.h.
|
inline |
Definition at line 766 of file geov_config.pb.h.
|
inline |
Definition at line 837 of file geov_config.pb.h.
|
inline |
Definition at line 698 of file geov_config.pb.h.
|
inlinefinal |
Definition at line 159 of file geov_config.pb.h.
|
inline |
Definition at line 91 of file geov_config.pb.h.
|
inlinenoexcept |
Definition at line 95 of file geov_config.pb.h.
|
inline |
Definition at line 924 of file geov_config.pb.h.
|
inline |
Definition at line 372 of file geov_config.pb.h.
|
inline |
Definition at line 375 of file geov_config.pb.h.
|
inline |
Definition at line 447 of file geov_config.pb.h.
|
inline |
Definition at line 534 of file geov_config.pb.h.
|
inline |
Definition at line 890 of file geov_config.pb.h.
|
inline |
Definition at line 657 of file geov_config.pb.h.
|
inline |
Definition at line 793 of file geov_config.pb.h.
|
inline |
Definition at line 725 of file geov_config.pb.h.
|
inline |
Definition at line 482 of file geov_config.pb.h.
|
inline |
Definition at line 569 of file geov_config.pb.h.
|
inline |
Definition at line 899 of file geov_config.pb.h.
|
inline |
Definition at line 671 of file geov_config.pb.h.
|
inline |
Definition at line 807 of file geov_config.pb.h.
|
inline |
Definition at line 739 of file geov_config.pb.h.
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.
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_host | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 636 of file geov_config.pb.h.
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_password | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 772 of file geov_config.pb.h.
|
inline |
Definition at line 845 of file geov_config.pb.h.
void goby::apps::zeromq::protobuf::GEOVInterfaceConfig::set_mysql_user | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 704 of file geov_config.pb.h.
|
inline |
Definition at line 932 of file geov_config.pb.h.
|
inline |
Definition at line 368 of file geov_config.pb.h.
|
inline |
Definition at line 613 of file geov_config.pb.h.
|
inline |
Definition at line 605 of file geov_config.pb.h.
|
inline |
Definition at line 138 of file geov_config.pb.h.
|
inline |
Definition at line 109 of file geov_config.pb.h.
|
inline |
Definition at line 462 of file geov_config.pb.h.
|
inline |
Definition at line 549 of file geov_config.pb.h.
|
inline |
Definition at line 434 of file geov_config.pb.h.
|
inline |
Definition at line 521 of file geov_config.pb.h.
|
inline |
Definition at line 151 of file geov_config.pb.h.
|
friend |
Definition at line 385 of file geov_config.pb.h.
|
friend |
Definition at line 187 of file geov_config.pb.h.
Definition at line 403 of file geov_config.pb.h.
|
friend |
Definition at line 135 of file geov_config.pb.h.
|
static |
Definition at line 196 of file geov_config.pb.h.
Impl_ goby::apps::zeromq::protobuf::GEOVInterfaceConfig::_impl_ |
Definition at line 402 of file geov_config.pb.h.
|
staticconstexpr |
Definition at line 132 of file geov_config.pb.h.