NETSIM 1.2.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
netsim::protobuf::iBellhopConfig Class Referencefinal

#include </root/netsim/obj-x86_64-linux-gnu/include/netsim/acousticstoolbox/iBellhop_messages.pb.h>

Inheritance diagram for netsim::protobuf::iBellhopConfig:
Collaboration diagram for netsim::protobuf::iBellhopConfig:

Public Types

enum  : int {
  kMoosVarRequestFieldNumber = 3 , kMoosVarResponseFieldNumber = 4 , kOutputEnvDirFieldNumber = 5 , kLocalSoundSpeedVarFieldNumber = 7 ,
  kCommonFieldNumber = 1 , kInitialEnvFieldNumber = 2 , kExtrapolateNavFieldNumber = 6 , kMaxNumberOfReceiversFieldNumber = 10
}
 

Public Member Functions

 iBellhopConfig ()
 
 ~iBellhopConfig () override
 
PROTOBUF_CONSTEXPR iBellhopConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 iBellhopConfig (const iBellhopConfig &from)
 
 iBellhopConfig (iBellhopConfig &&from) noexcept
 
iBellhopConfigoperator= (const iBellhopConfig &from)
 
iBellhopConfigoperator= (iBellhopConfig &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (iBellhopConfig *other)
 
void UnsafeArenaSwap (iBellhopConfig *other)
 
iBellhopConfigNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const iBellhopConfig &from)
 
