Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::benthos::protobuf::ReceiveStatistics Class Referencefinal

#include <goby/acomms/protobuf/benthos_atm900.pb.h>

Inheritance diagram for goby::acomms::benthos::protobuf::ReceiveStatistics:

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
 
ReceiveStatisticsoperator= (const ReceiveStatistics &from)
 
ReceiveStatisticsoperator= (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)
 
ReceiveStatisticsNew (::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 ReceiveStatisticsdefault_instance ()
 
static const ReceiveStatisticsinternal_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)
 

Detailed Description

Definition at line 578 of file benthos_atm900.pb.h.

Member Typedef Documentation

◆ CRCState

◆ multipath_delay_dimension

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.

◆ multipath_delay_unit

Definition at line 823 of file benthos_atm900.pb.h.

◆ relative_speed_dimension

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.

◆ relative_speed_unit

Definition at line 838 of file benthos_atm900.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMultipathDelayFieldNumber 
kSnrFieldNumber 
kRelativeSpeedFieldNumber 
kAutoGainControlFieldNumber 
kCorrectedChannelErrorFieldNumber 
kCrcFieldNumber 

Definition at line 735 of file benthos_atm900.pb.h.

Constructor & Destructor Documentation

◆ ReceiveStatistics() [1/5]

goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics ( )
inline

Definition at line 581 of file benthos_atm900.pb.h.

◆ ~ReceiveStatistics()

goby::acomms::benthos::protobuf::ReceiveStatistics::~ReceiveStatistics ( )
override

◆ ReceiveStatistics() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ReceiveStatistics() [3/5]

goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics ( const ReceiveStatistics from)

◆ ReceiveStatistics() [4/5]

goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics ( ReceiveStatistics &&  from)
inlinenoexcept

Definition at line 586 of file benthos_atm900.pb.h.

◆ ReceiveStatistics() [5/5]

goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::benthos::protobuf::ReceiveStatistics::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::benthos::protobuf::ReceiveStatistics::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ auto_gain_control()

float goby::acomms::benthos::protobuf::ReceiveStatistics::auto_gain_control ( ) const
inline

Definition at line 1730 of file benthos_atm900.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::benthos::protobuf::ReceiveStatistics::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::benthos::protobuf::ReceiveStatistics::Clear ( )
final

◆ clear_auto_gain_control()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_auto_gain_control ( )
inline

Definition at line 1723 of file benthos_atm900.pb.h.

◆ clear_corrected_channel_error()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_corrected_channel_error ( )
inline

Definition at line 1751 of file benthos_atm900.pb.h.

◆ clear_crc()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_crc ( )
inline

Definition at line 1610 of file benthos_atm900.pb.h.

◆ clear_multipath_delay()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_multipath_delay ( )
inline

Definition at line 1639 of file benthos_atm900.pb.h.

◆ clear_relative_speed()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_relative_speed ( )
inline

Definition at line 1695 of file benthos_atm900.pb.h.

◆ clear_snr()

void goby::acomms::benthos::protobuf::ReceiveStatistics::clear_snr ( )
inline

Definition at line 1667 of file benthos_atm900.pb.h.

◆ CopyFrom()

void goby::acomms::benthos::protobuf::ReceiveStatistics::CopyFrom ( const ReceiveStatistics from)

◆ corrected_channel_error()

int32_t goby::acomms::benthos::protobuf::ReceiveStatistics::corrected_channel_error ( ) const
inline

Definition at line 1758 of file benthos_atm900.pb.h.

◆ crc()

goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState goby::acomms::benthos::protobuf::ReceiveStatistics::crc ( ) const
inline

Definition at line 1617 of file benthos_atm900.pb.h.

◆ CRCState_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_descriptor ( )
inlinestatic

Definition at line 718 of file benthos_atm900.pb.h.

◆ CRCState_IsValid()

static bool goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_IsValid ( int  value)
inlinestatic

Definition at line 708 of file benthos_atm900.pb.h.

◆ CRCState_Name()

template<typename T >
static const std::string & goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_Name ( enum_t_value)
inlinestatic

Definition at line 722 of file benthos_atm900.pb.h.

