Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID Class Referencefinal

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

Inheritance diagram for goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID:

Public Types

enum  : int { kImeiFieldNumber = 1 , kPtyFieldNumber = 3 , kModemIdFieldNumber = 2 }
 

Public Member Functions

 RockBLOCKSimulatorConfig_IMEIToModemID ()
 
 ~RockBLOCKSimulatorConfig_IMEIToModemID () override
 
PROTOBUF_CONSTEXPR RockBLOCKSimulatorConfig_IMEIToModemID (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RockBLOCKSimulatorConfig_IMEIToModemID (const RockBLOCKSimulatorConfig_IMEIToModemID &from)
 
 RockBLOCKSimulatorConfig_IMEIToModemID (RockBLOCKSimulatorConfig_IMEIToModemID &&from) noexcept
 
RockBLOCKSimulatorConfig_IMEIToModemIDoperator= (const RockBLOCKSimulatorConfig_IMEIToModemID &from)
 
RockBLOCKSimulatorConfig_IMEIToModemIDoperator= (RockBLOCKSimulatorConfig_IMEIToModemID &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RockBLOCKSimulatorConfig_IMEIToModemID *other)
 
void UnsafeArenaSwap (RockBLOCKSimulatorConfig_IMEIToModemID *other)
 
RockBLOCKSimulatorConfig_IMEIToModemIDNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const RockBLOCKSimulatorConfig_IMEIToModemID &from)
 
