Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::acomms::micromodem::protobuf::REMUSLBLParams Class Referencefinal

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

Inheritance diagram for goby::acomms::micromodem::protobuf::REMUSLBLParams:

Public Types

enum  : int { kLblMaxRangeFieldNumber = 3 , kEnableBeaconsFieldNumber = 1 , kTurnaroundMsFieldNumber = 2 }

Public Member Functions

 REMUSLBLParams ()
 ~REMUSLBLParams () override
PROTOBUF_CONSTEXPR REMUSLBLParams (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 REMUSLBLParams (const REMUSLBLParams &from)
 REMUSLBLParams (REMUSLBLParams &&from) noexcept
REMUSLBLParamsoperator= (const REMUSLBLParams &from)
REMUSLBLParamsoperator= (REMUSLBLParams &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (REMUSLBLParams *other)
void UnsafeArenaSwap (REMUSLBLParams *other)
REMUSLBLParamsNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const REMUSLBLParams &from)
void MergeFrom (const REMUSLBLParams &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_lbl_max_range () const
void clear_lbl_max_range ()
uint32_t lbl_max_range () const
void set_lbl_max_range (uint32_t value)
bool has_enable_beacons () const
void clear_enable_beacons ()
uint32_t enable_beacons () const
void set_enable_beacons (uint32_t value)
bool has_turnaround_ms () const
void clear_turnaround_ms ()
uint32_t turnaround_ms () const
void set_turnaround_ms (uint32_t 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 REMUSLBLParamsdefault_instance ()
static const REMUSLBLParamsinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 671 of file mm_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLblMaxRangeFieldNumber 
kEnableBeaconsFieldNumber 
kTurnaroundMsFieldNumber 

Definition at line 798 of file mm_driver.pb.h.

Constructor & Destructor Documentation

◆ REMUSLBLParams() [1/5]

goby::acomms::micromodem::protobuf::REMUSLBLParams::REMUSLBLParams ( )
inline

Definition at line 674 of file mm_driver.pb.h.

◆ ~REMUSLBLParams()

goby::acomms::micromodem::protobuf::REMUSLBLParams::~REMUSLBLParams ( )
override

◆ REMUSLBLParams() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::micromodem::protobuf::REMUSLBLParams::REMUSLBLParams ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ REMUSLBLParams() [3/5]

goby::acomms::micromodem::protobuf::REMUSLBLParams::REMUSLBLParams ( const REMUSLBLParams & from)

◆ REMUSLBLParams() [4/5]

goby::acomms::micromodem::protobuf::REMUSLBLParams::REMUSLBLParams ( REMUSLBLParams && from)
inlinenoexcept

Definition at line 679 of file mm_driver.pb.h.

◆ REMUSLBLParams() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::acomms::micromodem::protobuf::REMUSLBLParams::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::micromodem::protobuf::REMUSLBLParams::Clear ( )
final

◆ clear_enable_beacons()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::clear_enable_beacons ( )
inline

Definition at line 4928 of file mm_driver.pb.h.

◆ clear_lbl_max_range()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::clear_lbl_max_range ( )
inline

Definition at line 4984 of file mm_driver.pb.h.

◆ clear_turnaround_ms()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::clear_turnaround_ms ( )
inline

Definition at line 4956 of file mm_driver.pb.h.

◆ CopyFrom()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::CopyFrom ( const REMUSLBLParams & from)

◆ default_instance()

const REMUSLBLParams & goby::acomms::micromodem::protobuf::REMUSLBLParams::default_instance ( )
inlinestatic

Definition at line 718 of file mm_driver.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::micromodem::protobuf::REMUSLBLParams::descriptor ( )
inlinestatic

Definition at line 709 of file mm_driver.pb.h.

◆ enable_beacons()

uint32_t goby::acomms::micromodem::protobuf::REMUSLBLParams::enable_beacons ( ) const
inline

Definition at line 4935 of file mm_driver.pb.h.

◆ GetCachedSize()

int goby::acomms::micromodem::protobuf::REMUSLBLParams::GetCachedSize ( ) const
inlinefinal

Definition at line 771 of file mm_driver.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::micromodem::protobuf::REMUSLBLParams::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::micromodem::protobuf::REMUSLBLParams::GetDescriptor ( )
inlinestatic

Definition at line 712 of file mm_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::micromodem::protobuf::REMUSLBLParams::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::micromodem::protobuf::REMUSLBLParams::GetReflection ( )
inlinestatic

Definition at line 715 of file mm_driver.pb.h.

◆ has_enable_beacons()

bool goby::acomms::micromodem::protobuf::REMUSLBLParams::has_enable_beacons ( ) const
inline

Definition at line 4925 of file mm_driver.pb.h.

◆ has_lbl_max_range()

bool goby::acomms::micromodem::protobuf::REMUSLBLParams::has_lbl_max_range ( ) const
inline

Definition at line 4981 of file mm_driver.pb.h.

◆ has_turnaround_ms()

bool goby::acomms::micromodem::protobuf::REMUSLBLParams::has_turnaround_ms ( ) const
inline

Definition at line 4953 of file mm_driver.pb.h.

◆ internal_default_instance()

const REMUSLBLParams * goby::acomms::micromodem::protobuf::REMUSLBLParams::internal_default_instance ( )
inlinestatic

Definition at line 721 of file mm_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::micromodem::protobuf::REMUSLBLParams::IsInitialized ( ) const
final

◆ lbl_max_range()

uint32_t goby::acomms::micromodem::protobuf::REMUSLBLParams::lbl_max_range ( ) const
inline

Definition at line 4991 of file mm_driver.pb.h.

◆ MergeFrom()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::MergeFrom ( const REMUSLBLParams & from)
inline

Definition at line 758 of file mm_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::micromodem::protobuf::REMUSLBLParams::mutable_unknown_fields ( )
inline

Definition at line 705 of file mm_driver.pb.h.

◆ New()

REMUSLBLParams * goby::acomms::micromodem::protobuf::REMUSLBLParams::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 752 of file mm_driver.pb.h.

◆ operator=() [1/2]

REMUSLBLParams & goby::acomms::micromodem::protobuf::REMUSLBLParams::operator= ( const REMUSLBLParams & from)
inline

Definition at line 684 of file mm_driver.pb.h.

◆ operator=() [2/2]

REMUSLBLParams & goby::acomms::micromodem::protobuf::REMUSLBLParams::operator= ( REMUSLBLParams && from)
inlinenoexcept

Definition at line 688 of file mm_driver.pb.h.

◆ set_enable_beacons()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::set_enable_beacons ( uint32_t value)
inline

Definition at line 4943 of file mm_driver.pb.h.

◆ set_lbl_max_range()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::set_lbl_max_range ( uint32_t value)
inline

Definition at line 4999 of file mm_driver.pb.h.

◆ set_turnaround_ms()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::set_turnaround_ms ( uint32_t value)
inline

Definition at line 4971 of file mm_driver.pb.h.

◆ Swap()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::Swap ( REMUSLBLParams * other)
inline

Definition at line 731 of file mm_driver.pb.h.

◆ turnaround_ms()

uint32_t goby::acomms::micromodem::protobuf::REMUSLBLParams::turnaround_ms ( ) const
inline

Definition at line 4963 of file mm_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::micromodem::protobuf::REMUSLBLParams::unknown_fields ( ) const
inline

Definition at line 702 of file mm_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::micromodem::protobuf::REMUSLBLParams::UnsafeArenaSwap ( REMUSLBLParams * other)
inline

Definition at line 744 of file mm_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 846 of file mm_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 780 of file mm_driver.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto
friend

Definition at line 857 of file mm_driver.pb.h.

◆ swap

void swap ( REMUSLBLParams & a,
REMUSLBLParams & b )
friend

Definition at line 728 of file mm_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::micromodem::protobuf::REMUSLBLParams::_class_data_
static

Definition at line 789 of file mm_driver.pb.h.

◆ _impl_

Impl_ goby::acomms::micromodem::protobuf::REMUSLBLParams::_impl_

Definition at line 856 of file mm_driver.pb.h.

◆ kIndexInFileMessages

int goby::acomms::micromodem::protobuf::REMUSLBLParams::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 725 of file mm_driver.pb.h.


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