Goby3  3.1.4
2024.02.22
goby::middleware::protobuf::TCPClientEvent Class Reference

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

Inheritance diagram for goby::middleware::protobuf::TCPClientEvent:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef TCPClientEvent_Event Event
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 TCPClientEvent ()
 
virtual ~TCPClientEvent ()
 
 TCPClientEvent (const TCPClientEvent &from)
 
TCPClientEventoperator= (const TCPClientEvent &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TCPClientEvent *other)
 
TCPClientEventNew () const final
 
TCPClientEventNew (::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 TCPClientEvent &from)
 
void MergeFrom (const TCPClientEvent &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_local_endpoint () const
 
void clear_local_endpoint ()
 
const ::goby::middleware::protobuf::TCPEndPointlocal_endpoint () const
 
::goby::middleware::protobuf::TCPEndPointrelease_local_endpoint ()
 
::goby::middleware::protobuf::TCPEndPointmutable_local_endpoint ()
 
void set_allocated_local_endpoint (::goby::middleware::protobuf::TCPEndPoint *local_endpoint)
 
bool has_remote_endpoint () const
 
void clear_remote_endpoint ()
 
const ::goby::middleware::protobuf::TCPEndPointremote_endpoint () const
 
::goby::middleware::protobuf::TCPEndPointrelease_remote_endpoint ()
 
::goby::middleware::protobuf::TCPEndPointmutable_remote_endpoint ()
 
void set_allocated_remote_endpoint (::goby::middleware::protobuf::TCPEndPoint *remote_endpoint)
 
bool has_index () const
 
void clear_index ()
 
::google::protobuf::int32 index () const
 
void set_index (::google::protobuf::int32 value)
 
bool has_event () const
 
void clear_event ()
 
::goby::middleware::protobuf::TCPClientEvent_Event event () const
 
void set_event (::goby::middleware::protobuf::TCPClientEvent_Event 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 TCPClientEventdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const TCPClientEventinternal_default_instance ()
 
static bool Event_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * Event_descriptor ()
 
static const ::std::string & Event_Name (Event value)
 
static bool Event_Parse (const ::std::string &name, Event *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const Event EVENT_CONNECT
 
static const Event EVENT_DISCONNECT
 
static const Event Event_MIN
 
static const Event Event_MAX
 
static const int Event_ARRAYSIZE
 
static const int kLocalEndpointFieldNumber = 3
 
static const int kRemoteEndpointFieldNumber = 4
 
static const int kIndexFieldNumber = 1
 
static const int kEventFieldNumber = 2
 

Friends

struct ::protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct
 
void swap (TCPClientEvent &a, TCPClientEvent &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 1187 of file io.pb.h.

Member Typedef Documentation

◆ Event

Constructor & Destructor Documentation

◆ TCPClientEvent() [1/2]

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

◆ ~TCPClientEvent()

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

◆ TCPClientEvent() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::protobuf::TCPClientEvent::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_event()

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

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

◆ clear_index()

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

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

◆ clear_local_endpoint()

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

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

◆ clear_remote_endpoint()

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

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

◆ CopyFrom() [1/2]

void goby::middleware::protobuf::TCPClientEvent::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ event()

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

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

◆ Event_descriptor()

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

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

◆ Event_IsValid()

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

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

◆ Event_Name()

static const ::std::string& goby::middleware::protobuf::TCPClientEvent::Event_Name ( Event  value)
inlinestatic

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

◆ Event_Parse()

static bool goby::middleware::protobuf::TCPClientEvent::Event_Parse ( const ::std::string &  name,
Event value 
)
inlinestatic

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

◆ GetCachedSize()

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

Implements google::protobuf::MessageLite.

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

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::protobuf::TCPClientEvent::GetMetadata ( ) const
finalvirtual

◆ has_event()

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

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

◆ has_index()

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

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

◆ has_local_endpoint()

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

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

◆ has_remote_endpoint()

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

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

◆ index()

google::protobuf::int32 goby::middleware::protobuf::TCPClientEvent::index ( ) const
inline

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

◆ InitAsDefaultInstance()

static void goby::middleware::protobuf::TCPClientEvent::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::protobuf::TCPClientEvent::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ local_endpoint()

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

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

◆ MergeFrom() [1/2]

void goby::middleware::protobuf::TCPClientEvent::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::middleware::protobuf::TCPClientEvent::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_local_endpoint()

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

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

◆ mutable_remote_endpoint()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

TCPClientEvent* goby::middleware::protobuf::TCPClientEvent::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

TCPClientEvent* goby::middleware::protobuf::TCPClientEvent::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ release_local_endpoint()

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

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

◆ release_remote_endpoint()

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

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

◆ remote_endpoint()

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

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

◆ SerializeWithCachedSizes()

void goby::middleware::protobuf::TCPClientEvent::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_local_endpoint()

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

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

◆ set_event()

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

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

◆ set_index()

void goby::middleware::protobuf::TCPClientEvent::set_index ( ::google::protobuf::int32  value)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2fprotobuf_2fio_2eproto::TableStruct

◆ swap

void swap ( TCPClientEvent a,
TCPClientEvent b 
)
friend

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

Member Data Documentation

◆ Event_ARRAYSIZE

const int goby::middleware::protobuf::TCPClientEvent::Event_ARRAYSIZE
static
Initial value:

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

◆ EVENT_CONNECT

const Event goby::middleware::protobuf::TCPClientEvent::EVENT_CONNECT
static
Initial value:

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

◆ EVENT_DISCONNECT

const Event goby::middleware::protobuf::TCPClientEvent::EVENT_DISCONNECT
static
Initial value:

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

◆ Event_MAX

const Event goby::middleware::protobuf::TCPClientEvent::Event_MAX
static
Initial value:

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

◆ Event_MIN

const Event goby::middleware::protobuf::TCPClientEvent::Event_MIN
static
Initial value:

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

◆ kEventFieldNumber

const int goby::middleware::protobuf::TCPClientEvent::kEventFieldNumber = 2
static

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

◆ kIndexFieldNumber

const int goby::middleware::protobuf::TCPClientEvent::kIndexFieldNumber = 1
static

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

◆ kIndexInFileMessages

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

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

◆ kLocalEndpointFieldNumber

const int goby::middleware::protobuf::TCPClientEvent::kLocalEndpointFieldNumber = 3
static

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

◆ kRemoteEndpointFieldNumber

const int goby::middleware::protobuf::TCPClientEvent::kRemoteEndpointFieldNumber = 4
static

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


The documentation for this class was generated from the following file:
goby::middleware::protobuf::TCPClientEvent_Event_EVENT_CONNECT
@ TCPClientEvent_Event_EVENT_CONNECT
Definition: io.pb.h:148
goby::middleware::protobuf::TCPClientEvent_Event_Event_ARRAYSIZE
const int TCPClientEvent_Event_Event_ARRAYSIZE
Definition: io.pb.h:154
goby::middleware::protobuf::TCPClientEvent_Event_Event_MIN
const TCPClientEvent_Event TCPClientEvent_Event_Event_MIN
Definition: io.pb.h:152
goby::middleware::protobuf::TCPClientEvent_Event_Event_MAX
const TCPClientEvent_Event TCPClientEvent_Event_Event_MAX
Definition: io.pb.h:153
goby::middleware::protobuf::TCPClientEvent_Event_EVENT_DISCONNECT
@ TCPClientEvent_Event_EVENT_DISCONNECT
Definition: io.pb.h:149