Goby3 3.2.3
2025.05.13
|
#include <goby/middleware/protobuf/frontseat_data.pb.h>
Public Types | |
enum | : int { kXFieldNumber = 1 , kYFieldNumber = 2 , kZFieldNumber = 3 } |
typedef boost::units::length_dimension | x_dimension |
typedef boost::units::unit< x_dimension, boost::units::si::system > | x_unit |
typedef boost::units::length_dimension | y_dimension |
typedef boost::units::unit< y_dimension, boost::units::si::system > | y_unit |
typedef boost::units::length_dimension | z_dimension |
typedef boost::units::unit< z_dimension, boost::units::si::system > | z_unit |
Public Member Functions | |
CartesianCoordinate () | |
~CartesianCoordinate () override | |
PROTOBUF_CONSTEXPR | CartesianCoordinate (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
CartesianCoordinate (const CartesianCoordinate &from) | |
CartesianCoordinate (CartesianCoordinate &&from) noexcept | |
CartesianCoordinate & | operator= (const CartesianCoordinate &from) |
CartesianCoordinate & | operator= (CartesianCoordinate &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (CartesianCoordinate *other) |
void | UnsafeArenaSwap (CartesianCoordinate *other) |
CartesianCoordinate * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const CartesianCoordinate &from) |
void | MergeFrom (const CartesianCoordinate &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_x () const |
void | clear_x () |
double | x () const |
void | set_x (double value) |
bool | has_y () const |
void | clear_y () |
double | y () const |
void | set_y (double value) |
bool | has_z () const |
void | clear_z () |
double | z () const |
void | set_z (double value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
bool | HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) const |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | ClearExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
int | ExtensionSize (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) const |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Singular::ConstType | GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) const |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Singular::MutableType | MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::ConstType value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | SetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | UnsafeArenaSetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType | ReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Singular::MutableType | UnsafeArenaReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Repeated::ConstType | GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, int index) const |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Repeated::MutableType | MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, int index) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, int index, typename _proto_TypeTraits::Repeated::ConstType value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Repeated::MutableType | AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
void | AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Repeated::ConstType value) |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
const _proto_TypeTraits::Repeated::RepeatedFieldType & | GetRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) const |
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
_proto_TypeTraits::Repeated::RepeatedFieldType * | MutableRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< CartesianCoordinate, _proto_TypeTraits, _field_type, _is_packed > &id) |
template<typename Quantity > | |
void | set_x_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | x_with_units () const |
boost::units::quantity< x_unit, double > | x_with_units () const |
template<typename Quantity > | |
void | set_y_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | y_with_units () const |
boost::units::quantity< y_unit, double > | y_with_units () const |
template<typename Quantity > | |
void | set_z_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | z_with_units () const |
boost::units::quantity< z_unit, double > | z_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 CartesianCoordinate & | default_instance () |
static const CartesianCoordinate * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
CartesianCoordinate (::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_2ffrontseat_5fdata_2eproto |
void | swap (CartesianCoordinate &a, CartesianCoordinate &b) |
Definition at line 1765 of file frontseat_data.pb.h.
typedef boost::units::length_dimension goby::middleware::frontseat::protobuf::CartesianCoordinate::x_dimension |
Definition at line 2126 of file frontseat_data.pb.h.
typedef boost::units::unit<x_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::CartesianCoordinate::x_unit |
Definition at line 2128 of file frontseat_data.pb.h.
typedef boost::units::length_dimension goby::middleware::frontseat::protobuf::CartesianCoordinate::y_dimension |
Definition at line 2141 of file frontseat_data.pb.h.
typedef boost::units::unit<y_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::CartesianCoordinate::y_unit |
Definition at line 2143 of file frontseat_data.pb.h.
typedef boost::units::length_dimension goby::middleware::frontseat::protobuf::CartesianCoordinate::z_dimension |
Definition at line 2156 of file frontseat_data.pb.h.
typedef boost::units::unit<z_dimension,boost::units::si::system> goby::middleware::frontseat::protobuf::CartesianCoordinate::z_unit |
Definition at line 2158 of file frontseat_data.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kXFieldNumber | |
kYFieldNumber | |
kZFieldNumber |
Definition at line 1892 of file frontseat_data.pb.h.
|
inline |
Definition at line 1768 of file frontseat_data.pb.h.
|
override |
|
explicit |
goby::middleware::frontseat::protobuf::CartesianCoordinate::CartesianCoordinate | ( | const CartesianCoordinate & | from | ) |
|
inlinenoexcept |
Definition at line 1773 of file frontseat_data.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 2082 of file frontseat_data.pb.h.
|
inline |
Definition at line 2094 of file frontseat_data.pb.h.
|
final |
|
final |
|
inline |
Definition at line 4954 of file frontseat_data.pb.h.
|
inline |
Definition at line 4982 of file frontseat_data.pb.h.
|
inline |
Definition at line 5010 of file frontseat_data.pb.h.
|
inline |
Definition at line 1950 of file frontseat_data.pb.h.
void goby::middleware::frontseat::protobuf::CartesianCoordinate::CopyFrom | ( | const CartesianCoordinate & | from | ) |
|
inlinestatic |
Definition at line 1812 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1803 of file frontseat_data.pb.h.
|
inline |
Definition at line 1960 of file frontseat_data.pb.h.
|
inlinefinal |
Definition at line 1865 of file frontseat_data.pb.h.
|
final |
|
inlinestatic |
Definition at line 1806 of file frontseat_data.pb.h.
|
inline |
Definition at line 1970 of file frontseat_data.pb.h.
|
inline |
Definition at line 2049 of file frontseat_data.pb.h.
|
final |
|
inlinestatic |
Definition at line 1809 of file frontseat_data.pb.h.
|
inline |
Definition at line 2107 of file frontseat_data.pb.h.
|
inline |
Definition at line 4951 of file frontseat_data.pb.h.
|
inline |
Definition at line 4979 of file frontseat_data.pb.h.
|
inline |
Definition at line 5007 of file frontseat_data.pb.h.
|
inline |
Definition at line 1940 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1815 of file frontseat_data.pb.h.
|
final |
|
inline |
Definition at line 1852 of file frontseat_data.pb.h.
|
inline |
Definition at line 1799 of file frontseat_data.pb.h.
|
inline |
Definition at line 1981 of file frontseat_data.pb.h.
|
inline |
Definition at line 2060 of file frontseat_data.pb.h.
|
inline |
Definition at line 2118 of file frontseat_data.pb.h.
|
inlinefinal |
Definition at line 1846 of file frontseat_data.pb.h.
|
inlinenoexcept |
Definition at line 1782 of file frontseat_data.pb.h.
|
inline |
Definition at line 1778 of file frontseat_data.pb.h.
|
inline |
Definition at line 2027 of file frontseat_data.pb.h.
|
inline |
Definition at line 4969 of file frontseat_data.pb.h.
|
inline |
Definition at line 2131 of file frontseat_data.pb.h.
|
inline |
Definition at line 4997 of file frontseat_data.pb.h.
|
inline |
Definition at line 2146 of file frontseat_data.pb.h.
|
inline |
Definition at line 5025 of file frontseat_data.pb.h.
|
inline |
Definition at line 2161 of file frontseat_data.pb.h.
|
inline |
Definition at line 2003 of file frontseat_data.pb.h.
|
inline |
Definition at line 2071 of file frontseat_data.pb.h.
|
inline |
Definition at line 1992 of file frontseat_data.pb.h.
|
inline |
Definition at line 1825 of file frontseat_data.pb.h.
|
inline |
Definition at line 1796 of file frontseat_data.pb.h.
|
inline |
Definition at line 2038 of file frontseat_data.pb.h.
|
inline |
Definition at line 2014 of file frontseat_data.pb.h.
|
inline |
Definition at line 1838 of file frontseat_data.pb.h.
|
inline |
Definition at line 4961 of file frontseat_data.pb.h.
|
inline |
Definition at line 2135 of file frontseat_data.pb.h.
|
inline |
Definition at line 2138 of file frontseat_data.pb.h.
|
inline |
Definition at line 4989 of file frontseat_data.pb.h.
|
inline |
Definition at line 2150 of file frontseat_data.pb.h.
|
inline |
Definition at line 2153 of file frontseat_data.pb.h.
|
inline |
Definition at line 5017 of file frontseat_data.pb.h.
|
inline |
Definition at line 2165 of file frontseat_data.pb.h.
|
inline |
Definition at line 2168 of file frontseat_data.pb.h.
|
friend |
Definition at line 2178 of file frontseat_data.pb.h.
|
friend |
Definition at line 1874 of file frontseat_data.pb.h.
Definition at line 2191 of file frontseat_data.pb.h.
|
friend |
Definition at line 1822 of file frontseat_data.pb.h.
|
static |
Definition at line 1883 of file frontseat_data.pb.h.
Impl_ goby::middleware::frontseat::protobuf::CartesianCoordinate::_impl_ |
Definition at line 2190 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1819 of file frontseat_data.pb.h.