Goby3
3.1.5a
2024.05.23
|
#include <goby/acomms/protobuf/benthos_atm900.pb.h>
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 Types inherited from google::protobuf::Message | |
typedef google::protobuf::Reflection | Reflection |
Public Member Functions | |
ReceiveStatistics () | |
virtual | ~ReceiveStatistics () |
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 final |
ReceiveStatistics * | New (::google::protobuf::Arena *arena) const final |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const ReceiveStatistics &from) |
void | MergeFrom (const ReceiveStatistics &from) |
void | Clear () final |
bool | IsInitialized () const final |
size_t | ByteSizeLong () const final |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
int | GetCachedSize () const final |
::google::protobuf::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 () |
::google::protobuf::int32 | corrected_channel_error () const |
void | set_corrected_channel_error (::google::protobuf::int32 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 |
Public Member Functions inherited from google::protobuf::Message | |
Message () | |
virtual | ~Message () |
virtual void | CopyFrom (const Message &from) |
virtual void | MergeFrom (const Message &from) |
void | CheckInitialized () const |
void | FindInitializationErrors (std::vector< string > *errors) const |
string | InitializationErrorString () const |
virtual void | DiscardUnknownFields () |
virtual size_t | SpaceUsedLong () const |
int | SpaceUsed () const |
string | DebugString () const |
string | ShortDebugString () const |
string | Utf8DebugString () const |
void | PrintDebugString () const |
bool | ParseFromFileDescriptor (int file_descriptor) |
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
bool | ParseFromIstream (std::istream *input) |
bool | ParsePartialFromIstream (std::istream *input) |
bool | SerializeToFileDescriptor (int file_descriptor) const |
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
bool | SerializeToOstream (std::ostream *output) const |
bool | SerializePartialToOstream (std::ostream *output) const |
virtual string | GetTypeName () const |
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
const Descriptor * | GetDescriptor () const |
virtual const Reflection * | GetReflection () const final |
Public Member Functions inherited from google::protobuf::MessageLite | |
MessageLite () | |
virtual | ~MessageLite () |
virtual ::google::protobuf::Arena * | GetArena () const |
virtual void * | GetMaybeArenaPointer () const |
bool | ParseFromCodedStream (io::CodedInputStream *input) |
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
bool | ParseFromString (const string &data) |
bool | ParsePartialFromString (const string &data) |
bool | ParseFromArray (const void *data, int size) |
bool | ParsePartialFromArray (const void *data, int size) |
bool | MergeFromCodedStream (io::CodedInputStream *input) |
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
bool | SerializeToString (string *output) const |
bool | SerializePartialToString (string *output) const |
bool | SerializeToArray (void *data, int size) const |
bool | SerializePartialToArray (void *data, int size) const |
string | SerializeAsString () const |
string | SerializePartialAsString () const |
bool | AppendToString (string *output) const |
bool | AppendPartialToString (string *output) const |
int | ByteSize () const |
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
virtual uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const ReceiveStatistics & | default_instance () |
static void | InitAsDefaultInstance () |
static const ReceiveStatistics * | internal_default_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 constexpr int | kIndexInFileMessages |
static const CRCState | CRC_PASS |
static const CRCState | CRC_FAIL |
static const CRCState | CRCState_MIN |
static const CRCState | CRCState_MAX |
static const int | CRCState_ARRAYSIZE |
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 |
static const int | kCrcFieldNumber = 1 |
Friends | |
struct | ::protobuf_goby_2facomms_2fprotobuf_2fbenthos_5fatm900_2eproto::TableStruct |
void | swap (ReceiveStatistics &a, ReceiveStatistics &b) |
Additional Inherited Members | |
Static Protected Member Functions inherited from google::protobuf::MessageLite | |
template<typename T > | |
::google::protobuf::internal::RepeatedPtrFieldBase * | CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated) |
template<typename T > | |
static const ::google::protobuf::internal::RepeatedPtrFieldBase & | CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated) |
template<typename T > | |
static T * | CreateMaybeMessage (Arena *arena) |
Definition at line 450 of file benthos_atm900.pb.h.
Definition at line 542 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 612 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 614 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 625 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 629 of file benthos_atm900.pb.h.
goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics | ( | ) |
|
virtual |
goby::acomms::benthos::protobuf::ReceiveStatistics::ReceiveStatistics | ( | const ReceiveStatistics & | from | ) |
|
inline |
Definition at line 1363 of file benthos_atm900.pb.h.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
inline |
Definition at line 1359 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1383 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1262 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1287 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1335 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1311 of file benthos_atm900.pb.h.
|
final |
void goby::acomms::benthos::protobuf::ReceiveStatistics::CopyFrom | ( | const ReceiveStatistics & | from | ) |
|
inline |
Definition at line 1387 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1266 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 557 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 547 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 560 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 563 of file benthos_atm900.pb.h.
|
static |
|
static |
|
inlinefinalvirtual |
Implements google::protobuf::MessageLite.
Definition at line 522 of file benthos_atm900.pb.h.
|
finalvirtual |
Implements google::protobuf::Message.
|
inline |
Definition at line 1350 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1374 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1253 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1278 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1326 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1302 of file benthos_atm900.pb.h.
|
static |
|
inlinestatic |
Definition at line 487 of file benthos_atm900.pb.h.
|
final |
|
finalvirtual |
Reimplemented from google::protobuf::Message.
|
final |
void goby::acomms::benthos::protobuf::ReceiveStatistics::MergeFrom | ( | const ReceiveStatistics & | from | ) |
|
final |
|
inline |
Definition at line 1291 of file benthos_atm900.pb.h.
|
inline |
Definition at line 621 of file benthos_atm900.pb.h.
|
inline |
Definition at line 624 of file benthos_atm900.pb.h.
|
inline |
Definition at line 479 of file benthos_atm900.pb.h.
|
inlinefinalvirtual |
Implements google::protobuf::Message.
Definition at line 501 of file benthos_atm900.pb.h.
|
inlinefinalvirtual |
Reimplemented from google::protobuf::Message.
Definition at line 505 of file benthos_atm900.pb.h.
|
inline |
Definition at line 457 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1339 of file benthos_atm900.pb.h.
|
inline |
Definition at line 636 of file benthos_atm900.pb.h.
|
inline |
Definition at line 639 of file benthos_atm900.pb.h.
|
final |
|
inline |
Definition at line 1367 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1391 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1270 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1295 of file benthos_atm900.pb.h.
|
inline |
Definition at line 617 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1343 of file benthos_atm900.pb.h.
|
inline |
Definition at line 632 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1319 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1315 of file benthos_atm900.pb.h.
void goby::acomms::benthos::protobuf::ReceiveStatistics::Swap | ( | ReceiveStatistics * | other | ) |
|
inline |
Definition at line 476 of file benthos_atm900.pb.h.
Definition at line 666 of file benthos_atm900.pb.h.
|
friend |
Definition at line 495 of file benthos_atm900.pb.h.
|
static |
Definition at line 545 of file benthos_atm900.pb.h.
|
static |
Definition at line 543 of file benthos_atm900.pb.h.
|
static |
Definition at line 554 of file benthos_atm900.pb.h.
|
static |
Definition at line 552 of file benthos_atm900.pb.h.
|
static |
Definition at line 550 of file benthos_atm900.pb.h.
|
static |
Definition at line 594 of file benthos_atm900.pb.h.
|
static |
Definition at line 601 of file benthos_atm900.pb.h.
|
static |
Definition at line 608 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 491 of file benthos_atm900.pb.h.
|
static |
Definition at line 573 of file benthos_atm900.pb.h.
|
static |
Definition at line 587 of file benthos_atm900.pb.h.
|
static |
Definition at line 580 of file benthos_atm900.pb.h.