Goby3
3.1.5
2024.05.14
|
#include <goby/acomms/protobuf/benthos_atm900.pb.h>
Public Member Functions | |
Config () | |
virtual | ~Config () |
Config (const Config &from) | |
Config (Config &&from) noexcept | |
Config & | operator= (const Config &from) |
Config & | operator= (Config &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Config *other) |
void | UnsafeArenaSwap (Config *other) |
Config * | New () const final |
Config * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const Config &from) |
void | MergeFrom (const Config &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 |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
int | config_size () const |
void | clear_config () |
const std::string & | config (int index) const |
std::string * | mutable_config (int index) |
void | set_config (int index, const std::string &value) |
void | set_config (int index, std::string &&value) |
void | set_config (int index, const char *value) |
void | set_config (int index, const char *value, size_t size) |
std::string * | add_config () |
void | add_config (const std::string &value) |
void | add_config (std::string &&value) |
void | add_config (const char *value) |
void | add_config (const char *value, size_t size) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | config () const |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_config () |
bool | has_config_load () const |
void | clear_config_load () |
const std::string & | config_load () const |
void | set_config_load (const std::string &value) |
void | set_config_load (std::string &&value) |
void | set_config_load (const char *value) |
void | set_config_load (const char *value, size_t size) |
std::string * | mutable_config_load () |
std::string * | release_config_load () |
void | set_allocated_config_load (std::string *config_load) |
bool | has_factory_reset () const |
void | clear_factory_reset () |
bool | factory_reset () const |
void | set_factory_reset (bool value) |
bool | has_start_timeout () const |
void | clear_start_timeout () |
::PROTOBUF_NAMESPACE_ID::int32 | start_timeout () const |
void | set_start_timeout (::PROTOBUF_NAMESPACE_ID::int32 value) |
bool | has_max_frame_size () const |
void | clear_max_frame_size () |
::PROTOBUF_NAMESPACE_ID::uint32 | max_frame_size () const |
void | set_max_frame_size (::PROTOBUF_NAMESPACE_ID::uint32 value) |
BenthosHeader () | |
virtual | ~BenthosHeader () |
BenthosHeader (const BenthosHeader &from) | |
BenthosHeader (BenthosHeader &&from) noexcept | |
BenthosHeader & | operator= (const BenthosHeader &from) |
BenthosHeader & | operator= (BenthosHeader &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (BenthosHeader *other) |
void | UnsafeArenaSwap (BenthosHeader *other) |
BenthosHeader * | New () const final |
BenthosHeader * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const BenthosHeader &from) |
void | MergeFrom (const BenthosHeader &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 |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
int | acked_frame_size () const |
void | clear_acked_frame () |
::PROTOBUF_NAMESPACE_ID::int32 | acked_frame (int index) const |
void | set_acked_frame (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
void | add_acked_frame (::PROTOBUF_NAMESPACE_ID::int32 value) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | acked_frame () const |
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_acked_frame () |
bool | has_ack_requested () const |
void | clear_ack_requested () |
bool | ack_requested () const |
void | set_ack_requested (bool value) |
bool | has_type () const |
void | clear_type () |
::goby::acomms::protobuf::ModemTransmission_TransmissionType | type () const |
void | set_type (::goby::acomms::protobuf::ModemTransmission_TransmissionType value) |
ReceiveStatistics () | |
virtual | ~ReceiveStatistics () |
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 () const final |
ReceiveStatistics * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) 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 |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () 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 () |
::PROTOBUF_NAMESPACE_ID::int32 | corrected_channel_error () const |
void | set_corrected_channel_error (::PROTOBUF_NAMESPACE_ID::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 |
RangingReply () | |
virtual | ~RangingReply () |
RangingReply (const RangingReply &from) | |
RangingReply (RangingReply &&from) noexcept | |
RangingReply & | operator= (const RangingReply &from) |
RangingReply & | operator= (RangingReply &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (RangingReply *other) |
void | UnsafeArenaSwap (RangingReply *other) |
RangingReply * | New () const final |
RangingReply * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const RangingReply &from) |
void | MergeFrom (const RangingReply &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 |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_one_way_travel_time () const |
void | clear_one_way_travel_time () |
double | one_way_travel_time () const |
void | set_one_way_travel_time (double value) |
template<typename Quantity > | |
void | set_one_way_travel_time_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | one_way_travel_time_with_units () const |
boost::units::quantity< one_way_travel_time_unit, double > | one_way_travel_time_with_units () const |
Transmission () | |
virtual | ~Transmission () |
Transmission (const Transmission &from) | |
Transmission (Transmission &&from) noexcept | |
Transmission & | operator= (const Transmission &from) |
Transmission & | operator= (Transmission &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Transmission *other) |
void | UnsafeArenaSwap (Transmission *other) |
Transmission * | New () const final |
Transmission * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const Transmission &from) |
void | MergeFrom (const Transmission &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 |
::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_receive_stat () const |
void | clear_receive_stat () |
const ::goby::acomms::benthos::protobuf::ReceiveStatistics & | receive_stat () const |
::goby::acomms::benthos::protobuf::ReceiveStatistics * | release_receive_stat () |
::goby::acomms::benthos::protobuf::ReceiveStatistics * | mutable_receive_stat () |
void | set_allocated_receive_stat (::goby::acomms::benthos::protobuf::ReceiveStatistics *receive_stat) |
void | unsafe_arena_set_allocated_receive_stat (::goby::acomms::benthos::protobuf::ReceiveStatistics *receive_stat) |
::goby::acomms::benthos::protobuf::ReceiveStatistics * | unsafe_arena_release_receive_stat () |
bool | has_ranging_reply () const |
void | clear_ranging_reply () |
const ::goby::acomms::benthos::protobuf::RangingReply & | ranging_reply () const |
::goby::acomms::benthos::protobuf::RangingReply * | release_ranging_reply () |
::goby::acomms::benthos::protobuf::RangingReply * | mutable_ranging_reply () |
void | set_allocated_ranging_reply (::goby::acomms::benthos::protobuf::RangingReply *ranging_reply) |
void | unsafe_arena_set_allocated_ranging_reply (::goby::acomms::benthos::protobuf::RangingReply *ranging_reply) |
::goby::acomms::benthos::protobuf::RangingReply * | unsafe_arena_release_ranging_reply () |
bool | has_type () const |
void | clear_type () |
::goby::acomms::benthos::protobuf::TransmissionType | type () const |
void | set_type (::goby::acomms::benthos::protobuf::TransmissionType value) |
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 Config & | default_instance () |
static void | InitAsDefaultInstance () |
static const Config * | internal_default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const BenthosHeader & | default_instance () |
static void | InitAsDefaultInstance () |
static const BenthosHeader * | internal_default_instance () |
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 void | InitAsDefaultInstance () |
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 (const std::string &name, CRCState *value) |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const RangingReply & | default_instance () |
static void | InitAsDefaultInstance () |
static const RangingReply * | internal_default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Transmission & | default_instance () |
static void | InitAsDefaultInstance () |
static const Transmission * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
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 | |
Config (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
BenthosHeader (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
ReceiveStatistics (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
RangingReply (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Transmission (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
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 (Config &a, Config &b) |
void | swap (BenthosHeader &a, BenthosHeader &b) |
void | swap (ReceiveStatistics &a, ReceiveStatistics &b) |
void | swap (RangingReply &a, RangingReply &b) |
void | swap (Transmission &a, Transmission &b) |
Definition at line 153 of file benthos_atm900.pb.h.
Definition at line 694 of file benthos_atm900.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type goby::acomms::benthos::protobuf::PROTOBUF_FINAL::multipath_delay_dimension |
Definition at line 812 of file benthos_atm900.pb.h.
typedef boost::units::unit<multipath_delay_dimension,boost::units::si::system> goby::acomms::benthos::protobuf::PROTOBUF_FINAL::multipath_delay_unit |
Definition at line 814 of file benthos_atm900.pb.h.
typedef boost::units::si::second_base_unit::unit_type goby::acomms::benthos::protobuf::PROTOBUF_FINAL::one_way_travel_time_unit |
Definition at line 996 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::PROTOBUF_FINAL::relative_speed_dimension |
Definition at line 827 of file benthos_atm900.pb.h.
typedef boost::units::unit<relative_speed_dimension,boost::units::si::system> goby::acomms::benthos::protobuf::PROTOBUF_FINAL::relative_speed_unit |
Definition at line 829 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kConfigFieldNumber | |
kConfigLoadFieldNumber | |
kFactoryResetFieldNumber | |
kStartTimeoutFieldNumber | |
kMaxFrameSizeFieldNumber |
Definition at line 272 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kAckedFrameFieldNumber | |
kAckRequestedFieldNumber | |
kTypeFieldNumber |
Definition at line 508 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kMultipathDelayFieldNumber | |
kSnrFieldNumber | |
kRelativeSpeedFieldNumber | |
kAutoGainControlFieldNumber | |
kCorrectedChannelErrorFieldNumber | |
kCrcFieldNumber |
Definition at line 726 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kOneWayTravelTimeFieldNumber |
Definition at line 980 of file benthos_atm900.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kReceiveStatFieldNumber | |
kRangingReplyFieldNumber | |
kTypeFieldNumber |
Definition at line 1142 of file benthos_atm900.pb.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::ack_requested | ( | ) | const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::acked_frame | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 goby::acomms::benthos::protobuf::PROTOBUF_FINAL::acked_frame | ( | int | index | ) | const |
int goby::acomms::benthos::protobuf::PROTOBUF_FINAL::acked_frame_size | ( | ) | const |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_acked_frame | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
std::string* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_config | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_config | ( | const char * | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_config | ( | const char * | value, |
size_t | size | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_config | ( | const std::string & | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::add_config | ( | std::string && | value | ) |
float goby::acomms::benthos::protobuf::PROTOBUF_FINAL::auto_gain_control | ( | ) | const |
|
inline |
Definition at line 392 of file benthos_atm900.pb.h.
|
explicitprotected |
|
inlinenoexcept |
Definition at line 396 of file benthos_atm900.pb.h.
goby::acomms::benthos::protobuf::PROTOBUF_FINAL::BenthosHeader | ( | const BenthosHeader & | from | ) |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_ack_requested | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_acked_frame | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_auto_gain_control | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_config | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_config_load | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_corrected_channel_error | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_crc | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_factory_reset | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_max_frame_size | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_multipath_delay | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_one_way_travel_time | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_ranging_reply | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_receive_stat | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_relative_speed | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_snr | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_start_timeout | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_type | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::clear_type | ( | ) |
|
inline |
Definition at line 156 of file benthos_atm900.pb.h.
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::config | ( | ) | const |
|
explicitprotected |
|
inlinenoexcept |
Definition at line 160 of file benthos_atm900.pb.h.
goby::acomms::benthos::protobuf::PROTOBUF_FINAL::Config | ( | const Config & | from | ) |
const std::string& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::config | ( | int | index | ) | const |
const std::string& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::config_load | ( | ) | const |
int goby::acomms::benthos::protobuf::PROTOBUF_FINAL::config_size | ( | ) | const |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const BenthosHeader & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const Config & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const RangingReply & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const ReceiveStatistics & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::CopyFrom | ( | const Transmission & | from | ) |
::PROTOBUF_NAMESPACE_ID::int32 goby::acomms::benthos::protobuf::PROTOBUF_FINAL::corrected_channel_error | ( | ) | const |
::goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState goby::acomms::benthos::protobuf::PROTOBUF_FINAL::crc | ( | ) | const |
|
inlinestatic |
Definition at line 709 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 699 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 713 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 719 of file benthos_atm900.pb.h.
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 185 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 421 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 609 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 893 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 1055 of file benthos_atm900.pb.h.
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::factory_reset | ( | ) | const |
|
inlinefinal |
Definition at line 241 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 477 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 665 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 949 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 1111 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 188 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 424 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 612 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 896 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 1058 of file benthos_atm900.pb.h.
|
final |
|
final |
|
final |
|
final |
|
final |
|
inlinestatic |
Definition at line 191 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 427 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 615 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 899 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 1061 of file benthos_atm900.pb.h.
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_ack_requested | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_auto_gain_control | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_config_load | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_corrected_channel_error | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_crc | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_factory_reset | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_max_frame_size | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_multipath_delay | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_one_way_travel_time | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_ranging_reply | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_receive_stat | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_relative_speed | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_snr | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_start_timeout | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_type | ( | ) | const |
bool goby::acomms::benthos::protobuf::PROTOBUF_FINAL::has_type | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 197 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 433 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 621 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 905 of file benthos_atm900.pb.h.
|
inlinestatic |
Definition at line 1067 of file benthos_atm900.pb.h.
|
final |
|
final |
|
final |
|
final |
|
final |
::PROTOBUF_NAMESPACE_ID::uint32 goby::acomms::benthos::protobuf::PROTOBUF_FINAL::max_frame_size | ( | ) | const |
|
final |
|
final |
|
final |
|
final |
|
final |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const BenthosHeader & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const Config & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const RangingReply & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const ReceiveStatistics & | from | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::MergeFrom | ( | const Transmission & | from | ) |
float goby::acomms::benthos::protobuf::PROTOBUF_FINAL::multipath_delay | ( | ) | const |
|
inline |
Definition at line 821 of file benthos_atm900.pb.h.
|
inline |
Definition at line 824 of file benthos_atm900.pb.h.
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_acked_frame | ( | ) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_config | ( | ) |
std::string* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_config | ( | int | index | ) |
std::string* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_config_load | ( | ) |
::goby::acomms::benthos::protobuf::RangingReply* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_ranging_reply | ( | ) |
::goby::acomms::benthos::protobuf::ReceiveStatistics* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::mutable_receive_stat | ( | ) |
|
inline |
Definition at line 181 of file benthos_atm900.pb.h.
|
inline |
Definition at line 417 of file benthos_atm900.pb.h.
|
inline |
Definition at line 605 of file benthos_atm900.pb.h.
|
inline |
Definition at line 889 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1051 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 223 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 459 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 647 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 931 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 1093 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 227 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 463 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 651 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 935 of file benthos_atm900.pb.h.
|
inlinefinal |
Definition at line 1097 of file benthos_atm900.pb.h.
double goby::acomms::benthos::protobuf::PROTOBUF_FINAL::one_way_travel_time | ( | ) | const |
|
inline |
Definition at line 1003 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1006 of file benthos_atm900.pb.h.
|
inlinenoexcept |
Definition at line 405 of file benthos_atm900.pb.h.
Definition at line 169 of file benthos_atm900.pb.h.
|
inline |
Definition at line 401 of file benthos_atm900.pb.h.
Definition at line 165 of file benthos_atm900.pb.h.
|
inline |
Definition at line 873 of file benthos_atm900.pb.h.
|
inline |
Definition at line 589 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1035 of file benthos_atm900.pb.h.
|
inlinenoexcept |
Definition at line 877 of file benthos_atm900.pb.h.
|
inlinenoexcept |
Definition at line 593 of file benthos_atm900.pb.h.
|
inlinenoexcept |
Definition at line 1039 of file benthos_atm900.pb.h.
const ::goby::acomms::benthos::protobuf::RangingReply& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::ranging_reply | ( | ) | const |
|
inline |
Definition at line 864 of file benthos_atm900.pb.h.
|
explicitprotected |
goby::acomms::benthos::protobuf::PROTOBUF_FINAL::RangingReply | ( | const RangingReply & | from | ) |
|
inlinenoexcept |
Definition at line 868 of file benthos_atm900.pb.h.
const ::goby::acomms::benthos::protobuf::ReceiveStatistics& goby::acomms::benthos::protobuf::PROTOBUF_FINAL::receive_stat | ( | ) | const |
|
inline |
Definition at line 580 of file benthos_atm900.pb.h.
|
explicitprotected |
goby::acomms::benthos::protobuf::PROTOBUF_FINAL::ReceiveStatistics | ( | const ReceiveStatistics & | from | ) |
|
inlinenoexcept |
Definition at line 584 of file benthos_atm900.pb.h.
float goby::acomms::benthos::protobuf::PROTOBUF_FINAL::relative_speed | ( | ) | const |
|
inline |
Definition at line 836 of file benthos_atm900.pb.h.
|
inline |
Definition at line 839 of file benthos_atm900.pb.h.
std::string* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::release_config_load | ( | ) |
::goby::acomms::benthos::protobuf::RangingReply* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::release_ranging_reply | ( | ) |
::goby::acomms::benthos::protobuf::ReceiveStatistics* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::release_receive_stat | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_ack_requested | ( | bool | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_acked_frame | ( | int | index, |
::PROTOBUF_NAMESPACE_ID::int32 | value | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_allocated_config_load | ( | std::string * | config_load | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_allocated_ranging_reply | ( | ::goby::acomms::benthos::protobuf::RangingReply * | ranging_reply | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_allocated_receive_stat | ( | ::goby::acomms::benthos::protobuf::ReceiveStatistics * | receive_stat | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_auto_gain_control | ( | float | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config | ( | int | index, |
const char * | value | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config | ( | int | index, |
const std::string & | value | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config | ( | int | index, |
std::string && | value | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config_load | ( | const char * | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config_load | ( | const char * | value, |
size_t | size | ||
) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config_load | ( | const std::string & | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_config_load | ( | std::string && | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_corrected_channel_error | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_crc | ( | ::goby::acomms::benthos::protobuf::ReceiveStatistics_CRCState | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_factory_reset | ( | bool | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_max_frame_size | ( | ::PROTOBUF_NAMESPACE_ID::uint32 | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_multipath_delay | ( | float | value | ) |
|
inline |
Definition at line 817 of file benthos_atm900.pb.h.
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_one_way_travel_time | ( | double | value | ) |
|
inline |
Definition at line 999 of file benthos_atm900.pb.h.
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_relative_speed | ( | float | value | ) |
|
inline |
Definition at line 832 of file benthos_atm900.pb.h.
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_snr | ( | float | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_start_timeout | ( | ::PROTOBUF_NAMESPACE_ID::int32 | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_type | ( | ::goby::acomms::benthos::protobuf::TransmissionType | value | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::set_type | ( | ::goby::acomms::protobuf::ModemTransmission_TransmissionType | value | ) |
float goby::acomms::benthos::protobuf::PROTOBUF_FINAL::snr | ( | ) | const |
::PROTOBUF_NAMESPACE_ID::int32 goby::acomms::benthos::protobuf::PROTOBUF_FINAL::start_timeout | ( | ) | const |
|
inline |
Definition at line 443 of file benthos_atm900.pb.h.
|
inline |
Definition at line 207 of file benthos_atm900.pb.h.
|
inline |
Definition at line 915 of file benthos_atm900.pb.h.
|
inline |
Definition at line 631 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1077 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1026 of file benthos_atm900.pb.h.
|
explicitprotected |
goby::acomms::benthos::protobuf::PROTOBUF_FINAL::Transmission | ( | const Transmission & | from | ) |
|
inlinenoexcept |
Definition at line 1030 of file benthos_atm900.pb.h.
::goby::acomms::protobuf::ModemTransmission_TransmissionType goby::acomms::benthos::protobuf::PROTOBUF_FINAL::type | ( | ) | const |
::goby::acomms::benthos::protobuf::TransmissionType goby::acomms::benthos::protobuf::PROTOBUF_FINAL::type | ( | ) | const |
|
inline |
Definition at line 178 of file benthos_atm900.pb.h.
|
inline |
Definition at line 414 of file benthos_atm900.pb.h.
|
inline |
Definition at line 602 of file benthos_atm900.pb.h.
|
inline |
Definition at line 886 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1048 of file benthos_atm900.pb.h.
::goby::acomms::benthos::protobuf::RangingReply* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::unsafe_arena_release_ranging_reply | ( | ) |
::goby::acomms::benthos::protobuf::ReceiveStatistics* goby::acomms::benthos::protobuf::PROTOBUF_FINAL::unsafe_arena_release_receive_stat | ( | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_ranging_reply | ( | ::goby::acomms::benthos::protobuf::RangingReply * | ranging_reply | ) |
void goby::acomms::benthos::protobuf::PROTOBUF_FINAL::unsafe_arena_set_allocated_receive_stat | ( | ::goby::acomms::benthos::protobuf::ReceiveStatistics * | receive_stat | ) |
|
inline |
Definition at line 451 of file benthos_atm900.pb.h.
|
inline |
Definition at line 215 of file benthos_atm900.pb.h.
|
inline |
Definition at line 923 of file benthos_atm900.pb.h.
|
inline |
Definition at line 639 of file benthos_atm900.pb.h.
|
inline |
Definition at line 1085 of file benthos_atm900.pb.h.
|
friend |
Definition at line 375 of file benthos_atm900.pb.h.
|
friend |
Definition at line 248 of file benthos_atm900.pb.h.
|
friend |
Definition at line 385 of file benthos_atm900.pb.h.
|
friend |
Definition at line 440 of file benthos_atm900.pb.h.
Definition at line 204 of file benthos_atm900.pb.h.
|
friend |
Definition at line 912 of file benthos_atm900.pb.h.
|
friend |
Definition at line 628 of file benthos_atm900.pb.h.
|
friend |
Definition at line 1074 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 697 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 695 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 702 of file benthos_atm900.pb.h.
|
staticconstexpr |
Definition at line 201 of file benthos_atm900.pb.h.