|
Goby3 3.4.0
2026.04.13
|
#include <goby/middleware/protobuf/frontseat_data.pb.h>
Public Types | |
| enum | : int { kPositionFieldNumber = 1 , kDepthFieldNumber = 2 , kSpeedFieldNumber = 3 , kHeadingFieldNumber = 4 } |
| typedef Source_Sensor | Sensor |
Public Member Functions | |
| Source () | |
| ~Source () override | |
| PROTOBUF_CONSTEXPR | Source (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| Source (const Source &from) | |
| Source (Source &&from) noexcept | |
| Source & | operator= (const Source &from) |
| Source & | operator= (Source &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (Source *other) |
| void | UnsafeArenaSwap (Source *other) |
| Source * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const Source &from) |
| void | MergeFrom (const Source &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_position () const |
| void | clear_position () |
| ::goby::middleware::frontseat::protobuf::Source_Sensor | position () const |
| void | set_position (::goby::middleware::frontseat::protobuf::Source_Sensor value) |
| bool | has_depth () const |
| void | clear_depth () |
| ::goby::middleware::frontseat::protobuf::Source_Sensor | depth () const |
| void | set_depth (::goby::middleware::frontseat::protobuf::Source_Sensor value) |
| bool | has_speed () const |
| void | clear_speed () |
| ::goby::middleware::frontseat::protobuf::Source_Sensor | speed () const |
| void | set_speed (::goby::middleware::frontseat::protobuf::Source_Sensor value) |
| bool | has_heading () const |
| void | clear_heading () |
| ::goby::middleware::frontseat::protobuf::Source_Sensor | heading () const |
| void | set_heading (::goby::middleware::frontseat::protobuf::Source_Sensor value) |
| template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed> | |
| bool | HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _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< Source, _proto_TypeTraits, _field_type, _is_packed > &id) |
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 Source & | default_instance () |
| static const Source * | internal_default_instance () |
| static bool | Sensor_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Sensor_descriptor () |
| template<typename T > | |
| static const std::string & | Sensor_Name (T enum_t_value) |
| static bool | Sensor_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Sensor *value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
| static constexpr Sensor | GPS |
| static constexpr Sensor | USBL |
| static constexpr Sensor | LBL |
| static constexpr Sensor | INERTIAL_NAVIGATION_SYSTEM |
| static constexpr Sensor | PRESSURE |
| static constexpr Sensor | DVL |
| static constexpr Sensor | RPM_LOOKUP |
| static constexpr Sensor | MAGNETIC_COMPASS |
| static constexpr Sensor | Sensor_MIN |
| static constexpr Sensor | Sensor_MAX |
| static constexpr int | Sensor_ARRAYSIZE |
Protected Member Functions | |
| Source (::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 (Source &a, Source &b) |
Definition at line 1328 of file frontseat_data.pb.h.
Definition at line 1453 of file frontseat_data.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kPositionFieldNumber | |
| kDepthFieldNumber | |
| kSpeedFieldNumber | |
| kHeadingFieldNumber | |
Definition at line 1497 of file frontseat_data.pb.h.
|
inline |
Definition at line 1331 of file frontseat_data.pb.h.
|
override |
|
explicit |
| goby::middleware::frontseat::protobuf::Source::Source | ( | const Source & | from | ) |
|
inlinenoexcept |
Definition at line 1336 of file frontseat_data.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1701 of file frontseat_data.pb.h.
|
inline |
Definition at line 1713 of file frontseat_data.pb.h.
|
final |
|
final |
|
inline |
Definition at line 4859 of file frontseat_data.pb.h.
|
inline |
Definition at line 4917 of file frontseat_data.pb.h.
|
inline |
Definition at line 4830 of file frontseat_data.pb.h.
|
inline |
Definition at line 4888 of file frontseat_data.pb.h.
|
inline |
Definition at line 1569 of file frontseat_data.pb.h.
| void goby::middleware::frontseat::protobuf::Source::CopyFrom | ( | const Source & | from | ) |
|
inlinestatic |
Definition at line 1375 of file frontseat_data.pb.h.
|
inline |
Definition at line 4866 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1366 of file frontseat_data.pb.h.
|
inline |
Definition at line 1579 of file frontseat_data.pb.h.
|
inlinefinal |
Definition at line 1428 of file frontseat_data.pb.h.
|
final |
|
inlinestatic |
Definition at line 1369 of file frontseat_data.pb.h.
|
inline |
Definition at line 1589 of file frontseat_data.pb.h.
|
inline |
Definition at line 1668 of file frontseat_data.pb.h.
|
final |
|
inlinestatic |
Definition at line 1372 of file frontseat_data.pb.h.
|
inline |
Definition at line 1726 of file frontseat_data.pb.h.
|
inline |
Definition at line 4856 of file frontseat_data.pb.h.
|
inline |
Definition at line 4914 of file frontseat_data.pb.h.
|
inline |
Definition at line 4827 of file frontseat_data.pb.h.
|
inline |
Definition at line 4885 of file frontseat_data.pb.h.
|
inline |
Definition at line 1559 of file frontseat_data.pb.h.
|
inline |
Definition at line 4924 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1378 of file frontseat_data.pb.h.
|
final |
|
inline |
Definition at line 1415 of file frontseat_data.pb.h.
|
inline |
Definition at line 1362 of file frontseat_data.pb.h.
|
inline |
Definition at line 1600 of file frontseat_data.pb.h.
|
inline |
Definition at line 1679 of file frontseat_data.pb.h.
|
inline |
Definition at line 1737 of file frontseat_data.pb.h.
|
inlinefinal |
Definition at line 1409 of file frontseat_data.pb.h.
Definition at line 1341 of file frontseat_data.pb.h.
Definition at line 1345 of file frontseat_data.pb.h.
|
inline |
Definition at line 4837 of file frontseat_data.pb.h.
|
inline |
Definition at line 1646 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1480 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1470 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1484 of file frontseat_data.pb.h.
|
inlinestatic |
Definition at line 1490 of file frontseat_data.pb.h.
|
inline |
Definition at line 4875 of file frontseat_data.pb.h.
|
inline |
Definition at line 4933 of file frontseat_data.pb.h.
|
inline |
Definition at line 4846 of file frontseat_data.pb.h.
|
inline |
Definition at line 4904 of file frontseat_data.pb.h.
|
inline |
Definition at line 1622 of file frontseat_data.pb.h.
|
inline |
Definition at line 1690 of file frontseat_data.pb.h.
|
inline |
Definition at line 1611 of file frontseat_data.pb.h.
|
inline |
Definition at line 4895 of file frontseat_data.pb.h.
|
inline |
Definition at line 1388 of file frontseat_data.pb.h.
|
inline |
Definition at line 1359 of file frontseat_data.pb.h.
|
inline |
Definition at line 1657 of file frontseat_data.pb.h.
|
inline |
Definition at line 1633 of file frontseat_data.pb.h.
|
inline |
Definition at line 1401 of file frontseat_data.pb.h.
|
friend |
Definition at line 1749 of file frontseat_data.pb.h.
|
friend |
Definition at line 1437 of file frontseat_data.pb.h.
Definition at line 1763 of file frontseat_data.pb.h.
Definition at line 1385 of file frontseat_data.pb.h.
|
static |
Definition at line 1446 of file frontseat_data.pb.h.
| Impl_ goby::middleware::frontseat::protobuf::Source::_impl_ |
Definition at line 1762 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1464 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1454 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1460 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1382 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1458 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1468 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1462 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1466 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1477 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1475 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1473 of file frontseat_data.pb.h.
|
staticconstexpr |
Definition at line 1456 of file frontseat_data.pb.h.