◆ CRCState_Parse()

static bool goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
CRCState value 
)
inlinestatic

Definition at line 728 of file benthos_atm900.pb.h.

◆ default_instance()

static const ReceiveStatistics & goby::acomms::benthos::protobuf::ReceiveStatistics::default_instance ( )
inlinestatic

Definition at line 625 of file benthos_atm900.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::ReceiveStatistics::descriptor ( )
inlinestatic

Definition at line 616 of file benthos_atm900.pb.h.

◆ GetCachedSize()

int goby::acomms::benthos::protobuf::ReceiveStatistics::GetCachedSize ( ) const
inlinefinal

Definition at line 678 of file benthos_atm900.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::benthos::protobuf::ReceiveStatistics::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::benthos::protobuf::ReceiveStatistics::GetDescriptor ( )
inlinestatic

Definition at line 619 of file benthos_atm900.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::benthos::protobuf::ReceiveStatistics::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::benthos::protobuf::ReceiveStatistics::GetReflection ( )
inlinestatic

Definition at line 622 of file benthos_atm900.pb.h.

◆ has_auto_gain_control()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_auto_gain_control ( ) const
inline

Definition at line 1720 of file benthos_atm900.pb.h.

◆ has_corrected_channel_error()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_corrected_channel_error ( ) const
inline

Definition at line 1748 of file benthos_atm900.pb.h.

◆ has_crc()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_crc ( ) const
inline

Definition at line 1607 of file benthos_atm900.pb.h.

◆ has_multipath_delay()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_multipath_delay ( ) const
inline

Definition at line 1636 of file benthos_atm900.pb.h.

◆ has_relative_speed()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_relative_speed ( ) const
inline

Definition at line 1692 of file benthos_atm900.pb.h.

◆ has_snr()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::has_snr ( ) const
inline

Definition at line 1664 of file benthos_atm900.pb.h.

◆ internal_default_instance()

static const ReceiveStatistics * goby::acomms::benthos::protobuf::ReceiveStatistics::internal_default_instance ( )
inlinestatic

Definition at line 628 of file benthos_atm900.pb.h.

◆ IsInitialized()

bool goby::acomms::benthos::protobuf::ReceiveStatistics::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::benthos::protobuf::ReceiveStatistics::MergeFrom ( const ReceiveStatistics from)
inline

Definition at line 665 of file benthos_atm900.pb.h.

◆ multipath_delay()

float goby::acomms::benthos::protobuf::ReceiveStatistics::multipath_delay ( ) const
inline

Definition at line 1646 of file benthos_atm900.pb.h.

◆ multipath_delay_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::benthos::protobuf::ReceiveStatistics::multipath_delay_with_units ( ) const
inline

Definition at line 830 of file benthos_atm900.pb.h.

◆ multipath_delay_with_units() [2/2]

boost::units::quantity< multipath_delay_unit, float > goby::acomms::benthos::protobuf::ReceiveStatistics::multipath_delay_with_units ( ) const
inline

Definition at line 833 of file benthos_atm900.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::benthos::protobuf::ReceiveStatistics::mutable_unknown_fields ( )
inline

Definition at line 612 of file benthos_atm900.pb.h.

◆ New()

ReceiveStatistics * goby::acomms::benthos::protobuf::ReceiveStatistics::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 659 of file benthos_atm900.pb.h.

◆ operator=() [1/2]

ReceiveStatistics & goby::acomms::benthos::protobuf::ReceiveStatistics::operator= ( const ReceiveStatistics from)
inline

Definition at line 591 of file benthos_atm900.pb.h.

◆ operator=() [2/2]

ReceiveStatistics & goby::acomms::benthos::protobuf::ReceiveStatistics::operator= ( ReceiveStatistics &&  from)
inlinenoexcept

Definition at line 595 of file benthos_atm900.pb.h.

◆ relative_speed()

float goby::acomms::benthos::protobuf::ReceiveStatistics::relative_speed ( ) const
inline

Definition at line 1702 of file benthos_atm900.pb.h.

◆ relative_speed_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::benthos::protobuf::ReceiveStatistics::relative_speed_with_units ( ) const
inline

