Goby3 3.2.3
2025.05.13
|
#include <goby/middleware/protobuf/geographic.pb.h>
Public Types | |
enum | : int { kLatFieldNumber = 1 , kLonFieldNumber = 2 , kDepthFieldNumber = 3 , kAltitudeFieldNumber = 4 } |
typedef boost::units::plane_angle_dimension | lat_dimension |
typedef boost::units::unit< lat_dimension, boost::units::degree::system > | lat_unit |
typedef boost::units::plane_angle_dimension | lon_dimension |
typedef boost::units::unit< lon_dimension, boost::units::degree::system > | lon_unit |
typedef boost::units::length_dimension | depth_dimension |
typedef boost::units::unit< depth_dimension, boost::units::si::system > | depth_unit |
typedef boost::units::length_dimension | altitude_dimension |
typedef boost::units::unit< altitude_dimension, boost::units::si::system > | altitude_unit |
Public Member Functions | |
LatLonPoint () | |
~LatLonPoint () override | |
PROTOBUF_CONSTEXPR | LatLonPoint (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
LatLonPoint (const LatLonPoint &from) | |
LatLonPoint (LatLonPoint &&from) noexcept | |
LatLonPoint & | operator= (const LatLonPoint &from) |
LatLonPoint & | operator= (LatLonPoint &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (LatLonPoint *other) |
void | UnsafeArenaSwap (LatLonPoint *other) |
LatLonPoint * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const LatLonPoint &from) |
void | MergeFrom (const LatLonPoint &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 () const |
void | clear_lat () |
double | lat () const |
void | set_lat (double value) |
bool | has_lon () const |
void | clear_lon () |
double | lon () const |
void | set_lon (double value) |
bool | has_depth () const |
void | clear_depth () |
double | depth () const |
void | set_depth (double value) |
bool | has_altitude () const |
void | clear_altitude () |
double | altitude () const |
void | set_altitude (double value) |
template<typename Quantity > | |
void | set_lat_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | lat_with_units () const |
boost::units::quantity< lat_unit, double > | lat_with_units () const |
template<typename Quantity > | |
void | set_lon_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | lon_with_units () const |
boost::units::quantity< lon_unit, double > | lon_with_units () const |
template<typename Quantity > | |
void | set_depth_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | depth_with_units () const |
boost::units::quantity< depth_unit, double > | depth_with_units () const |
template<typename Quantity > | |
void | set_altitude_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | altitude_with_units () const |
boost::units::quantity< altitude_unit, double > | altitude_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 LatLonPoint & | default_instance () |
static const LatLonPoint * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
LatLonPoint (::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_2fgeographic_2eproto |
void | swap (LatLonPoint &a, LatLonPoint &b) |
Definition at line 82 of file geographic.pb.h.
typedef boost::units::length_dimension goby::middleware::protobuf::LatLonPoint::altitude_dimension |
Definition at line 312 of file geographic.pb.h.
typedef boost::units::unit<altitude_dimension,boost::units::si::system> goby::middleware::protobuf::LatLonPoint::altitude_unit |
Definition at line 314 of file geographic.pb.h.
typedef boost::units::length_dimension goby::middleware::protobuf::LatLonPoint::depth_dimension |
Definition at line 297 of file geographic.pb.h.
typedef boost::units::unit<depth_dimension,boost::units::si::system> goby::middleware::protobuf::LatLonPoint::depth_unit |
Definition at line 299 of file geographic.pb.h.
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::LatLonPoint::lat_dimension |
Definition at line 267 of file geographic.pb.h.
typedef boost::units::unit<lat_dimension,boost::units::degree::system> goby::middleware::protobuf::LatLonPoint::lat_unit |
Definition at line 269 of file geographic.pb.h.
typedef boost::units::plane_angle_dimension goby::middleware::protobuf::LatLonPoint::lon_dimension |
Definition at line 282 of file geographic.pb.h.
typedef boost::units::unit<lon_dimension,boost::units::degree::system> goby::middleware::protobuf::LatLonPoint::lon_unit |
Definition at line 284 of file geographic.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kLatFieldNumber | |
kLonFieldNumber | |
kDepthFieldNumber | |
kAltitudeFieldNumber |
Definition at line 209 of file geographic.pb.h.
|
inline |
Definition at line 85 of file geographic.pb.h.
|
override |
|
explicit |
goby::middleware::protobuf::LatLonPoint::LatLonPoint | ( | const LatLonPoint & | from | ) |
|
inlinenoexcept |
Definition at line 90 of file geographic.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 828 of file geographic.pb.h.
|
inline |
Definition at line 321 of file geographic.pb.h.
|
inline |
Definition at line 324 of file geographic.pb.h.
|
final |
|
final |
|
inline |
Definition at line 821 of file geographic.pb.h.
|
inline |
Definition at line 793 of file geographic.pb.h.
|
inline |
Definition at line 737 of file geographic.pb.h.
|
inline |
Definition at line 765 of file geographic.pb.h.
void goby::middleware::protobuf::LatLonPoint::CopyFrom | ( | const LatLonPoint & | from | ) |
|
inlinestatic |
Definition at line 129 of file geographic.pb.h.
|
inline |
Definition at line 800 of file geographic.pb.h.
|
inline |
Definition at line 306 of file geographic.pb.h.
|
inline |
Definition at line 309 of file geographic.pb.h.
|
inlinestatic |
Definition at line 120 of file geographic.pb.h.
|
inlinefinal |
Definition at line 182 of file geographic.pb.h.
|
final |
|
inlinestatic |
Definition at line 123 of file geographic.pb.h.
|
final |
|
inlinestatic |
Definition at line 126 of file geographic.pb.h.
|
inline |
Definition at line 818 of file geographic.pb.h.
|
inline |
Definition at line 790 of file geographic.pb.h.
|
inline |
Definition at line 734 of file geographic.pb.h.
|
inline |
Definition at line 762 of file geographic.pb.h.
|
inlinestatic |
Definition at line 132 of file geographic.pb.h.
|
final |
|
inline |
Definition at line 744 of file geographic.pb.h.
|
inline |
Definition at line 276 of file geographic.pb.h.
|
inline |
Definition at line 279 of file geographic.pb.h.
|
inline |
Definition at line 772 of file geographic.pb.h.
|
inline |
Definition at line 291 of file geographic.pb.h.
|
inline |
Definition at line 294 of file geographic.pb.h.
|
inline |
Definition at line 169 of file geographic.pb.h.
|
inline |
Definition at line 116 of file geographic.pb.h.
|
inlinefinal |
Definition at line 163 of file geographic.pb.h.
|
inline |
Definition at line 95 of file geographic.pb.h.
|
inlinenoexcept |
Definition at line 99 of file geographic.pb.h.
|
inline |
Definition at line 836 of file geographic.pb.h.
|
inline |
Definition at line 317 of file geographic.pb.h.
|
inline |
Definition at line 808 of file geographic.pb.h.
|
inline |
Definition at line 302 of file geographic.pb.h.
|
inline |
Definition at line 752 of file geographic.pb.h.
|
inline |
Definition at line 272 of file geographic.pb.h.
|
inline |
Definition at line 780 of file geographic.pb.h.
|
inline |
Definition at line 287 of file geographic.pb.h.
|
inline |
Definition at line 142 of file geographic.pb.h.
|
inline |
Definition at line 113 of file geographic.pb.h.
|
inline |
Definition at line 155 of file geographic.pb.h.
|
friend |
Definition at line 334 of file geographic.pb.h.
|
friend |
Definition at line 191 of file geographic.pb.h.
Definition at line 346 of file geographic.pb.h.
|
friend |
Definition at line 139 of file geographic.pb.h.
|
static |
Definition at line 200 of file geographic.pb.h.
Impl_ goby::middleware::protobuf::LatLonPoint::_impl_ |
Definition at line 345 of file geographic.pb.h.
|
staticconstexpr |
Definition at line 136 of file geographic.pb.h.