Goby3  3.1.4
2024.02.22
goby::moos::bluefin::protobuf::HardwareRatePair Class Reference

#include <goby/moos/protobuf/bluefin_driver.pb.h>

Inheritance diagram for goby::moos::bluefin::protobuf::HardwareRatePair:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 HardwareRatePair ()
 
virtual ~HardwareRatePair ()
 
 HardwareRatePair (const HardwareRatePair &from)
 
HardwareRatePairoperator= (const HardwareRatePair &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HardwareRatePair *other)
 
HardwareRatePairNew () const final
 
HardwareRatePairNew (::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 HardwareRatePair &from)
 
void MergeFrom (const HardwareRatePair &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_hardware_name () const
 
void clear_hardware_name ()
 
const ::std::string & hardware_name () const
 
void set_hardware_name (const ::std::string &value)
 
void set_hardware_name (const char *value)
 
void set_hardware_name (const char *value, size_t size)
 
::std::string * mutable_hardware_name ()
 
::std::string * release_hardware_name ()
 
void set_allocated_hardware_name (::std::string *hardware_name)
 
bool has_rate () const
 
void clear_rate ()
 
::google::protobuf::int32 rate () const
 
void set_rate (::google::protobuf::int32 value)
 
bool has_packet_bytes () const
 
void clear_packet_bytes ()
 
::google::protobuf::int32 packet_bytes () const
 
void set_packet_bytes (::google::protobuf::int32 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 HardwareRatePairdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HardwareRatePairinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kHardwareNameFieldNumber = 1
 
static const int kRateFieldNumber = 2
 
static const int kPacketBytesFieldNumber = 3
 

Friends

struct ::protobuf_goby_2fmoos_2fprotobuf_2fbluefin_5fdriver_2eproto::TableStruct
 
void swap (HardwareRatePair &a, HardwareRatePair &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 85 of file bluefin_driver.pb.h.

Constructor & Destructor Documentation

◆ HardwareRatePair() [1/2]

goby::moos::bluefin::protobuf::HardwareRatePair::HardwareRatePair ( )

◆ ~HardwareRatePair()

virtual goby::moos::bluefin::protobuf::HardwareRatePair::~HardwareRatePair ( )
virtual

◆ HardwareRatePair() [2/2]

goby::moos::bluefin::protobuf::HardwareRatePair::HardwareRatePair ( const HardwareRatePair from)

Member Function Documentation

◆ ByteSizeLong()

size_t goby::moos::bluefin::protobuf::HardwareRatePair::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::moos::bluefin::protobuf::HardwareRatePair::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_hardware_name()

void goby::moos::bluefin::protobuf::HardwareRatePair::clear_hardware_name ( )
inline

Definition at line 583 of file bluefin_driver.pb.h.

◆ clear_packet_bytes()

void goby::moos::bluefin::protobuf::HardwareRatePair::clear_packet_bytes ( )
inline

Definition at line 673 of file bluefin_driver.pb.h.

◆ clear_rate()

void goby::moos::bluefin::protobuf::HardwareRatePair::clear_rate ( )
inline

Definition at line 649 of file bluefin_driver.pb.h.

◆ CopyFrom() [1/2]

void goby::moos::bluefin::protobuf::HardwareRatePair::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::moos::bluefin::protobuf::HardwareRatePair::CopyFrom ( const HardwareRatePair from)

◆ default_instance()

static const HardwareRatePair& goby::moos::bluefin::protobuf::HardwareRatePair::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::moos::bluefin::protobuf::HardwareRatePair::descriptor ( )
static

◆ GetCachedSize()

int goby::moos::bluefin::protobuf::HardwareRatePair::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 157 of file bluefin_driver.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::moos::bluefin::protobuf::HardwareRatePair::GetMetadata ( ) const
finalvirtual

◆ hardware_name()

const ::std::string & goby::moos::bluefin::protobuf::HardwareRatePair::hardware_name ( ) const
inline

Definition at line 587 of file bluefin_driver.pb.h.

◆ has_hardware_name()

bool goby::moos::bluefin::protobuf::HardwareRatePair::has_hardware_name ( ) const
inline

Definition at line 574 of file bluefin_driver.pb.h.

◆ has_packet_bytes()

bool goby::moos::bluefin::protobuf::HardwareRatePair::has_packet_bytes ( ) const
inline

Definition at line 664 of file bluefin_driver.pb.h.

◆ has_rate()

bool goby::moos::bluefin::protobuf::HardwareRatePair::has_rate ( ) const
inline

Definition at line 640 of file bluefin_driver.pb.h.

◆ InitAsDefaultInstance()

static void goby::moos::bluefin::protobuf::HardwareRatePair::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const HardwareRatePair* goby::moos::bluefin::protobuf::HardwareRatePair::internal_default_instance ( )
inlinestatic

Definition at line 122 of file bluefin_driver.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::moos::bluefin::protobuf::HardwareRatePair::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool goby::moos::bluefin::protobuf::HardwareRatePair::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::moos::bluefin::protobuf::HardwareRatePair::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::moos::bluefin::protobuf::HardwareRatePair::MergeFrom ( const HardwareRatePair from)

◆ MergePartialFromCodedStream()

bool goby::moos::bluefin::protobuf::HardwareRatePair::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_hardware_name()

std::string * goby::moos::bluefin::protobuf::HardwareRatePair::mutable_hardware_name ( )
inline

Definition at line 616 of file bluefin_driver.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::moos::bluefin::protobuf::HardwareRatePair::mutable_unknown_fields ( )
inline

Definition at line 114 of file bluefin_driver.pb.h.

◆ New() [1/2]

HardwareRatePair* goby::moos::bluefin::protobuf::HardwareRatePair::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 136 of file bluefin_driver.pb.h.

◆ New() [2/2]

HardwareRatePair* goby::moos::bluefin::protobuf::HardwareRatePair::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 140 of file bluefin_driver.pb.h.

◆ operator=()

HardwareRatePair& goby::moos::bluefin::protobuf::HardwareRatePair::operator= ( const HardwareRatePair from)
inline

Definition at line 92 of file bluefin_driver.pb.h.

◆ packet_bytes()

google::protobuf::int32 goby::moos::bluefin::protobuf::HardwareRatePair::packet_bytes ( ) const
inline

Definition at line 677 of file bluefin_driver.pb.h.

◆ rate()

google::protobuf::int32 goby::moos::bluefin::protobuf::HardwareRatePair::rate ( ) const
inline

Definition at line 653 of file bluefin_driver.pb.h.

◆ release_hardware_name()

std::string * goby::moos::bluefin::protobuf::HardwareRatePair::release_hardware_name ( )
inline

Definition at line 621 of file bluefin_driver.pb.h.

◆ SerializeWithCachedSizes()

void goby::moos::bluefin::protobuf::HardwareRatePair::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_hardware_name()

void goby::moos::bluefin::protobuf::HardwareRatePair::set_allocated_hardware_name ( ::std::string *  hardware_name)
inline

Definition at line 629 of file bluefin_driver.pb.h.

◆ set_hardware_name() [1/3]

void goby::moos::bluefin::protobuf::HardwareRatePair::set_hardware_name ( const ::std::string &  value)
inline

Definition at line 591 of file bluefin_driver.pb.h.

◆ set_hardware_name() [2/3]

void goby::moos::bluefin::protobuf::HardwareRatePair::set_hardware_name ( const char value)
inline

Definition at line 604 of file bluefin_driver.pb.h.

◆ set_hardware_name() [3/3]

void goby::moos::bluefin::protobuf::HardwareRatePair::set_hardware_name ( const char value,
size_t  size 
)
inline

Definition at line 610 of file bluefin_driver.pb.h.

◆ set_packet_bytes()

void goby::moos::bluefin::protobuf::HardwareRatePair::set_packet_bytes ( ::google::protobuf::int32  value)
inline

Definition at line 681 of file bluefin_driver.pb.h.

◆ set_rate()

void goby::moos::bluefin::protobuf::HardwareRatePair::set_rate ( ::google::protobuf::int32  value)
inline

Definition at line 657 of file bluefin_driver.pb.h.

◆ Swap()

void goby::moos::bluefin::protobuf::HardwareRatePair::Swap ( HardwareRatePair other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::moos::bluefin::protobuf::HardwareRatePair::unknown_fields ( ) const
inline

Definition at line 111 of file bluefin_driver.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmoos_2fprotobuf_2fbluefin_5fdriver_2eproto::TableStruct

◆ swap

void swap ( HardwareRatePair a,
HardwareRatePair b 
)
friend

Definition at line 130 of file bluefin_driver.pb.h.

Member Data Documentation

◆ kHardwareNameFieldNumber

const int goby::moos::bluefin::protobuf::HardwareRatePair::kHardwareNameFieldNumber = 1
static

Definition at line 182 of file bluefin_driver.pb.h.

◆ kIndexInFileMessages

constexpr int goby::moos::bluefin::protobuf::HardwareRatePair::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 126 of file bluefin_driver.pb.h.

◆ kPacketBytesFieldNumber

const int goby::moos::bluefin::protobuf::HardwareRatePair::kPacketBytesFieldNumber = 3
static

Definition at line 204 of file bluefin_driver.pb.h.

◆ kRateFieldNumber

const int goby::moos::bluefin::protobuf::HardwareRatePair::kRateFieldNumber = 2
static

Definition at line 197 of file bluefin_driver.pb.h.


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