Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::middleware::protobuf::TCPClientEvent Class Referencefinal

#include <goby/middleware/protobuf/io.pb.h>

Inheritance diagram for goby::middleware::protobuf::TCPClientEvent:

Public Types

enum  : int { kLocalEndpointFieldNumber = 3 , kRemoteEndpointFieldNumber = 4 , kIndexFieldNumber = 1 , kEventFieldNumber = 2 }
typedef TCPClientEvent_Event Event

Public Member Functions

 TCPClientEvent ()
 ~TCPClientEvent () override
PROTOBUF_CONSTEXPR TCPClientEvent (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 TCPClientEvent (const TCPClientEvent &from)
 TCPClientEvent (TCPClientEvent &&from) noexcept
TCPClientEventoperator= (const TCPClientEvent &from)
TCPClientEventoperator= (TCPClientEvent &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (TCPClientEvent *other)
void UnsafeArenaSwap (TCPClientEvent *other)
TCPClientEventNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const TCPClientEvent &from)
void MergeFrom (const TCPClientEvent &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_local_endpoint () const
void clear_local_endpoint ()
const ::goby::middleware::protobuf::TCPEndPointlocal_endpoint () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPEndPoint * release_local_endpoint ()
::goby::middleware::protobuf::TCPEndPointmutable_local_endpoint ()
void set_allocated_local_endpoint (::goby::middleware::protobuf::TCPEndPoint *local_endpoint)
void unsafe_arena_set_allocated_local_endpoint (::goby::middleware::protobuf::TCPEndPoint *local_endpoint)
::goby::middleware::protobuf::TCPEndPointunsafe_arena_release_local_endpoint ()
bool has_remote_endpoint () const
void clear_remote_endpoint ()
const ::goby::middleware::protobuf::TCPEndPointremote_endpoint () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::TCPEndPoint * release_remote_endpoint ()
::goby::middleware::protobuf::TCPEndPointmutable_remote_endpoint ()
void set_allocated_remote_endpoint (::goby::middleware::protobuf::TCPEndPoint *remote_endpoint)
void unsafe_arena_set_allocated_remote_endpoint (::goby::middleware::protobuf::TCPEndPoint *remote_endpoint)
::goby::middleware::protobuf::TCPEndPointunsafe_arena_release_remote_endpoint ()
bool has_index () const
void clear_index ()
int32_t index () const
void set_index (int32_t value)
bool has_event () const
void clear_event ()
::goby::middleware::protobuf::TCPClientEvent_Event event () const
void set_event (::goby::middleware::protobuf::TCPClientEvent_Event 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 TCPClientEventdefault_instance ()
static const TCPClientEventinternal_default_instance ()
static bool Event_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Event_descriptor ()
template<typename T>
static const std::string & Event_Name (T enum_t_value)
static bool Event_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Event *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr Event EVENT_CONNECT
static constexpr Event EVENT_DISCONNECT
static constexpr Event Event_MIN
static constexpr Event Event_MAX
static constexpr int Event_ARRAYSIZE

Protected Member Functions

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

Detailed Description

Definition at line 1562 of file io.pb.h.

Member Typedef Documentation

◆ Event

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLocalEndpointFieldNumber 
kRemoteEndpointFieldNumber 
kIndexFieldNumber 
kEventFieldNumber 

Definition at line 1719 of file io.pb.h.

Constructor & Destructor Documentation

◆ TCPClientEvent() [1/5]

goby::middleware::protobuf::TCPClientEvent::TCPClientEvent ( )
inline

Definition at line 1565 of file io.pb.h.

◆ ~TCPClientEvent()

goby::middleware::protobuf::TCPClientEvent::~TCPClientEvent ( )
override

◆ TCPClientEvent() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::TCPClientEvent::TCPClientEvent ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ TCPClientEvent() [3/5]

goby::middleware::protobuf::TCPClientEvent::TCPClientEvent ( const TCPClientEvent & from)

◆ TCPClientEvent() [4/5]

goby::middleware::protobuf::TCPClientEvent::TCPClientEvent ( TCPClientEvent && from)
inlinenoexcept

Definition at line 1570 of file io.pb.h.

◆ TCPClientEvent() [5/5]

goby::middleware::protobuf::TCPClientEvent::TCPClientEvent ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::middleware::protobuf::TCPClientEvent::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::middleware::protobuf::TCPClientEvent::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::middleware::protobuf::TCPClientEvent::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::TCPClientEvent::Clear ( )
final

◆ clear_event()

void goby::middleware::protobuf::TCPClientEvent::clear_event ( )
inline

Definition at line 3321 of file io.pb.h.

◆ clear_index()

void goby::middleware::protobuf::TCPClientEvent::clear_index ( )
inline

Definition at line 3293 of file io.pb.h.

◆ clear_local_endpoint()

void goby::middleware::protobuf::TCPClientEvent::clear_local_endpoint ( )
inline

Definition at line 3351 of file io.pb.h.

◆ clear_remote_endpoint()

void goby::middleware::protobuf::TCPClientEvent::clear_remote_endpoint ( )
inline

Definition at line 3441 of file io.pb.h.

◆ CopyFrom()

void goby::middleware::protobuf::TCPClientEvent::CopyFrom ( const TCPClientEvent & from)

◆ default_instance()

const TCPClientEvent & goby::middleware::protobuf::TCPClientEvent::default_instance ( )
inlinestatic

Definition at line 1609 of file io.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::TCPClientEvent::descriptor ( )
inlinestatic

Definition at line 1600 of file io.pb.h.

◆ event()

goby::middleware::protobuf::TCPClientEvent_Event goby::middleware::protobuf::TCPClientEvent::event ( ) const
inline

Definition at line 3328 of file io.pb.h.

◆ Event_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::middleware::protobuf::TCPClientEvent::Event_descriptor ( )
inlinestatic

Definition at line 1702 of file io.pb.h.

◆ Event_IsValid()

bool goby::middleware::protobuf::TCPClientEvent::Event_IsValid ( int value)
inlinestatic

Definition at line 1692 of file io.pb.h.

◆ Event_Name()

template<typename T>
const std::string & goby::middleware::protobuf::TCPClientEvent::Event_Name ( T enum_t_value)
inlinestatic

Definition at line 1706 of file io.pb.h.

◆ Event_Parse()

bool goby::middleware::protobuf::TCPClientEvent::Event_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
Event * value )
inlinestatic

Definition at line 1712 of file io.pb.h.

◆ GetCachedSize()

int goby::middleware::protobuf::TCPClientEvent::GetCachedSize ( ) const
inlinefinal

Definition at line 1662 of file io.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::TCPClientEvent::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::TCPClientEvent::GetDescriptor ( )
inlinestatic

Definition at line 1603 of file io.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::TCPClientEvent::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::TCPClientEvent::GetReflection ( )
inlinestatic

Definition at line 1606 of file io.pb.h.

◆ has_event()

bool goby::middleware::protobuf::TCPClientEvent::has_event ( ) const
inline

Definition at line 3318 of file io.pb.h.

◆ has_index()

bool goby::middleware::protobuf::TCPClientEvent::has_index ( ) const
inline

Definition at line 3290 of file io.pb.h.

◆ has_local_endpoint()

bool goby::middleware::protobuf::TCPClientEvent::has_local_endpoint ( ) const
inline

Definition at line 3348 of file io.pb.h.

◆ has_remote_endpoint()

bool goby::middleware::protobuf::TCPClientEvent::has_remote_endpoint ( ) const
inline

Definition at line 3438 of file io.pb.h.

◆ index()

int32_t goby::middleware::protobuf::TCPClientEvent::index ( ) const
inline

Definition at line 3300 of file io.pb.h.

◆ internal_default_instance()

const TCPClientEvent * goby::middleware::protobuf::TCPClientEvent::internal_default_instance ( )
inlinestatic

Definition at line 1612 of file io.pb.h.

◆ IsInitialized()

bool goby::middleware::protobuf::TCPClientEvent::IsInitialized ( ) const
final

◆ local_endpoint()

const::goby::middleware::protobuf::TCPEndPoint & goby::middleware::protobuf::TCPClientEvent::local_endpoint ( ) const
inline

Definition at line 3360 of file io.pb.h.

◆ MergeFrom()

void goby::middleware::protobuf::TCPClientEvent::MergeFrom ( const TCPClientEvent & from)
inline

Definition at line 1649 of file io.pb.h.

◆ mutable_local_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::mutable_local_endpoint ( )
inline

Definition at line 3407 of file io.pb.h.

◆ mutable_remote_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::mutable_remote_endpoint ( )
inline

Definition at line 3497 of file io.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::TCPClientEvent::mutable_unknown_fields ( )
inline

Definition at line 1596 of file io.pb.h.

◆ New()

TCPClientEvent * goby::middleware::protobuf::TCPClientEvent::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 1643 of file io.pb.h.

◆ operator=() [1/2]

TCPClientEvent & goby::middleware::protobuf::TCPClientEvent::operator= ( const TCPClientEvent & from)
inline

Definition at line 1575 of file io.pb.h.

◆ operator=() [2/2]

TCPClientEvent & goby::middleware::protobuf::TCPClientEvent::operator= ( TCPClientEvent && from)
inlinenoexcept

Definition at line 1579 of file io.pb.h.

◆ release_local_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::release_local_endpoint ( )
inline

Definition at line 3377 of file io.pb.h.

◆ release_remote_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::release_remote_endpoint ( )
inline

Definition at line 3467 of file io.pb.h.

◆ remote_endpoint()

const::goby::middleware::protobuf::TCPEndPoint & goby::middleware::protobuf::TCPClientEvent::remote_endpoint ( ) const
inline

Definition at line 3450 of file io.pb.h.

◆ set_allocated_local_endpoint()

void goby::middleware::protobuf::TCPClientEvent::set_allocated_local_endpoint ( ::goby::middleware::protobuf::TCPEndPoint * local_endpoint)
inline

Definition at line 3412 of file io.pb.h.

◆ set_allocated_remote_endpoint()

void goby::middleware::protobuf::TCPClientEvent::set_allocated_remote_endpoint ( ::goby::middleware::protobuf::TCPEndPoint * remote_endpoint)
inline

Definition at line 3502 of file io.pb.h.

◆ set_event()

void goby::middleware::protobuf::TCPClientEvent::set_event ( ::goby::middleware::protobuf::TCPClientEvent_Event value)
inline

Definition at line 3337 of file io.pb.h.

◆ set_index()

void goby::middleware::protobuf::TCPClientEvent::set_index ( int32_t value)
inline

Definition at line 3308 of file io.pb.h.

◆ Swap()

void goby::middleware::protobuf::TCPClientEvent::Swap ( TCPClientEvent * other)
inline

Definition at line 1622 of file io.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::TCPClientEvent::unknown_fields ( ) const
inline

Definition at line 1593 of file io.pb.h.

◆ unsafe_arena_release_local_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::unsafe_arena_release_local_endpoint ( )
inline

Definition at line 3392 of file io.pb.h.

◆ unsafe_arena_release_remote_endpoint()

goby::middleware::protobuf::TCPEndPoint * goby::middleware::protobuf::TCPClientEvent::unsafe_arena_release_remote_endpoint ( )
inline

Definition at line 3482 of file io.pb.h.

◆ unsafe_arena_set_allocated_local_endpoint()

void goby::middleware::protobuf::TCPClientEvent::unsafe_arena_set_allocated_local_endpoint ( ::goby::middleware::protobuf::TCPEndPoint * local_endpoint)
inline

Definition at line 3364 of file io.pb.h.

◆ unsafe_arena_set_allocated_remote_endpoint()

void goby::middleware::protobuf::TCPClientEvent::unsafe_arena_set_allocated_remote_endpoint ( ::goby::middleware::protobuf::TCPEndPoint * remote_endpoint)
inline

Definition at line 3454 of file io.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::TCPClientEvent::UnsafeArenaSwap ( TCPClientEvent * other)
inline

Definition at line 1635 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 1791 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1671 of file io.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto
friend

Definition at line 1803 of file io.pb.h.

◆ swap

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

Definition at line 1619 of file io.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::TCPClientEvent::_class_data_
static

Definition at line 1680 of file io.pb.h.

◆ _impl_

Impl_ goby::middleware::protobuf::TCPClientEvent::_impl_

Definition at line 1802 of file io.pb.h.

◆ Event_ARRAYSIZE

int goby::middleware::protobuf::TCPClientEvent::Event_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 1699 of file io.pb.h.

◆ EVENT_CONNECT

Event goby::middleware::protobuf::TCPClientEvent::EVENT_CONNECT
staticconstexpr
Initial value:

Definition at line 1688 of file io.pb.h.

◆ EVENT_DISCONNECT

Event goby::middleware::protobuf::TCPClientEvent::EVENT_DISCONNECT
staticconstexpr
Initial value:

Definition at line 1690 of file io.pb.h.

◆ Event_MAX

Event goby::middleware::protobuf::TCPClientEvent::Event_MAX
staticconstexpr
Initial value:
=
constexpr TCPClientEvent_Event TCPClientEvent_Event_Event_MAX
Definition io.pb.h:156

Definition at line 1697 of file io.pb.h.

◆ Event_MIN

Event goby::middleware::protobuf::TCPClientEvent::Event_MIN
staticconstexpr
Initial value:
=
constexpr TCPClientEvent_Event TCPClientEvent_Event_Event_MIN
Definition io.pb.h:155

Definition at line 1695 of file io.pb.h.

◆ kIndexInFileMessages

int goby::middleware::protobuf::TCPClientEvent::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

Definition at line 1616 of file io.pb.h.


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