Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::popoto::protobuf::ModemAddress Class Referencefinal

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

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

Public Types

enum  : int { kIpFieldNumber = 2 , kPortFieldNumber = 3 }
 

Public Member Functions

 ModemAddress ()
 
 ~ModemAddress () override
 
PROTOBUF_CONSTEXPR ModemAddress (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ModemAddress (const ModemAddress &from)
 
 ModemAddress (ModemAddress &&from) noexcept
 
ModemAddressoperator= (const ModemAddress &from)
 
ModemAddressoperator= (ModemAddress &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModemAddress *other)
 
void UnsafeArenaSwap (ModemAddress *other)
 
ModemAddressNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ModemAddress &from)
 
void MergeFrom (const ModemAddress &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_ip () const
 
void clear_ip ()
 
const std::string & ip () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_ip (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_ip ()
 
PROTOBUF_NODISCARD std::string * release_ip ()
 
void set_allocated_ip (std::string *ip)
 
bool has_port () const
 
void clear_port ()
 
const std::string & port () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_port (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_port ()
 
PROTOBUF_NODISCARD std::string * release_port ()
 
void set_allocated_port (std::string *port)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_ip (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_port (ArgT0 &&arg0, ArgT... args)
 

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 ModemAddressdefault_instance ()
 
static const ModemAddressinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ModemAddress (::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 (ModemAddress &a, ModemAddress &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIpFieldNumber 
kPortFieldNumber 

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

Constructor & Destructor Documentation

◆ ModemAddress() [1/5]

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

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

◆ ~ModemAddress()

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

◆ ModemAddress() [2/5]

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

◆ ModemAddress() [3/5]

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

◆ ModemAddress() [4/5]

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

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

◆ ModemAddress() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_ip()

void goby::acomms::popoto::protobuf::ModemAddress::clear_ip ( )
inline

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

◆ clear_port()

void goby::acomms::popoto::protobuf::ModemAddress::clear_port ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_ip()

bool goby::acomms::popoto::protobuf::ModemAddress::has_ip ( ) const
inline

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

◆ has_port()

bool goby::acomms::popoto::protobuf::ModemAddress::has_port ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ ip()

const std::string & goby::acomms::popoto::protobuf::ModemAddress::ip ( ) const
inline

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_ip()

std::string * goby::acomms::popoto::protobuf::ModemAddress::mutable_ip ( )
inline

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

◆ mutable_port()

std::string * goby::acomms::popoto::protobuf::ModemAddress::mutable_port ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ port()

const std::string & goby::acomms::popoto::protobuf::ModemAddress::port ( ) const
inline

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

◆ release_ip()

std::string * goby::acomms::popoto::protobuf::ModemAddress::release_ip ( )
inline

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

◆ release_port()

std::string * goby::acomms::popoto::protobuf::ModemAddress::release_port ( )
inline

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

◆ set_allocated_ip()

void goby::acomms::popoto::protobuf::ModemAddress::set_allocated_ip ( std::string *  ip)
inline

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

◆ set_allocated_port()

void goby::acomms::popoto::protobuf::ModemAddress::set_allocated_port ( std::string *  port)
inline

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

◆ set_ip() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::popoto::protobuf::ModemAddress::set_ip ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_ip() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::popoto::protobuf::ModemAddress::set_ip ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_port() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::popoto::protobuf::ModemAddress::set_port ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_port() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::popoto::protobuf::ModemAddress::set_port ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fpopoto_5fdriver_2eproto

◆ swap

void swap ( ModemAddress a,
ModemAddress b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::acomms::popoto::protobuf::ModemAddress::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::acomms::popoto::protobuf::ModemAddress::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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