void MergeFrom (const iBellhopConfig &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_moos_var_request () const
 
void clear_moos_var_request ()
 
const std::string & moos_var_request () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_moos_var_request (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_moos_var_request ()
 
PROTOBUF_NODISCARD std::string * release_moos_var_request ()
 
void set_allocated_moos_var_request (std::string *moos_var_request)
 
bool has_moos_var_response () const
 
void clear_moos_var_response ()
 
const std::string & moos_var_response () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_moos_var_response (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_moos_var_response ()
 
PROTOBUF_NODISCARD std::string * release_moos_var_response ()
 
void set_allocated_moos_var_response (std::string *moos_var_response)
 
bool has_output_env_dir () const
 
void clear_output_env_dir ()
 
const std::string & output_env_dir () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_output_env_dir (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_output_env_dir ()
 
PROTOBUF_NODISCARD std::string * release_output_env_dir ()
 
void set_allocated_output_env_dir (std::string *output_env_dir)
 
bool has_local_sound_speed_var () const
 
void clear_local_sound_speed_var ()
 
const std::string & local_sound_speed_var () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_local_sound_speed_var (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_local_sound_speed_var ()
 
PROTOBUF_NODISCARD std::string * release_local_sound_speed_var ()
 
void set_allocated_local_sound_speed_var (std::string *local_sound_speed_var)
 
bool has_common () const
 
void clear_common ()
 
const ::goby::moos::protobuf::GobyMOOSAppConfig & common () const
 
PROTOBUF_NODISCARD::goby::moos::protobuf::GobyMOOSAppConfig * release_common ()
 
::goby::moos::protobuf::GobyMOOSAppConfig * mutable_common ()
 
void set_allocated_common (::goby::moos::protobuf::GobyMOOSAppConfig *common)
 
void unsafe_arena_set_allocated_common (::goby::moos::protobuf::GobyMOOSAppConfig *common)
 
::goby::moos::protobuf::GobyMOOSAppConfig * unsafe_arena_release_common ()
 
bool has_initial_env () const
 
void clear_initial_env ()
 
const ::netsim::bellhop::protobuf::Environmentinitial_env () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment * release_initial_env ()
 
::netsim::bellhop::protobuf::Environmentmutable_initial_env ()
 
void set_allocated_initial_env (::netsim::bellhop::protobuf::Environment *initial_env)
 
void unsafe_arena_set_allocated_initial_env (::netsim::bellhop::protobuf::Environment *initial_env)
 
::netsim::bellhop::protobuf::Environmentunsafe_arena_release_initial_env ()
 
bool has_extrapolate_nav () const
 
void clear_extrapolate_nav ()
 
bool extrapolate_nav () const
 
void set_extrapolate_nav (bool value)
 
bool has_max_number_of_receivers () const
 
void clear_max_number_of_receivers ()
 
int32_t max_number_of_receivers () const
 
void set_max_number_of_receivers (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_moos_var_request (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_moos_var_response (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_output_env_dir (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_local_sound_speed_var (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 iBellhopConfigdefault_instance ()
 
static const iBellhopConfiginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMoosVarRequestFieldNumber 
kMoosVarResponseFieldNumber 
kOutputEnvDirFieldNumber 
kLocalSoundSpeedVarFieldNumber 
kCommonFieldNumber 
kInitialEnvFieldNumber 
kExtrapolateNavFieldNumber 
kMaxNumberOfReceiversFieldNumber 

Definition at line 249 of file iBellhop_messages.pb.h.

Constructor & Destructor Documentation

◆ iBellhopConfig() [1/5]

netsim::protobuf::iBellhopConfig::iBellhopConfig ( )
inline

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

◆ ~iBellhopConfig()

netsim::protobuf::iBellhopConfig::~iBellhopConfig ( )
override

◆ iBellhopConfig() [2/5]

PROTOBUF_CONSTEXPR netsim::protobuf::iBellhopConfig::iBellhopConfig ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ iBellhopConfig() [3/5]

netsim::protobuf::iBellhopConfig::iBellhopConfig ( const iBellhopConfig from)

◆ iBellhopConfig() [4/5]

netsim::protobuf::iBellhopConfig::iBellhopConfig ( iBellhopConfig &&  from)
inlinenoexcept

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

◆ iBellhopConfig() [5/5]

netsim::protobuf::iBellhopConfig::iBellhopConfig ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * netsim::protobuf::iBellhopConfig::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * netsim::protobuf::iBellhopConfig::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t netsim::protobuf::iBellhopConfig::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void netsim::protobuf::iBellhopConfig::Clear ( )
final

◆ clear_common()

void netsim::protobuf::iBellhopConfig::clear_common ( )

◆ clear_extrapolate_nav()

void netsim::protobuf::iBellhopConfig::clear_extrapolate_nav ( )
inline

Definition at line 2197 of file iBellhop_messages.pb.h.

◆ clear_initial_env()

void netsim::protobuf::iBellhopConfig::clear_initial_env ( )

◆ clear_local_sound_speed_var()

void netsim::protobuf::iBellhopConfig::clear_local_sound_speed_var ( )
inline

Definition at line 2225 of file iBellhop_messages.pb.h.

◆ clear_max_number_of_receivers()

void netsim::protobuf::iBellhopConfig::clear_max_number_of_receivers ( )
inline

Definition at line 2293 of file iBellhop_messages.pb.h.

◆ clear_moos_var_request()

void netsim::protobuf::iBellhopConfig::clear_moos_var_request ( )
inline

Definition at line 2020 of file iBellhop_messages.pb.h.

◆ clear_moos_var_response()

void netsim::protobuf::iBellhopConfig::clear_moos_var_response ( )
inline

Definition at line 2079 of file iBellhop_messages.pb.h.

◆ clear_output_env_dir()

void netsim::protobuf::iBellhopConfig::clear_output_env_dir ( )
inline

Definition at line 2138 of file iBellhop_messages.pb.h.

◆ common()

const ::goby::moos::protobuf::GobyMOOSAppConfig & netsim::protobuf::iBellhopConfig::common ( ) const
inline

Definition at line 1852 of file iBellhop_messages.pb.h.

◆ CopyFrom()

void netsim::protobuf::iBellhopConfig::CopyFrom ( const iBellhopConfig from)

◆ default_instance()

static const iBellhopConfig & netsim::protobuf::iBellhopConfig::default_instance ( )
inlinestatic

Definition at line 169 of file iBellhop_messages.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * netsim::protobuf::iBellhopConfig::descriptor ( )
inlinestatic

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

◆ extrapolate_nav()

bool netsim::protobuf::iBellhopConfig::extrapolate_nav ( ) const
inline

Definition at line 2204 of file iBellhop_messages.pb.h.

◆ GetCachedSize()

int netsim::protobuf::iBellhopConfig::GetCachedSize ( ) const
inlinefinal

Definition at line 222 of file iBellhop_messages.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * netsim::protobuf::iBellhopConfig::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * netsim::protobuf::iBellhopConfig::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata netsim::protobuf::iBellhopConfig::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * netsim::protobuf::iBellhopConfig::GetReflection ( )
inlinestatic

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

◆ has_common()

bool netsim::protobuf::iBellhopConfig::has_common ( ) const
inline

Definition at line 1844 of file iBellhop_messages.pb.h.

◆ has_extrapolate_nav()

bool netsim::protobuf::iBellhopConfig::has_extrapolate_nav ( ) const
inline

Definition at line 2194 of file iBellhop_messages.pb.h.

◆ has_initial_env()

bool netsim::protobuf::iBellhopConfig::has_initial_env ( ) const
inline

Definition at line 1931 of file iBellhop_messages.pb.h.

◆ has_local_sound_speed_var()

bool netsim::protobuf::iBellhopConfig::has_local_sound_speed_var ( ) const
inline

Definition at line 2222 of file iBellhop_messages.pb.h.

◆ has_max_number_of_receivers()

bool netsim::protobuf::iBellhopConfig::has_max_number_of_receivers ( ) const
inline

Definition at line 2290 of file iBellhop_messages.pb.h.

◆ has_moos_var_request()

bool netsim::protobuf::iBellhopConfig::has_moos_var_request ( ) const
inline

Definition at line 2017 of file iBellhop_messages.pb.h.

◆ has_moos_var_response()

bool netsim::protobuf::iBellhopConfig::has_moos_var_response ( ) const
inline

Definition at line 2076 of file iBellhop_messages.pb.h.

◆ has_output_env_dir()

bool netsim::protobuf::iBellhopConfig::has_output_env_dir ( ) const
inline

Definition at line 2135 of file iBellhop_messages.pb.h.

◆ initial_env()

const ::netsim::bellhop::protobuf::Environment & netsim::protobuf::iBellhopConfig::initial_env ( ) const
inline

Definition at line 1939 of file iBellhop_messages.pb.h.

◆ internal_default_instance()

static const iBellhopConfig * netsim::protobuf::iBellhopConfig::internal_default_instance ( )
inlinestatic

Definition at line 172 of file iBellhop_messages.pb.h.

◆ IsInitialized()

bool netsim::protobuf::iBellhopConfig::IsInitialized ( ) const
final

◆ local_sound_speed_var()

const std::string & netsim::protobuf::iBellhopConfig::local_sound_speed_var ( ) const
inline

Definition at line 2229 of file iBellhop_messages.pb.h.

◆ max_number_of_receivers()

int32_t netsim::protobuf::iBellhopConfig::max_number_of_receivers ( ) const
inline

Definition at line 2300 of file iBellhop_messages.pb.h.

◆ MergeFrom()

void netsim::protobuf::iBellhopConfig::MergeFrom ( const iBellhopConfig from)
inline

Definition at line 209 of file iBellhop_messages.pb.h.

◆ moos_var_request()

const std::string & netsim::protobuf::iBellhopConfig::moos_var_request ( ) const
inline

Definition at line 2024 of file iBellhop_messages.pb.h.

◆ moos_var_response()

const std::string & netsim::protobuf::iBellhopConfig::moos_var_response ( ) const
inline

Definition at line 2083 of file iBellhop_messages.pb.h.

◆ mutable_common()

goby::moos::protobuf::GobyMOOSAppConfig * netsim::protobuf::iBellhopConfig::mutable_common ( )
inline

Definition at line 1899 of file iBellhop_messages.pb.h.

◆ mutable_initial_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopConfig::mutable_initial_env ( )
inline

Definition at line 1986 of file iBellhop_messages.pb.h.

◆ mutable_local_sound_speed_var()

std::string * netsim::protobuf::iBellhopConfig::mutable_local_sound_speed_var ( )
inline

Definition at line 2240 of file iBellhop_messages.pb.h.

◆ mutable_moos_var_request()

std::string * netsim::protobuf::iBellhopConfig::mutable_moos_var_request ( )
inline

Definition at line 2036 of file iBellhop_messages.pb.h.

◆ mutable_moos_var_response()

std::string * netsim::protobuf::iBellhopConfig::mutable_moos_var_response ( )
inline

Definition at line 2095 of file iBellhop_messages.pb.h.

◆ mutable_output_env_dir()

std::string * netsim::protobuf::iBellhopConfig::mutable_output_env_dir ( )
inline

Definition at line 2154 of file iBellhop_messages.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * netsim::protobuf::iBellhopConfig::mutable_unknown_fields ( )
inline

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

◆ New()

iBellhopConfig * netsim::protobuf::iBellhopConfig::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 203 of file iBellhop_messages.pb.h.

◆ operator=() [1/2]

iBellhopConfig & netsim::protobuf::iBellhopConfig::operator= ( const iBellhopConfig from)
inline

Definition at line 135 of file iBellhop_messages.pb.h.

◆ operator=() [2/2]

iBellhopConfig & netsim::protobuf::iBellhopConfig::operator= ( iBellhopConfig &&  from)
inlinenoexcept

Definition at line 139 of file iBellhop_messages.pb.h.

◆ output_env_dir()

const std::string & netsim::protobuf::iBellhopConfig::output_env_dir ( ) const
inline

Definition at line 2142 of file iBellhop_messages.pb.h.

◆ release_common()

goby::moos::protobuf::GobyMOOSAppConfig * netsim::protobuf::iBellhopConfig::release_common ( )
inline

Definition at line 1869 of file iBellhop_messages.pb.h.

◆ release_initial_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopConfig::release_initial_env ( )
inline

Definition at line 1956 of file iBellhop_messages.pb.h.

◆ release_local_sound_speed_var()

std::string * netsim::protobuf::iBellhopConfig::release_local_sound_speed_var ( )
inline

Definition at line 2256 of file iBellhop_messages.pb.h.

◆ release_moos_var_request()

std::string * netsim::protobuf::iBellhopConfig::release_moos_var_request ( )
inline

Definition at line 2052 of file iBellhop_messages.pb.h.

◆ release_moos_var_response()

std::string * netsim::protobuf::iBellhopConfig::release_moos_var_response ( )
inline

Definition at line 2111 of file iBellhop_messages.pb.h.

◆ release_output_env_dir()

std::string * netsim::protobuf::iBellhopConfig::release_output_env_dir ( )
inline

Definition at line 2170 of file iBellhop_messages.pb.h.

◆ set_allocated_common()

void netsim::protobuf::iBellhopConfig::set_allocated_common ( ::goby::moos::protobuf::GobyMOOSAppConfig *  common)
inline

Definition at line 1904 of file iBellhop_messages.pb.h.

◆ set_allocated_initial_env()

void netsim::protobuf::iBellhopConfig::set_allocated_initial_env ( ::netsim::bellhop::protobuf::Environment initial_env)
inline

Definition at line 1991 of file iBellhop_messages.pb.h.

◆ set_allocated_local_sound_speed_var()

void netsim::protobuf::iBellhopConfig::set_allocated_local_sound_speed_var ( std::string *  local_sound_speed_var)
inline

Definition at line 2270 of file iBellhop_messages.pb.h.

◆ set_allocated_moos_var_request()

void netsim::protobuf::iBellhopConfig::set_allocated_moos_var_request ( std::string *  moos_var_request)
inline

Definition at line 2061 of file iBellhop_messages.pb.h.

◆ set_allocated_moos_var_response()

void netsim::protobuf::iBellhopConfig::set_allocated_moos_var_response ( std::string *  moos_var_response)
inline

Definition at line 2120 of file iBellhop_messages.pb.h.

◆ set_allocated_output_env_dir()

void netsim::protobuf::iBellhopConfig::set_allocated_output_env_dir ( std::string *  output_env_dir)
inline

Definition at line 2179 of file iBellhop_messages.pb.h.

◆ set_extrapolate_nav()

void netsim::protobuf::iBellhopConfig::set_extrapolate_nav ( bool  value)
inline

Definition at line 2212 of file iBellhop_messages.pb.h.

◆ set_local_sound_speed_var() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void netsim::protobuf::iBellhopConfig::set_local_sound_speed_var ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_local_sound_speed_var() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::protobuf::iBellhopConfig::set_local_sound_speed_var ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2235 of file iBellhop_messages.pb.h.

◆ set_max_number_of_receivers()

void netsim::protobuf::iBellhopConfig::set_max_number_of_receivers ( int32_t  value)
inline

Definition at line 2308 of file iBellhop_messages.pb.h.

◆ set_moos_var_request() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void netsim::protobuf::iBellhopConfig::set_moos_var_request ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_moos_var_request() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::protobuf::iBellhopConfig::set_moos_var_request ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2031 of file iBellhop_messages.pb.h.

◆ set_moos_var_response() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void netsim::protobuf::iBellhopConfig::set_moos_var_response ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_moos_var_response() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::protobuf::iBellhopConfig::set_moos_var_response ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2090 of file iBellhop_messages.pb.h.

◆ set_output_env_dir() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void netsim::protobuf::iBellhopConfig::set_output_env_dir ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_output_env_dir() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::protobuf::iBellhopConfig::set_output_env_dir ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2149 of file iBellhop_messages.pb.h.

◆ Swap()

void netsim::protobuf::iBellhopConfig::Swap ( iBellhopConfig other)
inline

Definition at line 182 of file iBellhop_messages.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & netsim::protobuf::iBellhopConfig::unknown_fields ( ) const
inline

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

◆ unsafe_arena_release_common()

goby::moos::protobuf::GobyMOOSAppConfig * netsim::protobuf::iBellhopConfig::unsafe_arena_release_common ( )
inline

Definition at line 1884 of file iBellhop_messages.pb.h.

◆ unsafe_arena_release_initial_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopConfig::unsafe_arena_release_initial_env ( )
inline

Definition at line 1971 of file iBellhop_messages.pb.h.

◆ unsafe_arena_set_allocated_common()

void netsim::protobuf::iBellhopConfig::unsafe_arena_set_allocated_common ( ::goby::moos::protobuf::GobyMOOSAppConfig *  common)
inline

Definition at line 1856 of file iBellhop_messages.pb.h.

◆ unsafe_arena_set_allocated_initial_env()

void netsim::protobuf::iBellhopConfig::unsafe_arena_set_allocated_initial_env ( ::netsim::bellhop::protobuf::Environment initial_env)
inline

Definition at line 1943 of file iBellhop_messages.pb.h.

◆ UnsafeArenaSwap()

void netsim::protobuf::iBellhopConfig::UnsafeArenaSwap ( iBellhopConfig other)
inline

Definition at line 195 of file iBellhop_messages.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 397 of file iBellhop_messages.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 231 of file iBellhop_messages.pb.h.

◆ ::TableStruct_netsim_2facousticstoolbox_2fiBellhop_5fmessages_2eproto

◆ swap

void swap ( iBellhopConfig a,
iBellhopConfig b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData netsim::protobuf::iBellhopConfig::_class_data_
static

Definition at line 240 of file iBellhop_messages.pb.h.

◆ _impl_

Impl_ netsim::protobuf::iBellhopConfig::_impl_

Definition at line 415 of file iBellhop_messages.pb.h.

◆ kIndexInFileMessages

constexpr int netsim::protobuf::iBellhopConfig::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 176 of file iBellhop_messages.pb.h.


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