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

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

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

Public Types

enum  : int {
  kImeiToIdFieldNumber = 10 , kMoHttpServerFieldNumber = 11 , kMoHttpEndpointFieldNumber = 12 , kAppFieldNumber = 1 ,
  kMtHttpServerPortFieldNumber = 13
}
typedef RockBLOCKSimulatorConfig_IMEIToModemID IMEIToModemID

Public Member Functions

 RockBLOCKSimulatorConfig ()
 ~RockBLOCKSimulatorConfig () override
PROTOBUF_CONSTEXPR RockBLOCKSimulatorConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 RockBLOCKSimulatorConfig (const RockBLOCKSimulatorConfig &from)
 RockBLOCKSimulatorConfig (RockBLOCKSimulatorConfig &&from) noexcept
RockBLOCKSimulatorConfigoperator= (const RockBLOCKSimulatorConfig &from)
RockBLOCKSimulatorConfigoperator= (RockBLOCKSimulatorConfig &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (RockBLOCKSimulatorConfig *other)
void UnsafeArenaSwap (RockBLOCKSimulatorConfig *other)
RockBLOCKSimulatorConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const RockBLOCKSimulatorConfig &from)
void MergeFrom (const RockBLOCKSimulatorConfig &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
int imei_to_id_size () const
void clear_imei_to_id ()
::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemIDmutable_imei_to_id (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID > * mutable_imei_to_id ()
const ::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemIDimei_to_id (int index) const
::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemIDadd_imei_to_id ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID > & imei_to_id () const
bool has_mo_http_server () const
void clear_mo_http_server ()
const std::string & mo_http_server () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mo_http_server (ArgT0 &&arg0, ArgT... args)
std::string * mutable_mo_http_server ()
PROTOBUF_NODISCARD std::string * release_mo_http_server ()
void set_allocated_mo_http_server (std::string *mo_http_server)
bool has_mo_http_endpoint () const
void clear_mo_http_endpoint ()
const std::string & mo_http_endpoint () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_mo_http_endpoint (ArgT0 &&arg0, ArgT... args)
std::string * mutable_mo_http_endpoint ()
PROTOBUF_NODISCARD std::string * release_mo_http_endpoint ()
void set_allocated_mo_http_endpoint (std::string *mo_http_endpoint)
bool has_app () const
void clear_app ()
const ::goby::middleware::protobuf::AppConfigapp () const
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
::goby::middleware::protobuf::AppConfigmutable_app ()
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
::goby::middleware::protobuf::AppConfigunsafe_arena_release_app ()
bool has_mt_http_server_port () const
void clear_mt_http_server_port ()
uint32_t mt_http_server_port () const
void set_mt_http_server_port (uint32_t value)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mo_http_server (ArgT0 &&arg0, ArgT... args)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_mo_http_endpoint (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 RockBLOCKSimulatorConfigdefault_instance ()
static const RockBLOCKSimulatorConfiginternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ IMEIToModemID

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kImeiToIdFieldNumber 
kMoHttpServerFieldNumber 
kMoHttpEndpointFieldNumber 
kAppFieldNumber 
kMtHttpServerPortFieldNumber 

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

Constructor & Destructor Documentation

◆ RockBLOCKSimulatorConfig() [1/5]

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

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

◆ ~RockBLOCKSimulatorConfig()

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

◆ RockBLOCKSimulatorConfig() [2/5]

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

◆ RockBLOCKSimulatorConfig() [3/5]

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::RockBLOCKSimulatorConfig ( const RockBLOCKSimulatorConfig & from)

◆ RockBLOCKSimulatorConfig() [4/5]

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

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

◆ RockBLOCKSimulatorConfig() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_imei_to_id()

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::add_imei_to_id ( )
inline

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

◆ app()

const::goby::middleware::protobuf::AppConfig & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::app ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_app()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::clear_app ( )

◆ clear_imei_to_id()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::clear_imei_to_id ( )
inline

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

◆ clear_mo_http_endpoint()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::clear_mo_http_endpoint ( )
inline

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

◆ clear_mo_http_server()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::clear_mo_http_server ( )
inline

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

◆ clear_mt_http_server_port()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::clear_mt_http_server_port ( )
inline

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

◆ CopyFrom()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::CopyFrom ( const RockBLOCKSimulatorConfig & from)

◆ default_instance()

const RockBLOCKSimulatorConfig & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_app()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::has_app ( ) const
inline

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

◆ has_mo_http_endpoint()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::has_mo_http_endpoint ( ) const
inline

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

◆ has_mo_http_server()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::has_mo_http_server ( ) const
inline

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

◆ has_mt_http_server_port()

bool goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::has_mt_http_server_port ( ) const
inline

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

◆ imei_to_id() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID > & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::imei_to_id ( ) const
inline

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

◆ imei_to_id() [2/2]

const::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::imei_to_id ( int index) const
inline

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

◆ imei_to_id_size()

int goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::imei_to_id_size ( ) const
inline

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

◆ internal_default_instance()

const RockBLOCKSimulatorConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mo_http_endpoint()

const std::string & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mo_http_endpoint ( ) const
inline

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

◆ mo_http_server()

const std::string & goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mo_http_server ( ) const
inline

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

◆ mt_http_server_port()

uint32_t goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mt_http_server_port ( ) const
inline

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

◆ mutable_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mutable_app ( )
inline

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

◆ mutable_imei_to_id() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID > * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mutable_imei_to_id ( )
inline

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

◆ mutable_imei_to_id() [2/2]

goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig_IMEIToModemID * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mutable_imei_to_id ( int index)
inline

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

◆ mutable_mo_http_endpoint()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mutable_mo_http_endpoint ( )
inline

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

◆ mutable_mo_http_server()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::mutable_mo_http_server ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::release_app ( )
inline

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

◆ release_mo_http_endpoint()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::release_mo_http_endpoint ( )
inline

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

◆ release_mo_http_server()

std::string * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::release_mo_http_server ( )
inline

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

◆ set_allocated_app()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

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

◆ set_allocated_mo_http_endpoint()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::set_allocated_mo_http_endpoint ( std::string * mo_http_endpoint)
inline

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

◆ set_allocated_mo_http_server()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::set_allocated_mo_http_server ( std::string * mo_http_server)
inline

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

◆ set_mo_http_endpoint() [1/2]

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

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

◆ set_mo_http_endpoint() [2/2]

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

◆ set_mo_http_server() [1/2]

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

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

◆ set_mo_http_server() [2/2]

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

◆ set_mt_http_server_port()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::set_mt_http_server_port ( uint32_t value)
inline

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

◆ Swap()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::Swap ( RockBLOCKSimulatorConfig * other)
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::unsafe_arena_release_app ( )
inline

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

◆ unsafe_arena_set_allocated_app()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig * app)
inline

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

◆ UnsafeArenaSwap()

void goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::UnsafeArenaSwap ( RockBLOCKSimulatorConfig * other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2facomms_2fprotobuf_2frockblock_5fsimulator_5fconfig_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2frockblock_5fsimulator_5fconfig_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::_impl_

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

◆ kIndexInFileMessages

int goby::apps::acomms::protobuf::RockBLOCKSimulatorConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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