void MergeFrom (const RockBLOCKSimulatorConfig_IMEIToModemID &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_imei () const
 
void clear_imei ()
 
const std::string & imei () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_imei (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_imei ()
 
PROTOBUF_NODISCARD std::string * release_imei ()
 
void set_allocated_imei (std::string *imei)
 
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_modem_id () const
 
void clear_modem_id ()
 
uint32_t modem_id () const
 
void set_modem_id (uint32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_imei (ArgT0 &&arg0, ArgT... args)
 

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 RockBLOCKSimulatorConfig_IMEIToModemIDdefault_instance ()
 
static const RockBLOCKSimulatorConfig_IMEIToModemIDinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 78 of file rockblock_simulator_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kImeiFieldNumber 
kPtyFieldNumber 
kModemIdFieldNumber 

Definition at line 205 of file rockblock_simulator_config.pb.h.

Constructor & Destructor Documentation

◆ RockBLOCKSimulatorConfig_IMEIToModemID() [1/5]

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::RockBLOCKSimulatorConfig_IMEIToModemID ( )
inline

Definition at line 81 of file rockblock_simulator_config.pb.h.

◆ ~RockBLOCKSimulatorConfig_IMEIToModemID()

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::~RockBLOCKSimulatorConfig_IMEIToModemID ( )
override

◆ RockBLOCKSimulatorConfig_IMEIToModemID() [2/5]

PROTOBUF_CONSTEXPR goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::RockBLOCKSimulatorConfig_IMEIToModemID ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ RockBLOCKSimulatorConfig_IMEIToModemID() [3/5]

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::RockBLOCKSimulatorConfig_IMEIToModemID ( const RockBLOCKSimulatorConfig_IMEIToModemID from)

◆ RockBLOCKSimulatorConfig_IMEIToModemID() [4/5]

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::RockBLOCKSimulatorConfig_IMEIToModemID ( RockBLOCKSimulatorConfig_IMEIToModemID &&  from)
inlinenoexcept

Definition at line 86 of file rockblock_simulator_config.pb.h.

◆ RockBLOCKSimulatorConfig_IMEIToModemID() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::Clear ( )
final

◆ clear_imei()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::clear_imei ( )
inline

Definition at line 544 of file rockblock_simulator_config.pb.h.

◆ clear_modem_id()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::clear_modem_id ( )
inline

Definition at line 612 of file rockblock_simulator_config.pb.h.

◆ clear_pty()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::clear_pty ( )

◆ CopyFrom()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::CopyFrom ( const RockBLOCKSimulatorConfig_IMEIToModemID from)

◆ default_instance()

static const RockBLOCKSimulatorConfig_IMEIToModemID & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::default_instance ( )
inlinestatic

Definition at line 125 of file rockblock_simulator_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::descriptor ( )
inlinestatic

Definition at line 116 of file rockblock_simulator_config.pb.h.

◆ GetCachedSize()

int goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::GetCachedSize ( ) const
inlinefinal

Definition at line 178 of file rockblock_simulator_config.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::GetReflection ( )
inlinestatic

Definition at line 122 of file rockblock_simulator_config.pb.h.

◆ has_imei()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::has_imei ( ) const
inline

Definition at line 541 of file rockblock_simulator_config.pb.h.

◆ has_modem_id()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::has_modem_id ( ) const
inline

Definition at line 609 of file rockblock_simulator_config.pb.h.

◆ has_pty()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::has_pty ( ) const
inline

Definition at line 638 of file rockblock_simulator_config.pb.h.

◆ imei()

const std::string & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::imei ( ) const
inline

Definition at line 548 of file rockblock_simulator_config.pb.h.

◆ internal_default_instance()

static const RockBLOCKSimulatorConfig_IMEIToModemID * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::internal_default_instance ( )
inlinestatic

Definition at line 128 of file rockblock_simulator_config.pb.h.

◆ IsInitialized()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::MergeFrom ( const RockBLOCKSimulatorConfig_IMEIToModemID from)
inline

Definition at line 165 of file rockblock_simulator_config.pb.h.

◆ modem_id()

uint32_t goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::modem_id ( ) const
inline

Definition at line 619 of file rockblock_simulator_config.pb.h.

◆ mutable_imei()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::mutable_imei ( )
inline

Definition at line 559 of file rockblock_simulator_config.pb.h.

◆ mutable_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::mutable_pty ( )
inline

Definition at line 693 of file rockblock_simulator_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::mutable_unknown_fields ( )
inline

Definition at line 112 of file rockblock_simulator_config.pb.h.

◆ New()

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

Definition at line 159 of file rockblock_simulator_config.pb.h.

◆ operator=() [1/2]

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

Definition at line 91 of file rockblock_simulator_config.pb.h.

◆ operator=() [2/2]

RockBLOCKSimulatorConfig_IMEIToModemID & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::operator= ( RockBLOCKSimulatorConfig_IMEIToModemID &&  from)
inlinenoexcept

Definition at line 95 of file rockblock_simulator_config.pb.h.

◆ pty()

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

Definition at line 646 of file rockblock_simulator_config.pb.h.

◆ release_imei()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::release_imei ( )
inline

Definition at line 575 of file rockblock_simulator_config.pb.h.

◆ release_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::release_pty ( )
inline

Definition at line 663 of file rockblock_simulator_config.pb.h.

◆ set_allocated_imei()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::set_allocated_imei ( std::string *  imei)
inline

Definition at line 589 of file rockblock_simulator_config.pb.h.

◆ set_allocated_pty()

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

Definition at line 698 of file rockblock_simulator_config.pb.h.

◆ set_imei() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::set_imei ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_imei() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::set_imei ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 554 of file rockblock_simulator_config.pb.h.

◆ set_modem_id()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::set_modem_id ( uint32_t  value)
inline

Definition at line 627 of file rockblock_simulator_config.pb.h.

◆ Swap()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::Swap ( RockBLOCKSimulatorConfig_IMEIToModemID other)
inline

Definition at line 138 of file rockblock_simulator_config.pb.h.

◆ unknown_fields()

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

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

◆ unsafe_arena_release_pty()

goby::middleware::protobuf::PTYConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::unsafe_arena_release_pty ( )
inline

Definition at line 678 of file rockblock_simulator_config.pb.h.

◆ unsafe_arena_set_allocated_pty()

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

Definition at line 650 of file rockblock_simulator_config.pb.h.

◆ UnsafeArenaSwap()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::UnsafeArenaSwap ( RockBLOCKSimulatorConfig_IMEIToModemID other)
inline

Definition at line 151 of file rockblock_simulator_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 266 of file rockblock_simulator_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2facomms_2fprotobuf_2frockblock_5fsimulator_5fconfig_2eproto

◆ swap

Member Data Documentation

◆ _class_data_

const ClassData goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::_class_data_
static

Definition at line 196 of file rockblock_simulator_config.pb.h.

◆ _impl_

Impl_ goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::_impl_

Definition at line 276 of file rockblock_simulator_config.pb.h.

◆ kIndexInFileMessages

constexpr int goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 132 of file rockblock_simulator_config.pb.h.


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