AERA
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Friends | List of all members
tcp_io_device::StartMessage Class Referencefinal
Inheritance diagram for tcp_io_device::StartMessage:

Public Types

enum  : int { kDiagnosticModeFieldNumber = 1, kReconnectionTypeFieldNumber = 2 }
 
typedef StartMessage_ReconnectionType ReconnectionType
 

Public Member Functions

PROTOBUF_CONSTEXPR StartMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 StartMessage (const StartMessage &from)
 
 StartMessage (StartMessage &&from) noexcept
 
StartMessageoperator= (const StartMessage &from)
 
StartMessageoperator= (StartMessage &&from) noexcept
 
void Swap (StartMessage *other)
 
void UnsafeArenaSwap (StartMessage *other)
 
StartMessageNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const StartMessage &from)
 
void MergeFrom (const StartMessage &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
 
void clear_diagnosticmode ()
 
bool diagnosticmode () const
 
void set_diagnosticmode (bool value)
 
void clear_reconnectiontype ()
 
::tcp_io_device::StartMessage_ReconnectionType reconnectiontype () const
 
void set_reconnectiontype (::tcp_io_device::StartMessage_ReconnectionType 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 StartMessagedefault_instance ()
 
static const StartMessageinternal_default_instance ()
 
static bool ReconnectionType_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ReconnectionType_descriptor ()
 
template<typename T >
static const std::string & ReconnectionType_Name (T enum_t_value)
 
static bool ReconnectionType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ReconnectionType *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr ReconnectionType RE_INIT
 
static constexpr ReconnectionType RE_SETUP
 
static constexpr ReconnectionType NONE
 
static constexpr ReconnectionType ReconnectionType_MIN
 
static constexpr ReconnectionType ReconnectionType_MAX
 
static constexpr int ReconnectionType_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

Definition at line 485 of file tcp_data_message.pb.h.

Member Data Documentation

◆ kIndexInFileMessages

constexpr int tcp_io_device::StartMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 532 of file tcp_data_message.pb.h.

◆ NONE

constexpr ReconnectionType tcp_io_device::StartMessage::NONE
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_NONE

Definition at line 608 of file tcp_data_message.pb.h.

◆ RE_INIT

constexpr ReconnectionType tcp_io_device::StartMessage::RE_INIT
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_RE_INIT

Definition at line 604 of file tcp_data_message.pb.h.

◆ RE_SETUP

constexpr ReconnectionType tcp_io_device::StartMessage::RE_SETUP
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_RE_SETUP

Definition at line 606 of file tcp_data_message.pb.h.

◆ ReconnectionType_ARRAYSIZE

constexpr int tcp_io_device::StartMessage::ReconnectionType_ARRAYSIZE
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_ReconnectionType_ARRAYSIZE

Definition at line 617 of file tcp_data_message.pb.h.

◆ ReconnectionType_MAX

constexpr ReconnectionType tcp_io_device::StartMessage::ReconnectionType_MAX
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_ReconnectionType_MAX

Definition at line 615 of file tcp_data_message.pb.h.

◆ ReconnectionType_MIN

constexpr ReconnectionType tcp_io_device::StartMessage::ReconnectionType_MIN
staticconstexpr
Initial value:
=
StartMessage_ReconnectionType_ReconnectionType_MIN

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


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