Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY Class Referencefinal

#include <goby/apps/middleware/serial_mux/config.pb.h>

Inheritance diagram for goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY:

Public Types

enum  : int { kPtyFieldNumber = 1 , kAllowWriteFieldNumber = 2 }
 

Public Member Functions

 SerialMuxConfig_SecondaryPTY ()
 
 ~SerialMuxConfig_SecondaryPTY () override
 
PROTOBUF_CONSTEXPR SerialMuxConfig_SecondaryPTY (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SerialMuxConfig_SecondaryPTY (const SerialMuxConfig_SecondaryPTY &from)
 
 SerialMuxConfig_SecondaryPTY (SerialMuxConfig_SecondaryPTY &&from) noexcept
 
SerialMuxConfig_SecondaryPTYoperator= (const SerialMuxConfig_SecondaryPTY &from)
 
SerialMuxConfig_SecondaryPTYoperator= (SerialMuxConfig_SecondaryPTY &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SerialMuxConfig_SecondaryPTY *other)
 
void UnsafeArenaSwap (SerialMuxConfig_SecondaryPTY *other)
 
SerialMuxConfig_SecondaryPTYNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SerialMuxConfig_SecondaryPTY &from)
 
void MergeFrom (const SerialMuxConfig_SecondaryPTY &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_pty () const
 
void clear_pty ()
 
const ::goby::middleware::protobuf::PTYConfigpty () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::PTYConfig * release_pty ()
 
::goby::middleware::protobuf::PTYConfigmutable_pty ()
 
void set_allocated_pty (::goby::middleware::protobuf::PTYConfig *pty)
 
void unsafe_arena_set_allocated_pty (::goby::middleware::protobuf::PTYConfig *pty)
 
::goby::middleware::protobuf::PTYConfigunsafe_arena_release_pty ()
 
bool has_allow_write () const
 
void clear_allow_write ()
 
bool allow_write () const
 
void set_allow_write (bool 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 SerialMuxConfig_SecondaryPTYdefault_instance ()
 
static const SerialMuxConfig_SecondaryPTYinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 80 of file config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPtyFieldNumber 
kAllowWriteFieldNumber 

Definition at line 207 of file config.pb.h.

Constructor & Destructor Documentation

◆ SerialMuxConfig_SecondaryPTY() [1/5]

goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::SerialMuxConfig_SecondaryPTY ( )
inline

Definition at line 83 of file config.pb.h.

◆ ~SerialMuxConfig_SecondaryPTY()

goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::~SerialMuxConfig_SecondaryPTY ( )
override

◆ SerialMuxConfig_SecondaryPTY() [2/5]

PROTOBUF_CONSTEXPR goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::SerialMuxConfig_SecondaryPTY ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ SerialMuxConfig_SecondaryPTY() [3/5]

goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::SerialMuxConfig_SecondaryPTY ( const SerialMuxConfig_SecondaryPTY from)

◆ SerialMuxConfig_SecondaryPTY() [4/5]

goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::SerialMuxConfig_SecondaryPTY ( SerialMuxConfig_SecondaryPTY &&  from)
inlinenoexcept

Definition at line 88 of file config.pb.h.

◆ SerialMuxConfig_SecondaryPTY() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ allow_write()

bool goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::allow_write ( ) const
inline

Definition at line 578 of file config.pb.h.

◆ ByteSizeLong()

size_t goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::Clear ( )
final

◆ clear_allow_write()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::clear_allow_write ( )
inline

Definition at line 571 of file config.pb.h.

◆ clear_pty()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::clear_pty ( )

◆ CopyFrom()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::CopyFrom ( const SerialMuxConfig_SecondaryPTY from)

◆ default_instance()

static const SerialMuxConfig_SecondaryPTY & goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::default_instance ( )
inlinestatic

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

◆ descriptor()

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

Definition at line 118 of file config.pb.h.

◆ GetCachedSize()

int goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 121 of file config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 124 of file config.pb.h.

◆ has_allow_write()

bool goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::has_allow_write ( ) const
inline

Definition at line 568 of file config.pb.h.

◆ has_pty()

bool goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::has_pty ( ) const
inline

Definition at line 482 of file config.pb.h.

◆ internal_default_instance()

static const SerialMuxConfig_SecondaryPTY * goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::internal_default_instance ( )
inlinestatic

Definition at line 130 of file config.pb.h.

◆ IsInitialized()

bool goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::MergeFrom ( const SerialMuxConfig_SecondaryPTY from)
inline

Definition at line 167 of file config.pb.h.

◆ mutable_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::mutable_pty ( )
inline

Definition at line 537 of file config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::mutable_unknown_fields ( )
inline

Definition at line 114 of file config.pb.h.

◆ New()

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

Definition at line 161 of file config.pb.h.

◆ operator=() [1/2]

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

Definition at line 93 of file config.pb.h.

◆ operator=() [2/2]

SerialMuxConfig_SecondaryPTY & goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::operator= ( SerialMuxConfig_SecondaryPTY &&  from)
inlinenoexcept

Definition at line 97 of file config.pb.h.

◆ pty()

const ::goby::middleware::protobuf::PTYConfig & goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::pty ( ) const
inline

Definition at line 490 of file config.pb.h.

◆ release_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::release_pty ( )
inline

Definition at line 507 of file config.pb.h.

◆ set_allocated_pty()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::set_allocated_pty ( ::goby::middleware::protobuf::PTYConfig pty)
inline

Definition at line 542 of file config.pb.h.

◆ set_allow_write()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::set_allow_write ( bool  value)
inline

Definition at line 586 of file config.pb.h.

◆ Swap()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::Swap ( SerialMuxConfig_SecondaryPTY other)
inline

Definition at line 140 of file config.pb.h.

◆ unknown_fields()

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

Definition at line 111 of file config.pb.h.

◆ unsafe_arena_release_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::unsafe_arena_release_pty ( )
inline

Definition at line 522 of file config.pb.h.

◆ unsafe_arena_set_allocated_pty()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::unsafe_arena_set_allocated_pty ( ::goby::middleware::protobuf::PTYConfig pty)
inline

Definition at line 494 of file config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::UnsafeArenaSwap ( SerialMuxConfig_SecondaryPTY other)
inline

Definition at line 153 of file config.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 246 of file config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 189 of file config.pb.h.

◆ ::TableStruct_goby_2fapps_2fmiddleware_2fserial_5fmux_2fconfig_2eproto

◆ swap

void swap ( SerialMuxConfig_SecondaryPTY a,
SerialMuxConfig_SecondaryPTY b 
)
friend

Definition at line 137 of file config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::_class_data_
static

Definition at line 198 of file config.pb.h.

◆ _impl_

Impl_ goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::_impl_

Definition at line 255 of file config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::middleware::protobuf::SerialMuxConfig_SecondaryPTY::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file config.pb.h.


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