Goby3  3.1.4
2024.02.22
goby::acomms::udp::protobuf::Config Class Reference

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

Inheritance diagram for goby::acomms::udp::protobuf::Config:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef Config_EndPoint EndPoint
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 Config ()
 
virtual ~Config ()
 
 Config (const Config &from)
 
Configoperator= (const Config &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Config *other)
 
ConfigNew () const final
 
ConfigNew (::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 Config &from)
 
void MergeFrom (const Config &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 remote_size () const
 
void clear_remote ()
 
::goby::acomms::udp::protobuf::Config_EndPointmutable_remote (int index)
 
::google::protobuf::RepeatedPtrField< ::goby::acomms::udp::protobuf::Config_EndPoint > * mutable_remote ()
 
const ::goby::acomms::udp::protobuf::Config_EndPointremote (int index) const
 
::goby::acomms::udp::protobuf::Config_EndPointadd_remote ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::acomms::udp::protobuf::Config_EndPoint > & remote () const
 
int additional_application_ack_modem_id_size () const
 
void clear_additional_application_ack_modem_id ()
 
::google::protobuf::uint32 additional_application_ack_modem_id (int index) const
 
void set_additional_application_ack_modem_id (int index, ::google::protobuf::uint32 value)
 
void add_additional_application_ack_modem_id (::google::protobuf::uint32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & additional_application_ack_modem_id () const
 
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_additional_application_ack_modem_id ()
 
bool has_local () const
 
void clear_local ()
 
const ::goby::acomms::udp::protobuf::Config_EndPointlocal () const
 
::goby::acomms::udp::protobuf::Config_EndPointrelease_local ()
 
::goby::acomms::udp::protobuf::Config_EndPointmutable_local ()
 
void set_allocated_local (::goby::acomms::udp::protobuf::Config_EndPoint *local)
 
bool has_ipv6 () const
 
void clear_ipv6 ()
 
bool ipv6 () const
 
void set_ipv6 (bool value)
 
bool has_max_frame_size () const
 
void clear_max_frame_size ()
 
::google::protobuf::int32 max_frame_size () const
 
void set_max_frame_size (::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 Configdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Configinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kRemoteFieldNumber = 2
 
static const int kAdditionalApplicationAckModemIdFieldNumber = 21
 
static const int kLocalFieldNumber = 1
 
static const int kIpv6FieldNumber = 4
 
static const int kMaxFrameSizeFieldNumber = 3
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fudp_5fdriver_2eproto::TableStruct
 
void swap (Config &a, Config &b)
 

Additional Inherited Members

- 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 226 of file udp_driver.pb.h.

Member Typedef Documentation

◆ EndPoint

Constructor & Destructor Documentation

◆ Config() [1/2]

goby::acomms::udp::protobuf::Config::Config ( )

◆ ~Config()

virtual goby::acomms::udp::protobuf::Config::~Config ( )
virtual

◆ Config() [2/2]

goby::acomms::udp::protobuf::Config::Config ( const Config from)

Member Function Documentation

◆ add_additional_application_ack_modem_id()

void goby::acomms::udp::protobuf::Config::add_additional_application_ack_modem_id ( ::google::protobuf::uint32  value)
inline

Definition at line 675 of file udp_driver.pb.h.

◆ add_remote()

goby::acomms::udp::protobuf::Config_EndPoint * goby::acomms::udp::protobuf::Config::add_remote ( )
inline

Definition at line 602 of file udp_driver.pb.h.

◆ additional_application_ack_modem_id() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & goby::acomms::udp::protobuf::Config::additional_application_ack_modem_id ( ) const
inline

Definition at line 680 of file udp_driver.pb.h.

◆ additional_application_ack_modem_id() [2/2]

google::protobuf::uint32 goby::acomms::udp::protobuf::Config::additional_application_ack_modem_id ( int  index) const
inline

Definition at line 667 of file udp_driver.pb.h.

◆ additional_application_ack_modem_id_size()

int goby::acomms::udp::protobuf::Config::additional_application_ack_modem_id_size ( ) const
inline

Definition at line 661 of file udp_driver.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::udp::protobuf::Config::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::udp::protobuf::Config::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_additional_application_ack_modem_id()

void goby::acomms::udp::protobuf::Config::clear_additional_application_ack_modem_id ( )
inline

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

◆ clear_ipv6()

void goby::acomms::udp::protobuf::Config::clear_ipv6 ( )
inline

Definition at line 646 of file udp_driver.pb.h.

◆ clear_local()

void goby::acomms::udp::protobuf::Config::clear_local ( )
inline

Definition at line 534 of file udp_driver.pb.h.

◆ clear_max_frame_size()

void goby::acomms::udp::protobuf::Config::clear_max_frame_size ( )
inline

Definition at line 622 of file udp_driver.pb.h.

◆ clear_remote()

void goby::acomms::udp::protobuf::Config::clear_remote ( )
inline

Definition at line 586 of file udp_driver.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::udp::protobuf::Config::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::udp::protobuf::Config::CopyFrom ( const Config from)

◆ default_instance()

static const Config& goby::acomms::udp::protobuf::Config::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::udp::protobuf::Config::descriptor ( )
static

◆ GetCachedSize()

int goby::acomms::udp::protobuf::Config::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 298 of file udp_driver.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::udp::protobuf::Config::GetMetadata ( ) const
finalvirtual

◆ has_ipv6()

bool goby::acomms::udp::protobuf::Config::has_ipv6 ( ) const
inline

Definition at line 637 of file udp_driver.pb.h.

◆ has_local()

bool goby::acomms::udp::protobuf::Config::has_local ( ) const
inline

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

◆ has_max_frame_size()

bool goby::acomms::udp::protobuf::Config::has_max_frame_size ( ) const
inline

Definition at line 613 of file udp_driver.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::udp::protobuf::Config::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Config* goby::acomms::udp::protobuf::Config::internal_default_instance ( )
inlinestatic

Definition at line 263 of file udp_driver.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ ipv6()

bool goby::acomms::udp::protobuf::Config::ipv6 ( ) const
inline

Definition at line 650 of file udp_driver.pb.h.

◆ IsInitialized()

bool goby::acomms::udp::protobuf::Config::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ local()

const ::goby::acomms::udp::protobuf::Config_EndPoint & goby::acomms::udp::protobuf::Config::local ( ) const
inline

Definition at line 541 of file udp_driver.pb.h.

◆ max_frame_size()

google::protobuf::int32 goby::acomms::udp::protobuf::Config::max_frame_size ( ) const
inline

Definition at line 626 of file udp_driver.pb.h.

◆ MergeFrom() [1/2]

void goby::acomms::udp::protobuf::Config::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::udp::protobuf::Config::MergeFrom ( const Config from)

◆ MergePartialFromCodedStream()

bool goby::acomms::udp::protobuf::Config::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_additional_application_ack_modem_id()

google::protobuf::RepeatedField<::google::protobuf::uint32 > * goby::acomms::udp::protobuf::Config::mutable_additional_application_ack_modem_id ( )
inline

Definition at line 685 of file udp_driver.pb.h.

◆ mutable_local()

goby::acomms::udp::protobuf::Config_EndPoint * goby::acomms::udp::protobuf::Config::mutable_local ( )
inline

Definition at line 554 of file udp_driver.pb.h.

◆ mutable_remote() [1/2]

google::protobuf::RepeatedPtrField<::goby::acomms::udp::protobuf::Config_EndPoint > * goby::acomms::udp::protobuf::Config::mutable_remote ( )
inline

Definition at line 594 of file udp_driver.pb.h.

◆ mutable_remote() [2/2]

goby::acomms::udp::protobuf::Config_EndPoint * goby::acomms::udp::protobuf::Config::mutable_remote ( int  index)
inline

Definition at line 589 of file udp_driver.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::udp::protobuf::Config::mutable_unknown_fields ( )
inline

Definition at line 255 of file udp_driver.pb.h.

◆ New() [1/2]

Config* goby::acomms::udp::protobuf::Config::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 277 of file udp_driver.pb.h.

◆ New() [2/2]

Config* goby::acomms::udp::protobuf::Config::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 281 of file udp_driver.pb.h.

◆ operator=()

Config& goby::acomms::udp::protobuf::Config::operator= ( const Config from)
inline

Definition at line 233 of file udp_driver.pb.h.

◆ release_local()

goby::acomms::udp::protobuf::Config_EndPoint * goby::acomms::udp::protobuf::Config::release_local ( )
inline

Definition at line 547 of file udp_driver.pb.h.

◆ remote() [1/2]

const ::google::protobuf::RepeatedPtrField<::goby::acomms::udp::protobuf::Config_EndPoint > & goby::acomms::udp::protobuf::Config::remote ( ) const
inline

Definition at line 607 of file udp_driver.pb.h.

◆ remote() [2/2]

const ::goby::acomms::udp::protobuf::Config_EndPoint & goby::acomms::udp::protobuf::Config::remote ( int  index) const
inline

Definition at line 598 of file udp_driver.pb.h.

◆ remote_size()

int goby::acomms::udp::protobuf::Config::remote_size ( ) const
inline

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

◆ SerializeWithCachedSizes()

void goby::acomms::udp::protobuf::Config::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_additional_application_ack_modem_id()

void goby::acomms::udp::protobuf::Config::set_additional_application_ack_modem_id ( int  index,
::google::protobuf::uint32  value 
)
inline

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

◆ set_allocated_local()

void goby::acomms::udp::protobuf::Config::set_allocated_local ( ::goby::acomms::udp::protobuf::Config_EndPoint local)
inline

Definition at line 563 of file udp_driver.pb.h.

◆ set_ipv6()

void goby::acomms::udp::protobuf::Config::set_ipv6 ( bool  value)
inline

Definition at line 654 of file udp_driver.pb.h.

◆ set_max_frame_size()

void goby::acomms::udp::protobuf::Config::set_max_frame_size ( ::google::protobuf::int32  value)
inline

Definition at line 630 of file udp_driver.pb.h.

◆ Swap()

void goby::acomms::udp::protobuf::Config::Swap ( Config other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::udp::protobuf::Config::unknown_fields ( ) const
inline

Definition at line 252 of file udp_driver.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fudp_5fdriver_2eproto::TableStruct

◆ swap

void swap ( Config a,
Config b 
)
friend

Definition at line 271 of file udp_driver.pb.h.

Member Data Documentation

◆ kAdditionalApplicationAckModemIdFieldNumber

const int goby::acomms::udp::protobuf::Config::kAdditionalApplicationAckModemIdFieldNumber = 21
static

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

◆ kIndexInFileMessages

constexpr int goby::acomms::udp::protobuf::Config::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 267 of file udp_driver.pb.h.

◆ kIpv6FieldNumber

const int goby::acomms::udp::protobuf::Config::kIpv6FieldNumber = 4
static

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

◆ kLocalFieldNumber

const int goby::acomms::udp::protobuf::Config::kLocalFieldNumber = 1
static

Definition at line 349 of file udp_driver.pb.h.

◆ kMaxFrameSizeFieldNumber

const int goby::acomms::udp::protobuf::Config::kMaxFrameSizeFieldNumber = 3
static

Definition at line 368 of file udp_driver.pb.h.

◆ kRemoteFieldNumber

const int goby::acomms::udp::protobuf::Config::kRemoteFieldNumber = 2
static

Definition at line 325 of file udp_driver.pb.h.


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