|
Goby3 3.3.0
2025.07.10
|
#include <goby/middleware/frontseat/bluefin/bluefin.pb.h>
Public Types | |
| enum | : int { kDebugStringFieldNumber = 3 , kStatusFieldNumber = 1 , kErrorFieldNumber = 2 , kBuoyancyNewtonsFieldNumber = 4 } |
| typedef BuoyancyStatus_Status | Status |
| typedef BuoyancyStatus_Error | Error |
Public Member Functions | |
| BuoyancyStatus () | |
| ~BuoyancyStatus () override | |
| PROTOBUF_CONSTEXPR | BuoyancyStatus (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| BuoyancyStatus (const BuoyancyStatus &from) | |
| BuoyancyStatus (BuoyancyStatus &&from) noexcept | |
| BuoyancyStatus & | operator= (const BuoyancyStatus &from) |
| BuoyancyStatus & | operator= (BuoyancyStatus &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (BuoyancyStatus *other) |
| void | UnsafeArenaSwap (BuoyancyStatus *other) |
| BuoyancyStatus * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const BuoyancyStatus &from) |
| void | MergeFrom (const BuoyancyStatus &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_debug_string () const |
| void | clear_debug_string () |
| const std::string & | debug_string () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_debug_string (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_debug_string () |
| PROTOBUF_NODISCARD std::string * | release_debug_string () |
| void | set_allocated_debug_string (std::string *debug_string) |
| bool | has_status () const |
| void | clear_status () |
| ::goby::middleware::frontseat::protobuf::BuoyancyStatus_Status | status () const |
| void | set_status (::goby::middleware::frontseat::protobuf::BuoyancyStatus_Status value) |
| bool | has_error () const |
| void | clear_error () |
| ::goby::middleware::frontseat::protobuf::BuoyancyStatus_Error | error () const |
| void | set_error (::goby::middleware::frontseat::protobuf::BuoyancyStatus_Error value) |
| bool | has_buoyancy_newtons () const |
| void | clear_buoyancy_newtons () |
| double | buoyancy_newtons () const |
| void | set_buoyancy_newtons (double value) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_debug_string (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 BuoyancyStatus & | default_instance () |
| static const BuoyancyStatus * | internal_default_instance () |
| static bool | Status_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Status_descriptor () |
| template<typename T > | |
| static const std::string & | Status_Name (T enum_t_value) |
| static bool | Status_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Status *value) |
| static bool | Error_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | Error_descriptor () |
| template<typename T > | |
| static const std::string & | Error_Name (T enum_t_value) |
| static bool | Error_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Error *value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
| static constexpr Status | BUOYANCY_IDLE |
| static constexpr Status | BUOYANCY_IN_PROGRESS |
| static constexpr Status | BUOYANCY_COMPLETED_SUCCESSFULLY |
| static constexpr Status | BUOYANCY_COMPLETED_UNSUCCESSFULLY |
| static constexpr Status | Status_MIN |
| static constexpr Status | Status_MAX |
| static constexpr int | Status_ARRAYSIZE |
| static constexpr Error | ERROR_NONE |
| static constexpr Error | ERROR_BUOYANCY_OPERATION_FAILED |
| static constexpr Error | ERROR_OPERATION_CANCELLED |
| static constexpr Error | ERROR_ZERO_FLOW |
| static constexpr Error | Error_MIN |
| static constexpr Error | Error_MAX |
| static constexpr int | Error_ARRAYSIZE |
Protected Member Functions | |
| BuoyancyStatus (::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_2ffrontseat_2fbluefin_2fbluefin_2eproto |
| void | swap (BuoyancyStatus &a, BuoyancyStatus &b) |
Definition at line 304 of file bluefin.pb.h.
Definition at line 463 of file bluefin.pb.h.
Definition at line 429 of file bluefin.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kDebugStringFieldNumber | |
| kStatusFieldNumber | |
| kErrorFieldNumber | |
| kBuoyancyNewtonsFieldNumber | |
Definition at line 499 of file bluefin.pb.h.
|
inline |
Definition at line 307 of file bluefin.pb.h.
|
override |
|
explicit |
| goby::middleware::frontseat::protobuf::BuoyancyStatus::BuoyancyStatus | ( | const BuoyancyStatus & | from | ) |
|
inlinenoexcept |
Definition at line 312 of file bluefin.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 2507 of file bluefin.pb.h.
|
final |
|
final |
|
inline |
Definition at line 2500 of file bluefin.pb.h.
|
inline |
Definition at line 2432 of file bluefin.pb.h.
|
inline |
Definition at line 2403 of file bluefin.pb.h.
|
inline |
Definition at line 2374 of file bluefin.pb.h.
| void goby::middleware::frontseat::protobuf::BuoyancyStatus::CopyFrom | ( | const BuoyancyStatus & | from | ) |
|
inline |
Definition at line 2436 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 351 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 342 of file bluefin.pb.h.
|
inline |
Definition at line 2410 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 482 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 472 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 486 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 492 of file bluefin.pb.h.
|
inlinefinal |
Definition at line 404 of file bluefin.pb.h.
|
final |
|
inlinestatic |
Definition at line 345 of file bluefin.pb.h.
|
final |
|
inlinestatic |
Definition at line 348 of file bluefin.pb.h.
|
inline |
Definition at line 2497 of file bluefin.pb.h.
|
inline |
Definition at line 2429 of file bluefin.pb.h.
|
inline |
Definition at line 2400 of file bluefin.pb.h.
|
inline |
Definition at line 2371 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 354 of file bluefin.pb.h.
|
final |
|
inline |
Definition at line 391 of file bluefin.pb.h.
|
inline |
Definition at line 2447 of file bluefin.pb.h.
|
inline |
Definition at line 338 of file bluefin.pb.h.
|
inlinefinal |
Definition at line 385 of file bluefin.pb.h.
|
inlinenoexcept |
Definition at line 321 of file bluefin.pb.h.
|
inline |
Definition at line 317 of file bluefin.pb.h.
|
inline |
Definition at line 2463 of file bluefin.pb.h.
|
inline |
Definition at line 2477 of file bluefin.pb.h.
|
inline |
Definition at line 2515 of file bluefin.pb.h.
| void goby::middleware::frontseat::protobuf::BuoyancyStatus::set_debug_string | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 2442 of file bluefin.pb.h.
|
inline |
Definition at line 2419 of file bluefin.pb.h.
|
inline |
Definition at line 2390 of file bluefin.pb.h.
|
inline |
Definition at line 2381 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 448 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 438 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 452 of file bluefin.pb.h.
|
inlinestatic |
Definition at line 458 of file bluefin.pb.h.
|
inline |
Definition at line 364 of file bluefin.pb.h.
|
inline |
Definition at line 335 of file bluefin.pb.h.
|
inline |
Definition at line 377 of file bluefin.pb.h.
|
friend |
Definition at line 566 of file bluefin.pb.h.
|
friend |
Definition at line 413 of file bluefin.pb.h.
Definition at line 578 of file bluefin.pb.h.
|
friend |
Definition at line 361 of file bluefin.pb.h.
|
static |
Definition at line 422 of file bluefin.pb.h.
| Impl_ goby::middleware::frontseat::protobuf::BuoyancyStatus::_impl_ |
Definition at line 577 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 434 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 436 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 430 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 432 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 479 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 466 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 477 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 475 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 464 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 468 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 470 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 358 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 445 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 443 of file bluefin.pb.h.
|
staticconstexpr |
Definition at line 441 of file bluefin.pb.h.