Definition at line 845 of file benthos_atm900.pb.h.

◆ relative_speed_with_units() [2/2]

boost::units::quantity< relative_speed_unit, float > goby::acomms::benthos::protobuf::ReceiveStatistics::relative_speed_with_units ( ) const
inline

Definition at line 848 of file benthos_atm900.pb.h.

◆ set_auto_gain_control()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_auto_gain_control ( float  value)
inline

Definition at line 1738 of file benthos_atm900.pb.h.

◆ set_corrected_channel_error()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_corrected_channel_error ( int32_t  value)
inline

Definition at line 1766 of file benthos_atm900.pb.h.

◆ set_crc()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_crc ( ::goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState  value)
inline

Definition at line 1626 of file benthos_atm900.pb.h.

◆ set_multipath_delay()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_multipath_delay ( float  value)
inline

Definition at line 1654 of file benthos_atm900.pb.h.

◆ set_multipath_delay_with_units()

template<typename Quantity >
void goby::acomms::benthos::protobuf::ReceiveStatistics::set_multipath_delay_with_units ( Quantity  value_w_units)
inline

Definition at line 826 of file benthos_atm900.pb.h.

◆ set_relative_speed()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_relative_speed ( float  value)
inline

Definition at line 1710 of file benthos_atm900.pb.h.

◆ set_relative_speed_with_units()

template<typename Quantity >
void goby::acomms::benthos::protobuf::ReceiveStatistics::set_relative_speed_with_units ( Quantity  value_w_units)
inline

Definition at line 841 of file benthos_atm900.pb.h.

◆ set_snr()

void goby::acomms::benthos::protobuf::ReceiveStatistics::set_snr ( float  value)
inline

Definition at line 1682 of file benthos_atm900.pb.h.

◆ snr()

float goby::acomms::benthos::protobuf::ReceiveStatistics::snr ( ) const
inline

Definition at line 1674 of file benthos_atm900.pb.h.

◆ Swap()

void goby::acomms::benthos::protobuf::ReceiveStatistics::Swap ( ReceiveStatistics other)
inline

Definition at line 638 of file benthos_atm900.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::benthos::protobuf::ReceiveStatistics::unknown_fields ( ) const
inline

Definition at line 609 of file benthos_atm900.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::benthos::protobuf::ReceiveStatistics::UnsafeArenaSwap ( ReceiveStatistics other)
inline

Definition at line 651 of file benthos_atm900.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 855 of file benthos_atm900.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 687 of file benthos_atm900.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto

◆ swap

void swap ( ReceiveStatistics a,
ReceiveStatistics b 
)
friend

Definition at line 635 of file benthos_atm900.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::benthos::protobuf::ReceiveStatistics::_class_data_
static

Definition at line 696 of file benthos_atm900.pb.h.

◆ _impl_

Impl_ goby::acomms::benthos::protobuf::ReceiveStatistics::_impl_

Definition at line 868 of file benthos_atm900.pb.h.

◆ CRC_FAIL

constexpr CRCState goby::acomms::benthos::protobuf::ReceiveStatistics::CRC_FAIL
staticconstexpr

◆ CRC_PASS

constexpr CRCState goby::acomms::benthos::protobuf::ReceiveStatistics::CRC_PASS
staticconstexpr

◆ CRCState_ARRAYSIZE

constexpr int goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 715 of file benthos_atm900.pb.h.

◆ CRCState_MAX

constexpr CRCState goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_MAX
staticconstexpr
Initial value:
=
constexpr ReceiveStatistics_CRCState ReceiveStatistics_CRCState_CRCState_MAX

Definition at line 713 of file benthos_atm900.pb.h.

◆ CRCState_MIN

constexpr CRCState goby::acomms::benthos::protobuf::ReceiveStatistics::CRCState_MIN
staticconstexpr
Initial value:
=
constexpr ReceiveStatistics_CRCState ReceiveStatistics_CRCState_CRCState_MIN

Definition at line 711 of file benthos_atm900.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::benthos::protobuf::ReceiveStatistics::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

Definition at line 632 of file benthos_atm900.pb.h.


The documentation for this class was generated from the following file: