Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
benthos::protobuf::ReceiveStatistics Class Reference
Inheritance diagram for benthos::protobuf::ReceiveStatistics:
Inheritance graph
[legend]

Public Types

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 (const ReceiveStatistics &from)
 
ReceiveStatisticsoperator= (const ReceiveStatistics &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ReceiveStatistics *other)
 
ReceiveStatisticsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ReceiveStatistics &from)
 
void MergeFrom (const ReceiveStatistics &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_crc () const
 
void clear_crc ()
 
inline::benthos::protobuf::ReceiveStatistics_CRCState crc () const
 
void set_crc (::benthos::protobuf::ReceiveStatistics_CRCState value)
 
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 ()
 
inline::google::protobuf::int32 corrected_channel_error () const
 
void set_corrected_channel_error (::google::protobuf::int32 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 ::google::protobuf::Descriptor * descriptor ()
 
static const ReceiveStatisticsdefault_instance ()
 
static bool CRCState_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * CRCState_descriptor ()
 
static const ::std::string & CRCState_Name (CRCState value)
 
static bool CRCState_Parse (const ::std::string &name, CRCState *value)
 

Static Public Attributes

static const CRCState CRC_PASS = ReceiveStatistics_CRCState_CRC_PASS
 
static const CRCState CRC_FAIL = ReceiveStatistics_CRCState_CRC_FAIL
 
static const CRCState CRCState_MIN
 
static const CRCState CRCState_MAX
 
static const int CRCState_ARRAYSIZE
 
static const int kCrcFieldNumber = 1
 
static const int kMultipathDelayFieldNumber = 2
 
static const int kSnrFieldNumber = 3
 
static const int kRelativeSpeedFieldNumber = 4
 
static const int kAutoGainControlFieldNumber = 5
 
static const int kCorrectedChannelErrorFieldNumber = 6
 

Friends

void protobuf_AddDesc_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto ()
 
void protobuf_AssignDesc_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto ()
 
void protobuf_ShutdownFile_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto ()
 

Detailed Description

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

Member Data Documentation

const int benthos::protobuf::ReceiveStatistics::CRCState_ARRAYSIZE
static
Initial value:
=
ReceiveStatistics_CRCState_CRCState_ARRAYSIZE

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

const CRCState benthos::protobuf::ReceiveStatistics::CRCState_MAX
static
Initial value:
=
ReceiveStatistics_CRCState_CRCState_MAX

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

const CRCState benthos::protobuf::ReceiveStatistics::CRCState_MIN
static
Initial value:
=
ReceiveStatistics_CRCState_CRCState_MIN

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


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