Goby3  3.1.4
2024.02.22
goby::acomms::micromodem::protobuf::GenericLBLParams Class Reference

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

Inheritance diagram for goby::acomms::micromodem::protobuf::GenericLBLParams:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 GenericLBLParams ()
 
virtual ~GenericLBLParams ()
 
 GenericLBLParams (const GenericLBLParams &from)
 
GenericLBLParamsoperator= (const GenericLBLParams &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GenericLBLParams *other)
 
GenericLBLParamsNew () const final
 
GenericLBLParamsNew (::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 GenericLBLParams &from)
 
void MergeFrom (const GenericLBLParams &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
 
int receive_seq_code_size () const
 
void clear_receive_seq_code ()
 
::google::protobuf::uint64 receive_seq_code (int index) const
 
void set_receive_seq_code (int index, ::google::protobuf::uint64 value)
 
void add_receive_seq_code (::google::protobuf::uint64 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & receive_seq_code () const
 
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_receive_seq_code ()
 
bool has_transmit_freq () const
 
void clear_transmit_freq ()
 
::google::protobuf::uint32 transmit_freq () const
 
void set_transmit_freq (::google::protobuf::uint32 value)
 
bool has_n_bits () const
 
void clear_n_bits ()
 
::google::protobuf::uint32 n_bits () const
 
void set_n_bits (::google::protobuf::uint32 value)
 
bool has_transmit_seq_code () const
 
void clear_transmit_seq_code ()
 
::google::protobuf::uint64 transmit_seq_code () const
 
void set_transmit_seq_code (::google::protobuf::uint64 value)
 
bool has_receive_freq () const
 
void clear_receive_freq ()
 
::google::protobuf::uint32 receive_freq () const
 
void set_receive_freq (::google::protobuf::uint32 value)
 
bool has_bandwidth () const
 
void clear_bandwidth ()
 
::google::protobuf::uint32 bandwidth () const
 
void set_bandwidth (::google::protobuf::uint32 value)
 
bool has_turnaround_ms () const
 
void clear_turnaround_ms ()
 
::google::protobuf::uint32 turnaround_ms () const
 
void set_turnaround_ms (::google::protobuf::uint32 value)
 
bool has_lbl_max_range () const
 
void clear_lbl_max_range ()
 
::google::protobuf::uint32 lbl_max_range () const
 
void set_lbl_max_range (::google::protobuf::uint32 value)
 
- 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 ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () 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 GenericLBLParamsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const GenericLBLParamsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kReceiveSeqCodeFieldNumber = 5
 
static const int kTransmitFreqFieldNumber = 1
 
static const int kNBitsFieldNumber = 2
 
static const int kTransmitSeqCodeFieldNumber = 3
 
static const int kReceiveFreqFieldNumber = 4
 
static const int kBandwidthFieldNumber = 6
 
static const int kTurnaroundMsFieldNumber = 7
 
static const int kLblMaxRangeFieldNumber = 8
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto::TableStruct
 
void swap (GenericLBLParams &a, GenericLBLParams &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- 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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ GenericLBLParams() [1/2]

goby::acomms::micromodem::protobuf::GenericLBLParams::GenericLBLParams ( )

◆ ~GenericLBLParams()

virtual goby::acomms::micromodem::protobuf::GenericLBLParams::~GenericLBLParams ( )
virtual

◆ GenericLBLParams() [2/2]

goby::acomms::micromodem::protobuf::GenericLBLParams::GenericLBLParams ( const GenericLBLParams from)

Member Function Documentation

◆ add_receive_seq_code()

void goby::acomms::micromodem::protobuf::GenericLBLParams::add_receive_seq_code ( ::google::protobuf::uint64  value)
inline

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

◆ bandwidth()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::bandwidth ( ) const
inline

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

◆ ByteSizeLong()

size_t goby::acomms::micromodem::protobuf::GenericLBLParams::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::micromodem::protobuf::GenericLBLParams::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_bandwidth()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_bandwidth ( )
inline

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

◆ clear_lbl_max_range()

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

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

◆ clear_n_bits()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_n_bits ( )
inline

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

◆ clear_receive_freq()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_receive_freq ( )
inline

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

◆ clear_receive_seq_code()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_receive_seq_code ( )
inline

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

◆ clear_transmit_freq()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_transmit_freq ( )
inline

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

◆ clear_transmit_seq_code()

void goby::acomms::micromodem::protobuf::GenericLBLParams::clear_transmit_seq_code ( )
inline

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

◆ clear_turnaround_ms()

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

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

◆ CopyFrom() [1/2]

void goby::acomms::micromodem::protobuf::GenericLBLParams::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::micromodem::protobuf::GenericLBLParams::CopyFrom ( const GenericLBLParams from)

◆ default_instance()

static const GenericLBLParams& goby::acomms::micromodem::protobuf::GenericLBLParams::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::micromodem::protobuf::GenericLBLParams::descriptor ( )
static

◆ GetCachedSize()

int goby::acomms::micromodem::protobuf::GenericLBLParams::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::micromodem::protobuf::GenericLBLParams::GetMetadata ( ) const
finalvirtual

◆ has_bandwidth()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::has_bandwidth ( ) const
inline

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

◆ has_lbl_max_range()

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

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

◆ has_n_bits()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::has_n_bits ( ) const
inline

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

◆ has_receive_freq()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::has_receive_freq ( ) const
inline

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

◆ has_transmit_freq()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::has_transmit_freq ( ) const
inline

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

◆ has_transmit_seq_code()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::has_transmit_seq_code ( ) const
inline

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

◆ has_turnaround_ms()

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

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

◆ InitAsDefaultInstance()

static void goby::acomms::micromodem::protobuf::GenericLBLParams::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const GenericLBLParams* goby::acomms::micromodem::protobuf::GenericLBLParams::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::micromodem::protobuf::GenericLBLParams::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ lbl_max_range()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::lbl_max_range ( ) const
inline

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

◆ MergeFrom() [1/2]

void goby::acomms::micromodem::protobuf::GenericLBLParams::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::micromodem::protobuf::GenericLBLParams::MergeFrom ( const GenericLBLParams from)

◆ MergePartialFromCodedStream()

bool goby::acomms::micromodem::protobuf::GenericLBLParams::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_receive_seq_code()

google::protobuf::RepeatedField<::google::protobuf::uint64 > * goby::acomms::micromodem::protobuf::GenericLBLParams::mutable_receive_seq_code ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::micromodem::protobuf::GenericLBLParams::mutable_unknown_fields ( )
inline

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

◆ n_bits()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::n_bits ( ) const
inline

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

◆ New() [1/2]

GenericLBLParams* goby::acomms::micromodem::protobuf::GenericLBLParams::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

GenericLBLParams* goby::acomms::micromodem::protobuf::GenericLBLParams::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ receive_freq()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::receive_freq ( ) const
inline

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

◆ receive_seq_code() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint64 > & goby::acomms::micromodem::protobuf::GenericLBLParams::receive_seq_code ( ) const
inline

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

◆ receive_seq_code() [2/2]

google::protobuf::uint64 goby::acomms::micromodem::protobuf::GenericLBLParams::receive_seq_code ( int  index) const
inline

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

◆ receive_seq_code_size()

int goby::acomms::micromodem::protobuf::GenericLBLParams::receive_seq_code_size ( ) const
inline

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

◆ SerializeWithCachedSizes()

void goby::acomms::micromodem::protobuf::GenericLBLParams::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_bandwidth()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_bandwidth ( ::google::protobuf::uint32  value)
inline

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

◆ set_lbl_max_range()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_lbl_max_range ( ::google::protobuf::uint32  value)
inline

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

◆ set_n_bits()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_n_bits ( ::google::protobuf::uint32  value)
inline

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

◆ set_receive_freq()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_receive_freq ( ::google::protobuf::uint32  value)
inline

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

◆ set_receive_seq_code()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_receive_seq_code ( int  index,
::google::protobuf::uint64  value 
)
inline

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

◆ set_transmit_freq()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_transmit_freq ( ::google::protobuf::uint32  value)
inline

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

◆ set_transmit_seq_code()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_transmit_seq_code ( ::google::protobuf::uint64  value)
inline

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

◆ set_turnaround_ms()

void goby::acomms::micromodem::protobuf::GenericLBLParams::set_turnaround_ms ( ::google::protobuf::uint32  value)
inline

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

◆ Swap()

void goby::acomms::micromodem::protobuf::GenericLBLParams::Swap ( GenericLBLParams other)

◆ transmit_freq()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::transmit_freq ( ) const
inline

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

◆ transmit_seq_code()

google::protobuf::uint64 goby::acomms::micromodem::protobuf::GenericLBLParams::transmit_seq_code ( ) const
inline

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

◆ turnaround_ms()

google::protobuf::uint32 goby::acomms::micromodem::protobuf::GenericLBLParams::turnaround_ms ( ) const
inline

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::micromodem::protobuf::GenericLBLParams::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fmm_5fdriver_2eproto::TableStruct

◆ swap

void swap ( GenericLBLParams a,
GenericLBLParams b 
)
friend

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

Member Data Documentation

◆ kBandwidthFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kBandwidthFieldNumber = 6
static

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

◆ kIndexInFileMessages

constexpr int goby::acomms::micromodem::protobuf::GenericLBLParams::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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

◆ kLblMaxRangeFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kLblMaxRangeFieldNumber = 8
static

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

◆ kNBitsFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kNBitsFieldNumber = 2
static

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

◆ kReceiveFreqFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kReceiveFreqFieldNumber = 4
static

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

◆ kReceiveSeqCodeFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kReceiveSeqCodeFieldNumber = 5
static

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

◆ kTransmitFreqFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kTransmitFreqFieldNumber = 1
static

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

◆ kTransmitSeqCodeFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kTransmitSeqCodeFieldNumber = 3
static

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

◆ kTurnaroundMsFieldNumber

const int goby::acomms::micromodem::protobuf::GenericLBLParams::kTurnaroundMsFieldNumber = 7
static

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


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