Goby3 3.3.0
2025.07.10
Loading...
Searching...
No Matches
goby::middleware::protobuf::SerialCommand Class Referencefinal

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

Inheritance diagram for goby::middleware::protobuf::SerialCommand:

Public Types

enum  : int { kIndexFieldNumber = 1 , kCommandFieldNumber = 2 }
 
typedef SerialCommand_Command Command
 

Public Member Functions

 SerialCommand ()
 
 ~SerialCommand () override
 
PROTOBUF_CONSTEXPR SerialCommand (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SerialCommand (const SerialCommand &from)
 
 SerialCommand (SerialCommand &&from) noexcept
 
SerialCommandoperator= (const SerialCommand &from)
 
SerialCommandoperator= (SerialCommand &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SerialCommand *other)
 
void UnsafeArenaSwap (SerialCommand *other)
 
SerialCommandNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SerialCommand &from)
 
void MergeFrom (const SerialCommand &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_index () const
 
void clear_index ()
 
int32_t index () const
 
void set_index (int32_t value)
 
bool has_command () const
 
void clear_command ()
 
::goby::middleware::protobuf::SerialCommand_Command command () const
 
void set_command (::goby::middleware::protobuf::SerialCommand_Command 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 SerialCommanddefault_instance ()
 
static const SerialCommandinternal_default_instance ()
 
static bool Command_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Command_descriptor ()
 
template<typename T >
static const std::string & Command_Name (T enum_t_value)
 
static bool Command_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Command *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr Command SEND_BREAK
 
static constexpr Command RTS_HIGH
 
static constexpr Command RTS_LOW
 
static constexpr Command DTR_HIGH
 
static constexpr Command DTR_LOW
 
static constexpr Command Command_MIN
 
static constexpr Command Command_MAX
 
static constexpr int Command_ARRAYSIZE
 

Protected Member Functions

 SerialCommand (::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 (SerialCommand &a, SerialCommand &b)
 

Detailed Description

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

Member Typedef Documentation

◆ Command

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIndexFieldNumber 
kCommandFieldNumber 

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

Constructor & Destructor Documentation

◆ SerialCommand() [1/5]

goby::middleware::protobuf::SerialCommand::SerialCommand ( )
inline

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

◆ ~SerialCommand()

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

◆ SerialCommand() [2/5]

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

◆ SerialCommand() [3/5]

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

◆ SerialCommand() [4/5]

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

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

◆ SerialCommand() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_command()

void goby::middleware::protobuf::SerialCommand::clear_command ( )
inline

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

◆ clear_index()

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

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

◆ command()

goby::middleware::protobuf::SerialCommand_Command goby::middleware::protobuf::SerialCommand::command ( ) const
inline

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

◆ Command_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::middleware::protobuf::SerialCommand::Command_descriptor ( )
inlinestatic

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

◆ Command_IsValid()

static bool goby::middleware::protobuf::SerialCommand::Command_IsValid ( int  value)
inlinestatic

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

◆ Command_Name()

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

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

◆ Command_Parse()

static bool goby::middleware::protobuf::SerialCommand::Command_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Command value 
)
inlinestatic

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_command()

bool goby::middleware::protobuf::SerialCommand::has_command ( ) const
inline

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

◆ has_index()

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

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

◆ index()

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

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ set_command()

void goby::middleware::protobuf::SerialCommand::set_command ( ::goby::middleware::protobuf::SerialCommand_Command  value)
inline

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

◆ set_index()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fio_2eproto

◆ swap

void swap ( SerialCommand a,
SerialCommand b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::middleware::protobuf::SerialCommand::_impl_

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

◆ Command_ARRAYSIZE

constexpr int goby::middleware::protobuf::SerialCommand::Command_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ Command_MAX

constexpr Command goby::middleware::protobuf::SerialCommand::Command_MAX
staticconstexpr
Initial value:
=
constexpr SerialCommand_Command SerialCommand_Command_Command_MAX
Definition io.pb.h:109

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

◆ Command_MIN

constexpr Command goby::middleware::protobuf::SerialCommand::Command_MIN
staticconstexpr
Initial value:
=
constexpr SerialCommand_Command SerialCommand_Command_Command_MIN
Definition io.pb.h:108

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

◆ DTR_HIGH

constexpr Command goby::middleware::protobuf::SerialCommand::DTR_HIGH
staticconstexpr
Initial value:

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

◆ DTR_LOW

constexpr Command goby::middleware::protobuf::SerialCommand::DTR_LOW
staticconstexpr
Initial value:

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

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::SerialCommand::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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

◆ RTS_HIGH

constexpr Command goby::middleware::protobuf::SerialCommand::RTS_HIGH
staticconstexpr
Initial value:

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

◆ RTS_LOW

constexpr Command goby::middleware::protobuf::SerialCommand::RTS_LOW
staticconstexpr
Initial value:

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

◆ SEND_BREAK

constexpr Command goby::middleware::protobuf::SerialCommand::SEND_BREAK
staticconstexpr
Initial value:

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


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