Goby3 3.1.5a
2024.05.23
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 1564 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 1721 of file io.pb.h.

Constructor & Destructor Documentation

◆ TCPClientEvent() [1/5]

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

Definition at line 1567 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 1572 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 3323 of file io.pb.h.

◆ clear_index()

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

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

◆ clear_local_endpoint()

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

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

◆ clear_remote_endpoint()

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

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ event()

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

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

◆ Event_descriptor()

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

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

◆ Event_IsValid()

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

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

◆ Event_Name()

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

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

◆ Event_Parse()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_event()

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

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

◆ has_index()

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

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

◆ has_local_endpoint()

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

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

◆ has_remote_endpoint()

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

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

◆ index()

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

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

◆ internal_default_instance()

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

Definition at line 1614 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 3362 of file io.pb.h.

◆ MergeFrom()

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

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

◆ mutable_local_endpoint()

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

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

◆ mutable_remote_endpoint()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_local_endpoint()

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

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

◆ release_remote_endpoint()

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

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

◆ remote_endpoint()

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

Definition at line 3452 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 3414 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 3504 of file io.pb.h.

◆ set_event()

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

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

◆ set_index()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 1595 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 3394 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 3484 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 3366 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 3456 of file io.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 1637 of file io.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 1793 of file io.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

◆ swap

void swap ( TCPClientEvent a,
TCPClientEvent b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

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

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

◆ Event_ARRAYSIZE

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

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

◆ EVENT_CONNECT

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

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

◆ EVENT_DISCONNECT

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

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

◆ Event_MAX

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

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

◆ Event_MIN

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

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

◆ kIndexInFileMessages

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

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


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