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

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

Inheritance diagram for netsim::bellhop::protobuf::Environment_Receivers:
Collaboration diagram for netsim::bellhop::protobuf::Environment_Receivers:

Public Types

enum  : int { kFirstFieldNumber = 3 , kLastFieldNumber = 4 , kNumberInDepthFieldNumber = 1 , kNumberInRangeFieldNumber = 2 }
 
typedef Environment_Receivers_ReceiverPosition ReceiverPosition
 

Public Member Functions

 Environment_Receivers ()
 
 ~Environment_Receivers () override
 
PROTOBUF_CONSTEXPR Environment_Receivers (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Environment_Receivers (const Environment_Receivers &from)
 
 Environment_Receivers (Environment_Receivers &&from) noexcept
 
Environment_Receiversoperator= (const Environment_Receivers &from)
 
Environment_Receiversoperator= (Environment_Receivers &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Environment_Receivers *other)
 
void UnsafeArenaSwap (Environment_Receivers *other)
 
Environment_ReceiversNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Environment_Receivers &from)
 
void MergeFrom (const Environment_Receivers &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_first () const
 
void clear_first ()
 
const ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionfirst () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * release_first ()
 
::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionmutable_first ()
 
void set_allocated_first (::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition *first)
 
void unsafe_arena_set_allocated_first (::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition *first)
 
::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionunsafe_arena_release_first ()
 
bool has_last () const
 
void clear_last ()
 
const ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionlast () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * release_last ()
 
::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionmutable_last ()
 
void set_allocated_last (::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition *last)
 
void unsafe_arena_set_allocated_last (::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition *last)
 
::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPositionunsafe_arena_release_last ()
 
bool has_number_in_depth () const
 
void clear_number_in_depth ()
 
uint32_t number_in_depth () const
 
void set_number_in_depth (uint32_t value)
 
bool has_number_in_range () const
 
void clear_number_in_range ()
 
uint32_t number_in_range () const
 
void set_number_in_range (uint32_t 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 Environment_Receiversdefault_instance ()
 
static const Environment_Receiversinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 2502 of file environment.pb.h.

Member Typedef Documentation

◆ ReceiverPosition

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFirstFieldNumber 
kLastFieldNumber 
kNumberInDepthFieldNumber 
kNumberInRangeFieldNumber 

Definition at line 2631 of file environment.pb.h.

Constructor & Destructor Documentation

◆ Environment_Receivers() [1/5]

netsim::bellhop::protobuf::Environment_Receivers::Environment_Receivers ( )
inline

Definition at line 2505 of file environment.pb.h.

◆ ~Environment_Receivers()

netsim::bellhop::protobuf::Environment_Receivers::~Environment_Receivers ( )
override

◆ Environment_Receivers() [2/5]

PROTOBUF_CONSTEXPR netsim::bellhop::protobuf::Environment_Receivers::Environment_Receivers ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Environment_Receivers() [3/5]

netsim::bellhop::protobuf::Environment_Receivers::Environment_Receivers ( const Environment_Receivers from)

◆ Environment_Receivers() [4/5]

netsim::bellhop::protobuf::Environment_Receivers::Environment_Receivers ( Environment_Receivers &&  from)
inlinenoexcept

Definition at line 2510 of file environment.pb.h.

◆ Environment_Receivers() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t netsim::bellhop::protobuf::Environment_Receivers::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void netsim::bellhop::protobuf::Environment_Receivers::Clear ( )
final

◆ clear_first()

void netsim::bellhop::protobuf::Environment_Receivers::clear_first ( )
inline

Definition at line 4918 of file environment.pb.h.

◆ clear_last()

void netsim::bellhop::protobuf::Environment_Receivers::clear_last ( )
inline

Definition at line 5008 of file environment.pb.h.

◆ clear_number_in_depth()

void netsim::bellhop::protobuf::Environment_Receivers::clear_number_in_depth ( )
inline

Definition at line 4861 of file environment.pb.h.

◆ clear_number_in_range()

void netsim::bellhop::protobuf::Environment_Receivers::clear_number_in_range ( )
inline

Definition at line 4889 of file environment.pb.h.

◆ CopyFrom()

void netsim::bellhop::protobuf::Environment_Receivers::CopyFrom ( const Environment_Receivers from)

◆ default_instance()

static const Environment_Receivers & netsim::bellhop::protobuf::Environment_Receivers::default_instance ( )
inlinestatic

Definition at line 2549 of file environment.pb.h.

◆ descriptor()

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

Definition at line 2540 of file environment.pb.h.

◆ first()

const ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition & netsim::bellhop::protobuf::Environment_Receivers::first ( ) const
inline

Definition at line 4927 of file environment.pb.h.

◆ GetCachedSize()

int netsim::bellhop::protobuf::Environment_Receivers::GetCachedSize ( ) const
inlinefinal

Definition at line 2602 of file environment.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 2543 of file environment.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata netsim::bellhop::protobuf::Environment_Receivers::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 2546 of file environment.pb.h.

◆ has_first()

bool netsim::bellhop::protobuf::Environment_Receivers::has_first ( ) const
inline

Definition at line 4915 of file environment.pb.h.

◆ has_last()

bool netsim::bellhop::protobuf::Environment_Receivers::has_last ( ) const
inline

Definition at line 5005 of file environment.pb.h.

◆ has_number_in_depth()

bool netsim::bellhop::protobuf::Environment_Receivers::has_number_in_depth ( ) const
inline

Definition at line 4858 of file environment.pb.h.

◆ has_number_in_range()

bool netsim::bellhop::protobuf::Environment_Receivers::has_number_in_range ( ) const
inline

Definition at line 4886 of file environment.pb.h.

◆ internal_default_instance()

static const Environment_Receivers * netsim::bellhop::protobuf::Environment_Receivers::internal_default_instance ( )
inlinestatic

Definition at line 2552 of file environment.pb.h.

◆ IsInitialized()

bool netsim::bellhop::protobuf::Environment_Receivers::IsInitialized ( ) const
final

◆ last()

const ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition & netsim::bellhop::protobuf::Environment_Receivers::last ( ) const
inline

Definition at line 5017 of file environment.pb.h.

◆ MergeFrom()

void netsim::bellhop::protobuf::Environment_Receivers::MergeFrom ( const Environment_Receivers from)
inline

Definition at line 2589 of file environment.pb.h.

◆ mutable_first()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::mutable_first ( )
inline

Definition at line 4974 of file environment.pb.h.

◆ mutable_last()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::mutable_last ( )
inline

Definition at line 5064 of file environment.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * netsim::bellhop::protobuf::Environment_Receivers::mutable_unknown_fields ( )
inline

Definition at line 2536 of file environment.pb.h.

◆ New()

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

Definition at line 2583 of file environment.pb.h.

◆ number_in_depth()

uint32_t netsim::bellhop::protobuf::Environment_Receivers::number_in_depth ( ) const
inline

Definition at line 4868 of file environment.pb.h.

◆ number_in_range()

uint32_t netsim::bellhop::protobuf::Environment_Receivers::number_in_range ( ) const
inline

Definition at line 4896 of file environment.pb.h.

◆ operator=() [1/2]

Environment_Receivers & netsim::bellhop::protobuf::Environment_Receivers::operator= ( const Environment_Receivers from)
inline

Definition at line 2515 of file environment.pb.h.

◆ operator=() [2/2]

Environment_Receivers & netsim::bellhop::protobuf::Environment_Receivers::operator= ( Environment_Receivers &&  from)
inlinenoexcept

Definition at line 2519 of file environment.pb.h.

◆ release_first()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::release_first ( )
inline

Definition at line 4944 of file environment.pb.h.

◆ release_last()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::release_last ( )
inline

Definition at line 5034 of file environment.pb.h.

◆ set_allocated_first()

void netsim::bellhop::protobuf::Environment_Receivers::set_allocated_first ( ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition first)
inline

Definition at line 4979 of file environment.pb.h.

◆ set_allocated_last()

void netsim::bellhop::protobuf::Environment_Receivers::set_allocated_last ( ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition last)
inline

Definition at line 5069 of file environment.pb.h.

◆ set_number_in_depth()

void netsim::bellhop::protobuf::Environment_Receivers::set_number_in_depth ( uint32_t  value)
inline

Definition at line 4876 of file environment.pb.h.

◆ set_number_in_range()

void netsim::bellhop::protobuf::Environment_Receivers::set_number_in_range ( uint32_t  value)
inline

Definition at line 4904 of file environment.pb.h.

◆ Swap()

void netsim::bellhop::protobuf::Environment_Receivers::Swap ( Environment_Receivers other)
inline

Definition at line 2562 of file environment.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & netsim::bellhop::protobuf::Environment_Receivers::unknown_fields ( ) const
inline

Definition at line 2533 of file environment.pb.h.

◆ unsafe_arena_release_first()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::unsafe_arena_release_first ( )
inline

Definition at line 4959 of file environment.pb.h.

◆ unsafe_arena_release_last()

netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition * netsim::bellhop::protobuf::Environment_Receivers::unsafe_arena_release_last ( )
inline

Definition at line 5049 of file environment.pb.h.

◆ unsafe_arena_set_allocated_first()

void netsim::bellhop::protobuf::Environment_Receivers::unsafe_arena_set_allocated_first ( ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition first)
inline

Definition at line 4931 of file environment.pb.h.

◆ unsafe_arena_set_allocated_last()

void netsim::bellhop::protobuf::Environment_Receivers::unsafe_arena_set_allocated_last ( ::netsim::bellhop::protobuf::Environment_Receivers_ReceiverPosition last)
inline

Definition at line 5021 of file environment.pb.h.

◆ UnsafeArenaSwap()

void netsim::bellhop::protobuf::Environment_Receivers::UnsafeArenaSwap ( Environment_Receivers other)
inline

Definition at line 2575 of file environment.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 2703 of file environment.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 2611 of file environment.pb.h.

◆ ::TableStruct_netsim_2facousticstoolbox_2fenvironment_2eproto

◆ swap

void swap ( Environment_Receivers a,
Environment_Receivers b 
)
friend

Definition at line 2559 of file environment.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData netsim::bellhop::protobuf::Environment_Receivers::_class_data_
static

Definition at line 2620 of file environment.pb.h.

◆ _impl_

Impl_ netsim::bellhop::protobuf::Environment_Receivers::_impl_

Definition at line 2714 of file environment.pb.h.

◆ kIndexInFileMessages

constexpr int netsim::bellhop::protobuf::Environment_Receivers::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

Definition at line 2556 of file environment.pb.h.


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