Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::acomms::protobuf::MTDataRequest_Command Class Referencefinal

#include <goby/acomms/protobuf/rudics_shore.pb.h>

Inheritance diagram for goby::acomms::protobuf::MTDataRequest_Command:

Public Types

enum  : int { kModemIdFieldNumber = 1 , kTypeFieldNumber = 2 }
typedef MTDataRequest_Command_CommandType CommandType

Public Member Functions

 MTDataRequest_Command ()
 ~MTDataRequest_Command () override
PROTOBUF_CONSTEXPR MTDataRequest_Command (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 MTDataRequest_Command (const MTDataRequest_Command &from)
 MTDataRequest_Command (MTDataRequest_Command &&from) noexcept
MTDataRequest_Commandoperator= (const MTDataRequest_Command &from)
MTDataRequest_Commandoperator= (MTDataRequest_Command &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (MTDataRequest_Command *other)
void UnsafeArenaSwap (MTDataRequest_Command *other)
MTDataRequest_CommandNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const MTDataRequest_Command &from)
void MergeFrom (const MTDataRequest_Command &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_modem_id () const
void clear_modem_id ()
int32_t modem_id () const
void set_modem_id (int32_t value)
bool has_type () const
void clear_type ()
::goby::acomms::protobuf::MTDataRequest_Command_CommandType type () const
void set_type (::goby::acomms::protobuf::MTDataRequest_Command_CommandType 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 MTDataRequest_Commanddefault_instance ()
static const MTDataRequest_Commandinternal_default_instance ()
static bool CommandType_IsValid (int value)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * CommandType_descriptor ()
template<typename T>
static const std::string & CommandType_Name (T enum_t_value)
static bool CommandType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CommandType *value)

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_
static constexpr CommandType SEND_BYE
static constexpr CommandType HANGUP
static constexpr CommandType CommandType_MIN
static constexpr CommandType CommandType_MAX
static constexpr int CommandType_ARRAYSIZE

Protected Member Functions

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

Detailed Description

Definition at line 106 of file rudics_shore.pb.h.

Member Typedef Documentation

◆ CommandType

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kModemIdFieldNumber 
kTypeFieldNumber 

Definition at line 263 of file rudics_shore.pb.h.

Constructor & Destructor Documentation

◆ MTDataRequest_Command() [1/5]

goby::acomms::protobuf::MTDataRequest_Command::MTDataRequest_Command ( )
inline

Definition at line 109 of file rudics_shore.pb.h.

◆ ~MTDataRequest_Command()

goby::acomms::protobuf::MTDataRequest_Command::~MTDataRequest_Command ( )
override

◆ MTDataRequest_Command() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::MTDataRequest_Command::MTDataRequest_Command ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ MTDataRequest_Command() [3/5]

goby::acomms::protobuf::MTDataRequest_Command::MTDataRequest_Command ( const MTDataRequest_Command & from)

◆ MTDataRequest_Command() [4/5]

goby::acomms::protobuf::MTDataRequest_Command::MTDataRequest_Command ( MTDataRequest_Command && from)
inlinenoexcept

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

◆ MTDataRequest_Command() [5/5]

goby::acomms::protobuf::MTDataRequest_Command::MTDataRequest_Command ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::acomms::protobuf::MTDataRequest_Command::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::MTDataRequest_Command::Clear ( )
final

◆ clear_modem_id()

void goby::acomms::protobuf::MTDataRequest_Command::clear_modem_id ( )
inline

Definition at line 882 of file rudics_shore.pb.h.

◆ clear_type()

void goby::acomms::protobuf::MTDataRequest_Command::clear_type ( )
inline

Definition at line 910 of file rudics_shore.pb.h.

◆ CommandType_descriptor()

const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * goby::acomms::protobuf::MTDataRequest_Command::CommandType_descriptor ( )
inlinestatic

Definition at line 246 of file rudics_shore.pb.h.

◆ CommandType_IsValid()

bool goby::acomms::protobuf::MTDataRequest_Command::CommandType_IsValid ( int value)
inlinestatic

Definition at line 236 of file rudics_shore.pb.h.

◆ CommandType_Name()

template<typename T>
const std::string & goby::acomms::protobuf::MTDataRequest_Command::CommandType_Name ( T enum_t_value)
inlinestatic

Definition at line 250 of file rudics_shore.pb.h.

◆ CommandType_Parse()

bool goby::acomms::protobuf::MTDataRequest_Command::CommandType_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
CommandType * value )
inlinestatic

Definition at line 256 of file rudics_shore.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::MTDataRequest_Command::CopyFrom ( const MTDataRequest_Command & from)

◆ default_instance()

const MTDataRequest_Command & goby::acomms::protobuf::MTDataRequest_Command::default_instance ( )
inlinestatic

Definition at line 153 of file rudics_shore.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::MTDataRequest_Command::descriptor ( )
inlinestatic

Definition at line 144 of file rudics_shore.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::MTDataRequest_Command::GetCachedSize ( ) const
inlinefinal

Definition at line 206 of file rudics_shore.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::MTDataRequest_Command::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::MTDataRequest_Command::GetDescriptor ( )
inlinestatic

Definition at line 147 of file rudics_shore.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::MTDataRequest_Command::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::MTDataRequest_Command::GetReflection ( )
inlinestatic

Definition at line 150 of file rudics_shore.pb.h.

◆ has_modem_id()

bool goby::acomms::protobuf::MTDataRequest_Command::has_modem_id ( ) const
inline

Definition at line 879 of file rudics_shore.pb.h.

◆ has_type()

bool goby::acomms::protobuf::MTDataRequest_Command::has_type ( ) const
inline

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

◆ internal_default_instance()

const MTDataRequest_Command * goby::acomms::protobuf::MTDataRequest_Command::internal_default_instance ( )
inlinestatic

Definition at line 156 of file rudics_shore.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::MTDataRequest_Command::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::MTDataRequest_Command::MergeFrom ( const MTDataRequest_Command & from)
inline

Definition at line 193 of file rudics_shore.pb.h.

◆ modem_id()

int32_t goby::acomms::protobuf::MTDataRequest_Command::modem_id ( ) const
inline

Definition at line 889 of file rudics_shore.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::MTDataRequest_Command::mutable_unknown_fields ( )
inline

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

◆ New()

MTDataRequest_Command * goby::acomms::protobuf::MTDataRequest_Command::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 187 of file rudics_shore.pb.h.

◆ operator=() [1/2]

MTDataRequest_Command & goby::acomms::protobuf::MTDataRequest_Command::operator= ( const MTDataRequest_Command & from)
inline

Definition at line 119 of file rudics_shore.pb.h.

◆ operator=() [2/2]

MTDataRequest_Command & goby::acomms::protobuf::MTDataRequest_Command::operator= ( MTDataRequest_Command && from)
inlinenoexcept

Definition at line 123 of file rudics_shore.pb.h.

◆ set_modem_id()

void goby::acomms::protobuf::MTDataRequest_Command::set_modem_id ( int32_t value)
inline

Definition at line 897 of file rudics_shore.pb.h.

◆ set_type()

void goby::acomms::protobuf::MTDataRequest_Command::set_type ( ::goby::acomms::protobuf::MTDataRequest_Command_CommandType value)
inline

Definition at line 926 of file rudics_shore.pb.h.

◆ Swap()

void goby::acomms::protobuf::MTDataRequest_Command::Swap ( MTDataRequest_Command * other)
inline

Definition at line 166 of file rudics_shore.pb.h.

◆ type()

goby::acomms::protobuf::MTDataRequest_Command_CommandType goby::acomms::protobuf::MTDataRequest_Command::type ( ) const
inline

Definition at line 917 of file rudics_shore.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::MTDataRequest_Command::unknown_fields ( ) const
inline

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

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::MTDataRequest_Command::UnsafeArenaSwap ( MTDataRequest_Command * other)
inline

Definition at line 179 of file rudics_shore.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 300 of file rudics_shore.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 215 of file rudics_shore.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2frudics_5fshore_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2frudics_5fshore_2eproto
friend

Definition at line 310 of file rudics_shore.pb.h.

◆ swap

void swap ( MTDataRequest_Command & a,
MTDataRequest_Command & b )
friend

Definition at line 163 of file rudics_shore.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::MTDataRequest_Command::_class_data_
static

Definition at line 224 of file rudics_shore.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::MTDataRequest_Command::_impl_

Definition at line 309 of file rudics_shore.pb.h.

◆ CommandType_ARRAYSIZE

int goby::acomms::protobuf::MTDataRequest_Command::CommandType_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 243 of file rudics_shore.pb.h.

◆ CommandType_MAX

CommandType goby::acomms::protobuf::MTDataRequest_Command::CommandType_MAX
staticconstexpr
Initial value:
=
constexpr MTDataRequest_Command_CommandType MTDataRequest_Command_CommandType_CommandType_MAX

Definition at line 241 of file rudics_shore.pb.h.

◆ CommandType_MIN

CommandType goby::acomms::protobuf::MTDataRequest_Command::CommandType_MIN
staticconstexpr
Initial value:
=
constexpr MTDataRequest_Command_CommandType MTDataRequest_Command_CommandType_CommandType_MIN

Definition at line 239 of file rudics_shore.pb.h.

◆ HANGUP

CommandType goby::acomms::protobuf::MTDataRequest_Command::HANGUP
staticconstexpr
Initial value:

Definition at line 234 of file rudics_shore.pb.h.

◆ kIndexInFileMessages

int goby::acomms::protobuf::MTDataRequest_Command::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 160 of file rudics_shore.pb.h.

◆ SEND_BYE

CommandType goby::acomms::protobuf::MTDataRequest_Command::SEND_BYE
staticconstexpr
Initial value:

Definition at line 232 of file rudics_shore.pb.h.


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