Goby3 3.4.0
2026.04.13
Loading...
Searching...
No Matches
goby::acomms::popoto::protobuf::RangingReply Class Referencefinal

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

Inheritance diagram for goby::acomms::popoto::protobuf::RangingReply:

Public Types

enum  : int { kOneWayTravelTimeFieldNumber = 1 , kTwoWayTravelTimeFieldNumber = 2 , kModemRangeFieldNumber = 3 , kModemSoundSpeedFieldNumber = 4 }
 
typedef boost::units::si::second_base_unit::unit_type one_way_travel_time_unit
 
typedef boost::units::si::second_base_unit::unit_type two_way_travel_time_unit
 

Public Member Functions

 RangingReply ()
 
 ~RangingReply () override
 
PROTOBUF_CONSTEXPR RangingReply (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RangingReply (const RangingReply &from)
 
 RangingReply (RangingReply &&from) noexcept
 
RangingReplyoperator= (const RangingReply &from)
 
RangingReplyoperator= (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)
 
RangingReplyNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const 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
 
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_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)
 
bool has_two_way_travel_time () const
 
void clear_two_way_travel_time ()
 
double two_way_travel_time () const
 
void set_two_way_travel_time (double value)
 
bool has_modem_range () const
 
void clear_modem_range ()
 
double modem_range () const
 
void set_modem_range (double value)
 
bool has_modem_sound_speed () const
 
void clear_modem_sound_speed ()
 
double modem_sound_speed () const
 
