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

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

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

Public Types

enum  : int {
  kContactFieldNumber = 1 , kOwnshipFieldNumber = 2 , kReadShdFieldNumber = 3 , kFullShdMatrixFieldNumber = 10 ,
  kAutoReceiverRangesFieldNumber = 4 , kAutoSourceDepthFieldNumber = 6 , kLookAheadSecondsFieldNumber = 5 , kAutoReceiverRangesDeltaFieldNumber = 7
}
 

Public Member Functions

 Environment_AdaptiveInfo ()
 
 ~Environment_AdaptiveInfo () override
 
PROTOBUF_CONSTEXPR Environment_AdaptiveInfo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Environment_AdaptiveInfo (const Environment_AdaptiveInfo &from)
 
 Environment_AdaptiveInfo (Environment_AdaptiveInfo &&from) noexcept
 
Environment_AdaptiveInfooperator= (const Environment_AdaptiveInfo &from)
 
Environment_AdaptiveInfooperator= (Environment_AdaptiveInfo &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Environment_AdaptiveInfo *other)
 
void UnsafeArenaSwap (Environment_AdaptiveInfo *other)
 
Environment_AdaptiveInfoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Environment_AdaptiveInfo &from)
 
void MergeFrom (const Environment_AdaptiveInfo &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_contact () const
 
void clear_contact ()
 
const std::string & contact () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_contact (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_contact ()
 
PROTOBUF_NODISCARD std::string * release_contact ()
 
void set_allocated_contact (std::string *contact)
 
bool has_ownship () const
 
void clear_ownship ()
 
const std::string & ownship () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_ownship (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_ownship ()
 
PROTOBUF_NODISCARD std::string * release_ownship ()
 
void set_allocated_ownship (std::string *ownship)
 
bool has_read_shd () const
 
void clear_read_shd ()
 
bool read_shd () const
 
void set_read_shd (bool value)
 
bool has_full_shd_matrix () const
 
void clear_full_shd_matrix ()
 
bool full_shd_matrix () const
 
void set_full_shd_matrix (bool value)
 
bool has_auto_receiver_ranges () const
 
void clear_auto_receiver_ranges ()
 
bool auto_receiver_ranges () const
 
void set_auto_receiver_ranges (bool value)
 
bool has_auto_source_depth () const
 
void clear_auto_source_depth ()
 
bool auto_source_depth () const
 
void set_auto_source_depth (bool value)
 
bool has_look_ahead_seconds () const
 
void clear_look_ahead_seconds ()
 
uint32_t look_ahead_seconds () const
 
void set_look_ahead_seconds (uint32_t value)
 
bool has_auto_receiver_ranges_delta () const
 
void clear_auto_receiver_ranges_delta ()
 
int32_t auto_receiver_ranges_delta () const
 
void set_auto_receiver_ranges_delta (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_contact (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_ownship (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 Environment_AdaptiveInfodefault_instance ()
 
static const Environment_AdaptiveInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kContactFieldNumber 
kOwnshipFieldNumber 
kReadShdFieldNumber 
kFullShdMatrixFieldNumber 
kAutoReceiverRangesFieldNumber 
kAutoSourceDepthFieldNumber 
kLookAheadSecondsFieldNumber 
kAutoReceiverRangesDeltaFieldNumber 

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

Constructor & Destructor Documentation

◆ Environment_AdaptiveInfo() [1/5]

netsim::bellhop::protobuf::Environment_AdaptiveInfo::Environment_AdaptiveInfo ( )
inline

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

◆ ~Environment_AdaptiveInfo()

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

◆ Environment_AdaptiveInfo() [2/5]

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

◆ Environment_AdaptiveInfo() [3/5]

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

◆ Environment_AdaptiveInfo() [4/5]

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

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

◆ Environment_AdaptiveInfo() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ auto_receiver_ranges()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::auto_receiver_ranges ( ) const
inline

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

◆ auto_receiver_ranges_delta()

int32_t netsim::bellhop::protobuf::Environment_AdaptiveInfo::auto_receiver_ranges_delta ( ) const
inline

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

◆ auto_source_depth()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::auto_source_depth ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_auto_receiver_ranges()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_auto_receiver_ranges ( )
inline

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

◆ clear_auto_receiver_ranges_delta()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_auto_receiver_ranges_delta ( )
inline

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

◆ clear_auto_source_depth()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_auto_source_depth ( )
inline

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

◆ clear_contact()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_contact ( )
inline

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

◆ clear_full_shd_matrix()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_full_shd_matrix ( )
inline

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

◆ clear_look_ahead_seconds()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_look_ahead_seconds ( )
inline

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

◆ clear_ownship()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_ownship ( )
inline

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

◆ clear_read_shd()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::clear_read_shd ( )
inline

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

◆ contact()

const std::string & netsim::bellhop::protobuf::Environment_AdaptiveInfo::contact ( ) const
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ full_shd_matrix()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::full_shd_matrix ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_auto_receiver_ranges()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_auto_receiver_ranges ( ) const
inline

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

◆ has_auto_receiver_ranges_delta()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_auto_receiver_ranges_delta ( ) const
inline

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

◆ has_auto_source_depth()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_auto_source_depth ( ) const
inline

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

◆ has_contact()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_contact ( ) const
inline

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

◆ has_full_shd_matrix()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_full_shd_matrix ( ) const
inline

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

◆ has_look_ahead_seconds()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_look_ahead_seconds ( ) const
inline

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

◆ has_ownship()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_ownship ( ) const
inline

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

◆ has_read_shd()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::has_read_shd ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ look_ahead_seconds()

uint32_t netsim::bellhop::protobuf::Environment_AdaptiveInfo::look_ahead_seconds ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_contact()

std::string * netsim::bellhop::protobuf::Environment_AdaptiveInfo::mutable_contact ( )
inline

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

◆ mutable_ownship()

std::string * netsim::bellhop::protobuf::Environment_AdaptiveInfo::mutable_ownship ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ ownship()

const std::string & netsim::bellhop::protobuf::Environment_AdaptiveInfo::ownship ( ) const
inline

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

◆ read_shd()

bool netsim::bellhop::protobuf::Environment_AdaptiveInfo::read_shd ( ) const
inline

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

◆ release_contact()

std::string * netsim::bellhop::protobuf::Environment_AdaptiveInfo::release_contact ( )
inline

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

◆ release_ownship()

std::string * netsim::bellhop::protobuf::Environment_AdaptiveInfo::release_ownship ( )
inline

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

◆ set_allocated_contact()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_allocated_contact ( std::string *  contact)
inline

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

◆ set_allocated_ownship()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_allocated_ownship ( std::string *  ownship)
inline

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

◆ set_auto_receiver_ranges()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_auto_receiver_ranges ( bool  value)
inline

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

◆ set_auto_receiver_ranges_delta()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_auto_receiver_ranges_delta ( int32_t  value)
inline

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

◆ set_auto_source_depth()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_auto_source_depth ( bool  value)
inline

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

◆ set_contact() [1/2]

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

◆ set_contact() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_contact ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_full_shd_matrix()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_full_shd_matrix ( bool  value)
inline

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

◆ set_look_ahead_seconds()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_look_ahead_seconds ( uint32_t  value)
inline

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

◆ set_ownship() [1/2]

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

◆ set_ownship() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_ownship ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_read_shd()

void netsim::bellhop::protobuf::Environment_AdaptiveInfo::set_read_shd ( bool  value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_netsim_2facousticstoolbox_2fenvironment_2eproto

◆ swap

void swap ( Environment_AdaptiveInfo a,
Environment_AdaptiveInfo b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ netsim::bellhop::protobuf::Environment_AdaptiveInfo::_impl_

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

◆ kIndexInFileMessages

constexpr int netsim::bellhop::protobuf::Environment_AdaptiveInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
13

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


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