Goby3 3.2.3
2025.05.13
|
#include <goby/acomms/protobuf/benthos_atm900.pb.h>
Public Types | |
enum | : int { kMultipathDelayFieldNumber = 2 , kSnrFieldNumber = 3 , kRelativeSpeedFieldNumber = 4 , kAutoGainControlFieldNumber = 5 , kCorrectedChannelErrorFieldNumber = 6 , kCrcFieldNumber = 1 } |
typedef ReceiveStatistics_CRCState | CRCState |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | multipath_delay_dimension |
typedef boost::units::unit< multipath_delay_dimension, boost::units::si::system > | multipath_delay_unit |
typedef boost::units::derived_dimension< boost::units::length_base_dimension, 1, boost::units::time_base_dimension,-1 >::type | relative_speed_dimension |
typedef boost::units::unit< relative_speed_dimension, boost::units::si::system > | relative_speed_unit |
Public Member Functions | |
ReceiveStatistics () | |
~ReceiveStatistics () override | |
PROTOBUF_CONSTEXPR | ReceiveStatistics (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
ReceiveStatistics (const ReceiveStatistics &from) | |
ReceiveStatistics (ReceiveStatistics &&from) noexcept | |
ReceiveStatistics & | operator= (const ReceiveStatistics &from) |
ReceiveStatistics & | operator= (ReceiveStatistics &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (ReceiveStatistics *other) |
void | UnsafeArenaSwap (ReceiveStatistics *other) |
ReceiveStatistics * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const ReceiveStatistics &from) |
void | MergeFrom (const ReceiveStatistics &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_multipath_delay () const |
void | clear_multipath_delay () |
float | multipath_delay () const |
void | set_multipath_delay (float value) |
bool | has_snr () const |
void | clear_snr () |
float | snr () const |
void | set_snr (float value) |
bool | has_relative_speed () const |
void | clear_relative_speed () |
float | relative_speed () const |
void | set_relative_speed (float value) |
bool | has_auto_gain_control () const |
void | clear_auto_gain_control () |
float | auto_gain_control () const |
void | set_auto_gain_control (float value) |
bool | has_corrected_channel_error () const |
void | clear_corrected_channel_error () |
int32_t | corrected_channel_error () const |
void | set_corrected_channel_error (int32_t value) |
bool | has_crc () const |
void | clear_crc () |
::goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState | crc () const |
void | set_crc (::goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState value) |
template<typename Quantity > | |
void | set_multipath_delay_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | multipath_delay_with_units () const |
boost::units::quantity< multipath_delay_unit, float > | multipath_delay_with_units () const |
template<typename Quantity > | |
void | set_relative_speed_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | relative_speed_with_units () const |
boost::units::quantity< relative_speed_unit, float > | relative_speed_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 ReceiveStatistics & | default_instance () |
static const ReceiveStatistics * | internal_default_instance () |
static bool | CRCState_IsValid (int value) |
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | CRCState_descriptor () |
template<typename T > | |
static const std::string & | CRCState_Name (T enum_t_value) |
static bool | CRCState_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CRCState *value) |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
static constexpr CRCState | CRC_PASS |
static constexpr CRCState | CRC_FAIL |
static constexpr CRCState | CRCState_MIN |
static constexpr CRCState | CRCState_MAX |
static constexpr int | CRCState_ARRAYSIZE |
Protected Member Functions | |
ReceiveStatistics (::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_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto |
void | swap (ReceiveStatistics &a, ReceiveStatistics &b) |
Definition at line 578 of file benthos_atm900.pb.h.
Definition at line 703 of file benthos_atm900.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::acomms::benthos::protobuf::ReceiveStatistics::multipath_delay_dimension |
Definition at line 821 of file benthos_atm900.pb.h.
typedef boost::units::unit<multipath_delay_dimension,boost::units::si::system> goby::acomms::benthos::protobuf::ReceiveStatistics::multipath_delay_unit |
Definition at line 823 of file benthos_atm900.pb.h.
typedef boost::units::derived_dimension<boost::units::length_base_dimension,1,boost::units::time_base_dimension,-1>::type goby::acomms::benthos::protobuf::ReceiveStatistics::relative_speed_dimension |
Definition at line 836 of file benthos_atm900.pb.h.
typedef boost::units::unit<relative_speed_dimension,boost::units::si::system> goby::acomms::benthos::protobuf::ReceiveStatistics::relative_speed_unit |
Definition at line 838 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kMultipathDelayFieldNumber | |
kSnrFieldNumber | |
kRelativeSpeedFieldNumber | |
kAutoGainControlFieldNumber | |
kCorrectedChannelErrorFieldNumber | |
kCrcFieldNumber |
Definition at line 735 of file benthos_atm900.pb.h.
|
inline |
Definition at line 581 of file benthos_atm900.pb.h.
|
override |
|
explicit |
goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics | ( | const ReceiveStatistics & | from | ) |
|
inlinenoexcept |
Definition at line 586 of file benthos_atm900.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1730 of file benthos_atm900.pb.h.
|
final |
|
final |
|
inline |
Definition at line 1723 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1751 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1610 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1639 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1695 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1667 of file benthos_atm900.pb.h.
void goby::acomms::benthos::protobuf::ReceiveStatistics::CopyFrom | ( | const ReceiveStatistics & | from | ) |
|
inline |
Definition at line 1758 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1617 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 718 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 708 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 722 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 728 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 625 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 616 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 678 of file benthos_atm900.pb.h.
|
final |
|
inlinestatic |
Definition at line 619 of file benthos_atm900.pb.h.
|
final |
|
inlinestatic |
Definition at line 622 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1720 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1748 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1607 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1636 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1692 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1664 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 628 of file benthos_atm900.pb.h.
|
final |
|
inline |
Definition at line 665 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1646 of file benthos_atm900.pb.h.
|
inline |
Definition at line 830 of file benthos_atm900.pb.h.
|
inline |
Definition at line 833 of file benthos_atm900.pb.h.
|
inline |
Definition at line 612 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 659 of file benthos_atm900.pb.h.
|
inline |
Definition at line 591 of file benthos_atm900.pb.h.
|
inlinenoexcept |
Definition at line 595 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1702 of file benthos_atm900.pb.h.
|
inline |
Definition at line 845 of file benthos_atm900.pb.h.
|
inline |
Definition at line 848 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1738 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1766 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1626 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1654 of file benthos_atm900.pb.h.
|
inline |
Definition at line 826 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1710 of file benthos_atm900.pb.h.
|
inline |
Definition at line 841 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1682 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1674 of file benthos_atm900.pb.h.
|
inline |
Definition at line 638 of file benthos_atm900.pb.h.
|
inline |
Definition at line 609 of file benthos_atm900.pb.h.
|
inline |
Definition at line 651 of file benthos_atm900.pb.h.
|
friend |
Definition at line 855 of file benthos_atm900.pb.h.
|
friend |
Definition at line 687 of file benthos_atm900.pb.h.
Definition at line 869 of file benthos_atm900.pb.h.
|
friend |
Definition at line 635 of file benthos_atm900.pb.h.
|
static |
Definition at line 696 of file benthos_atm900.pb.h.
Impl_ goby::acomms::benthos::protobuf::ReceiveStatistics::_impl_ |
Definition at line 868 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 706 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 704 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 715 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 713 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 711 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 632 of file benthos_atm900.pb.h.