void set_modem_sound_speed (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
 
template<typename Quantity >
void set_two_way_travel_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity two_way_travel_time_with_units () const
 
boost::units::quantity< two_way_travel_time_unit, double > two_way_travel_time_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 RangingReplydefault_instance ()
 
static const RangingReplyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RangingReply (::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_2fpopoto_5fdriver_2eproto
 
void swap (RangingReply &a, RangingReply &b)
 

Detailed Description

Definition at line 320 of file popoto_driver.pb.h.

Member Typedef Documentation

◆ one_way_travel_time_unit

typedef boost::units::si::second_base_unit::unit_type goby::acomms::popoto::protobuf::RangingReply::one_way_travel_time_unit

Definition at line 505 of file popoto_driver.pb.h.

◆ two_way_travel_time_unit

typedef boost::units::si::second_base_unit::unit_type goby::acomms::popoto::protobuf::RangingReply::two_way_travel_time_unit

Definition at line 518 of file popoto_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kOneWayTravelTimeFieldNumber 
kTwoWayTravelTimeFieldNumber 
kModemRangeFieldNumber 
kModemSoundSpeedFieldNumber 

Definition at line 447 of file popoto_driver.pb.h.

Constructor & Destructor Documentation

◆ RangingReply() [1/5]

goby::acomms::popoto::protobuf::RangingReply::RangingReply ( )
inline

Definition at line 323 of file popoto_driver.pb.h.

◆ ~RangingReply()

goby::acomms::popoto::protobuf::RangingReply::~RangingReply ( )
override

◆ RangingReply() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::popoto::protobuf::RangingReply::RangingReply ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ RangingReply() [3/5]

goby::acomms::popoto::protobuf::RangingReply::RangingReply ( const RangingReply from)

◆ RangingReply() [4/5]

goby::acomms::popoto::protobuf::RangingReply::RangingReply ( RangingReply &&  from)
inlinenoexcept

Definition at line 328 of file popoto_driver.pb.h.

◆ RangingReply() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::acomms::popoto::protobuf::RangingReply::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::popoto::protobuf::RangingReply::Clear ( )
final

◆ clear_modem_range()

void goby::acomms::popoto::protobuf::RangingReply::clear_modem_range ( )
inline

Definition at line 963 of file popoto_driver.pb.h.

◆ clear_modem_sound_speed()

void goby::acomms::popoto::protobuf::RangingReply::clear_modem_sound_speed ( )
inline

Definition at line 991 of file popoto_driver.pb.h.

◆ clear_one_way_travel_time()

void goby::acomms::popoto::protobuf::RangingReply::clear_one_way_travel_time ( )
inline

Definition at line 907 of file popoto_driver.pb.h.

◆ clear_two_way_travel_time()

void goby::acomms::popoto::protobuf::RangingReply::clear_two_way_travel_time ( )
inline

Definition at line 935 of file popoto_driver.pb.h.

◆ CopyFrom()

void goby::acomms::popoto::protobuf::RangingReply::CopyFrom ( const RangingReply from)

◆ default_instance()

static const RangingReply & goby::acomms::popoto::protobuf::RangingReply::default_instance ( )
inlinestatic

Definition at line 367 of file popoto_driver.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::popoto::protobuf::RangingReply::descriptor ( )
inlinestatic

Definition at line 358 of file popoto_driver.pb.h.

◆ GetCachedSize()

int goby::acomms::popoto::protobuf::RangingReply::GetCachedSize ( ) const
inlinefinal

Definition at line 420 of file popoto_driver.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::popoto::protobuf::RangingReply::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::popoto::protobuf::RangingReply::GetDescriptor ( )
inlinestatic

Definition at line 361 of file popoto_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::popoto::protobuf::RangingReply::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::popoto::protobuf::RangingReply::GetReflection ( )
inlinestatic

Definition at line 364 of file popoto_driver.pb.h.

◆ has_modem_range()

bool goby::acomms::popoto::protobuf::RangingReply::has_modem_range ( ) const
inline

Definition at line 960 of file popoto_driver.pb.h.

◆ has_modem_sound_speed()

bool goby::acomms::popoto::protobuf::RangingReply::has_modem_sound_speed ( ) const
inline

Definition at line 988 of file popoto_driver.pb.h.

◆ has_one_way_travel_time()

bool goby::acomms::popoto::protobuf::RangingReply::has_one_way_travel_time ( ) const
inline

Definition at line 904 of file popoto_driver.pb.h.

◆ has_two_way_travel_time()

bool goby::acomms::popoto::protobuf::RangingReply::has_two_way_travel_time ( ) const
inline

Definition at line 932 of file popoto_driver.pb.h.

◆ internal_default_instance()

static const RangingReply * goby::acomms::popoto::protobuf::RangingReply::internal_default_instance ( )
inlinestatic

Definition at line 370 of file popoto_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::popoto::protobuf::RangingReply::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::popoto::protobuf::RangingReply::MergeFrom ( const RangingReply from)
inline

Definition at line 407 of file popoto_driver.pb.h.

◆ modem_range()

double goby::acomms::popoto::protobuf::RangingReply::modem_range ( ) const
inline

Definition at line 970 of file popoto_driver.pb.h.

◆ modem_sound_speed()

double goby::acomms::popoto::protobuf::RangingReply::modem_sound_speed ( ) const
inline

Definition at line 998 of file popoto_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::popoto::protobuf::RangingReply::mutable_unknown_fields ( )
inline

Definition at line 354 of file popoto_driver.pb.h.

◆ New()

RangingReply * goby::acomms::popoto::protobuf::RangingReply::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 401 of file popoto_driver.pb.h.

◆ one_way_travel_time()

double goby::acomms::popoto::protobuf::RangingReply::one_way_travel_time ( ) const
inline

Definition at line 914 of file popoto_driver.pb.h.

◆ one_way_travel_time_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::popoto::protobuf::RangingReply::one_way_travel_time_with_units ( ) const
inline

Definition at line 512 of file popoto_driver.pb.h.

◆ one_way_travel_time_with_units() [2/2]

boost::units::quantity< one_way_travel_time_unit, double > goby::acomms::popoto::protobuf::RangingReply::one_way_travel_time_with_units ( ) const
inline

Definition at line 515 of file popoto_driver.pb.h.

◆ operator=() [1/2]

RangingReply & goby::acomms::popoto::protobuf::RangingReply::operator= ( const RangingReply from)
inline

Definition at line 333 of file popoto_driver.pb.h.

◆ operator=() [2/2]

RangingReply & goby::acomms::popoto::protobuf::RangingReply::operator= ( RangingReply &&  from)
inlinenoexcept

Definition at line 337 of file popoto_driver.pb.h.

◆ set_modem_range()

void goby::acomms::popoto::protobuf::RangingReply::set_modem_range ( double  value)
inline

Definition at line 978 of file popoto_driver.pb.h.

◆ set_modem_sound_speed()

void goby::acomms::popoto::protobuf::RangingReply::set_modem_sound_speed ( double  value)
inline

Definition at line 1006 of file popoto_driver.pb.h.

◆ set_one_way_travel_time()

void goby::acomms::popoto::protobuf::RangingReply::set_one_way_travel_time ( double  value)
inline

Definition at line 922 of file popoto_driver.pb.h.

◆ set_one_way_travel_time_with_units()

template<typename Quantity >
void goby::acomms::popoto::protobuf::RangingReply::set_one_way_travel_time_with_units ( Quantity  value_w_units)
inline

Definition at line 508 of file popoto_driver.pb.h.

◆ set_two_way_travel_time()

void goby::acomms::popoto::protobuf::RangingReply::set_two_way_travel_time ( double  value)
inline

Definition at line 950 of file popoto_driver.pb.h.

◆ set_two_way_travel_time_with_units()

template<typename Quantity >
void goby::acomms::popoto::protobuf::RangingReply::set_two_way_travel_time_with_units ( Quantity  value_w_units)
inline

Definition at line 521 of file popoto_driver.pb.h.

◆ Swap()

void goby::acomms::popoto::protobuf::RangingReply::Swap ( RangingReply other)
inline

Definition at line 380 of file popoto_driver.pb.h.

◆ two_way_travel_time()

double goby::acomms::popoto::protobuf::RangingReply::two_way_travel_time ( ) const
inline

Definition at line 942 of file popoto_driver.pb.h.

◆ two_way_travel_time_with_units() [1/2]

template<typename Quantity >
Quantity goby::acomms::popoto::protobuf::RangingReply::two_way_travel_time_with_units ( ) const
inline

Definition at line 525 of file popoto_driver.pb.h.

◆ two_way_travel_time_with_units() [2/2]

boost::units::quantity< two_way_travel_time_unit, double > goby::acomms::popoto::protobuf::RangingReply::two_way_travel_time_with_units ( ) const
inline

Definition at line 528 of file popoto_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::popoto::protobuf::RangingReply::unknown_fields ( ) const
inline

Definition at line 351 of file popoto_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::popoto::protobuf::RangingReply::UnsafeArenaSwap ( RangingReply other)
inline

Definition at line 393 of file popoto_driver.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 535 of file popoto_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 429 of file popoto_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

◆ swap

void swap ( RangingReply a,
RangingReply b 
)
friend

Definition at line 377 of file popoto_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::popoto::protobuf::RangingReply::_class_data_
static

Definition at line 438 of file popoto_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::popoto::protobuf::RangingReply::_impl_

Definition at line 546 of file popoto_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::popoto::protobuf::RangingReply::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 374 of file popoto_driver.pb.h.


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