|
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 |
|
|
| ReceiveStatistics (const ReceiveStatistics &from) |
|
ReceiveStatistics & | operator= (const ReceiveStatistics &from) |
|
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (ReceiveStatistics *other) |
|
ReceiveStatistics * | New () 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 |
|
Definition at line 286 of file benthos_atm900.pb.h.