|
Goby3 3.3.1
2025.11.25
|
#include <goby/middleware/protobuf/app_config.pb.h>
Public Types | |
| enum | : int { kLatOriginFieldNumber = 1 , kLonOriginFieldNumber = 2 } |
| typedef boost::units::plane_angle_dimension | lat_origin_dimension |
| typedef boost::units::unit< lat_origin_dimension, boost::units::degree::system > | lat_origin_unit |
| typedef boost::units::plane_angle_dimension | lon_origin_dimension |
| typedef boost::units::unit< lon_origin_dimension, boost::units::degree::system > | lon_origin_unit |
Public Member Functions | |
| AppConfig_Geodesy () | |
| ~AppConfig_Geodesy () override | |
| PROTOBUF_CONSTEXPR | AppConfig_Geodesy (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| AppConfig_Geodesy (const AppConfig_Geodesy &from) | |
| AppConfig_Geodesy (AppConfig_Geodesy &&from) noexcept | |
| AppConfig_Geodesy & | operator= (const AppConfig_Geodesy &from) |
| AppConfig_Geodesy & | operator= (AppConfig_Geodesy &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (AppConfig_Geodesy *other) |
| void | UnsafeArenaSwap (AppConfig_Geodesy *other) |
| AppConfig_Geodesy * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const AppConfig_Geodesy &from) |
| void | MergeFrom (const AppConfig_Geodesy &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_lat_origin () const |
| void | clear_lat_origin () |
| double | lat_origin () const |
| void | set_lat_origin (double value) |
| bool | has_lon_origin () const |
| void | clear_lon_origin () |
| double | lon_origin () const |
| void | set_lon_origin (double value) |
| template<typename Quantity > | |
| void | set_lat_origin_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | lat_origin_with_units () const |
| boost::units::quantity< lat_origin_unit, double > | lat_origin_with_units () const |
| template<typename Quantity > | |
| void | set_lon_origin_with_units (Quantity value_w_units) |
| template<typename Quantity > | |
| Quantity | lon_origin_with_units () const |
| boost::units::quantity< lon_origin_unit, double > | lon_origin_with_units () const |
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 AppConfig_Geodesy & | default_instance () |
| static const AppConfig_Geodesy * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| AppConfig_Geodesy (::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_2fmiddleware_2fprotobuf_2fapp_5fconfig_2eproto |
| void | swap (AppConfig_Geodesy &a, AppConfig_Geodesy &b) |
Definition at line 472 of file app_config.pb.h.
| typedef boost::units::plane_angle_dimension goby::middleware::protobuf::AppConfig_Geodesy::lat_origin_dimension |
Definition at line 629 of file app_config.pb.h.
| typedef boost::units::unit<lat_origin_dimension,boost::units::degree::system> goby::middleware::protobuf::AppConfig_Geodesy::lat_origin_unit |
Definition at line 631 of file app_config.pb.h.
| typedef boost::units::plane_angle_dimension goby::middleware::protobuf::AppConfig_Geodesy::lon_origin_dimension |
Definition at line 644 of file app_config.pb.h.
| typedef boost::units::unit<lon_origin_dimension,boost::units::degree::system> goby::middleware::protobuf::AppConfig_Geodesy::lon_origin_unit |
Definition at line 646 of file app_config.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kLatOriginFieldNumber | |
| kLonOriginFieldNumber | |
Definition at line 599 of file app_config.pb.h.
|
inline |
Definition at line 475 of file app_config.pb.h.
|
override |
|
explicit |
| goby::middleware::protobuf::AppConfig_Geodesy::AppConfig_Geodesy | ( | const AppConfig_Geodesy & | from | ) |
|
inlinenoexcept |
Definition at line 480 of file app_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1730 of file app_config.pb.h.
|
inline |
Definition at line 1758 of file app_config.pb.h.
| void goby::middleware::protobuf::AppConfig_Geodesy::CopyFrom | ( | const AppConfig_Geodesy & | from | ) |
|
inlinestatic |
Definition at line 519 of file app_config.pb.h.
|
inlinestatic |
Definition at line 510 of file app_config.pb.h.
|
inlinefinal |
Definition at line 572 of file app_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 513 of file app_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 516 of file app_config.pb.h.
|
inline |
Definition at line 1727 of file app_config.pb.h.
|
inline |
Definition at line 1755 of file app_config.pb.h.
|
inlinestatic |
Definition at line 522 of file app_config.pb.h.
|
final |
|
inline |
Definition at line 1737 of file app_config.pb.h.
|
inline |
Definition at line 638 of file app_config.pb.h.
|
inline |
Definition at line 641 of file app_config.pb.h.
|
inline |
Definition at line 1765 of file app_config.pb.h.
|
inline |
Definition at line 653 of file app_config.pb.h.
|
inline |
Definition at line 656 of file app_config.pb.h.
|
inline |
Definition at line 559 of file app_config.pb.h.
|
inline |
Definition at line 506 of file app_config.pb.h.
|
inlinefinal |
Definition at line 553 of file app_config.pb.h.
|
inlinenoexcept |
Definition at line 489 of file app_config.pb.h.
|
inline |
Definition at line 485 of file app_config.pb.h.
|
inline |
Definition at line 1745 of file app_config.pb.h.
|
inline |
Definition at line 634 of file app_config.pb.h.
|
inline |
Definition at line 1773 of file app_config.pb.h.
|
inline |
Definition at line 649 of file app_config.pb.h.
|
inline |
Definition at line 532 of file app_config.pb.h.
|
inline |
Definition at line 503 of file app_config.pb.h.
|
inline |
Definition at line 545 of file app_config.pb.h.
|
friend |
Definition at line 666 of file app_config.pb.h.
|
friend |
Definition at line 581 of file app_config.pb.h.
Definition at line 676 of file app_config.pb.h.
|
friend |
Definition at line 529 of file app_config.pb.h.
|
static |
Definition at line 590 of file app_config.pb.h.
| Impl_ goby::middleware::protobuf::AppConfig_Geodesy::_impl_ |
Definition at line 675 of file app_config.pb.h.
|
staticconstexpr |
Definition at line 526 of file app_config.pb.h.