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

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

Inheritance diagram for netsim::protobuf::iBellhopRequest:
Collaboration diagram for netsim::protobuf::iBellhopRequest:

Public Types

enum  : int { kEnvFieldNumber = 1 , kRequestNumberFieldNumber = 2 , kWaterColumnActionFieldNumber = 3 }
 
typedef iBellhopRequest_WaterColumnAction WaterColumnAction
 

Public Member Functions

 iBellhopRequest ()
 
 ~iBellhopRequest () override
 
PROTOBUF_CONSTEXPR iBellhopRequest (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 iBellhopRequest (const iBellhopRequest &from)
 
 iBellhopRequest (iBellhopRequest &&from) noexcept
 
iBellhopRequestoperator= (const iBellhopRequest &from)
 
iBellhopRequestoperator= (iBellhopRequest &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (iBellhopRequest *other)
 
void UnsafeArenaSwap (iBellhopRequest *other)
 
iBellhopRequestNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const iBellhopRequest &from)
 
void MergeFrom (const iBellhopRequest &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_env () const
 
void clear_env ()
 
const ::netsim::bellhop::protobuf::Environmentenv () const
 
PROTOBUF_NODISCARD::netsim::bellhop::protobuf::Environment * release_env ()
 
::netsim::bellhop::protobuf::Environmentmutable_env ()
 
void set_allocated_env (::netsim::bellhop::protobuf::Environment *env)
 
void unsafe_arena_set_allocated_env (::netsim::bellhop::protobuf::Environment *env)
 
::netsim::bellhop::protobuf::Environmentunsafe_arena_release_env ()
 
bool has_request_number () const
 
void clear_request_number ()
 
int32_t request_number () const
 
void set_request_number (int32_t value)
 
bool has_water_column_action () const
 
void clear_water_column_action ()
 
::netsim::protobuf::iBellhopRequest_WaterColumnAction water_column_action () const
 
void set_water_column_action (::netsim::protobuf::iBellhopRequest_WaterColumnAction 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 iBellhopRequestdefault_instance ()
 
static const iBellhopRequestinternal_default_instance ()
 
static bool WaterColumnAction_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * WaterColumnAction_descriptor ()
 
template<typename T >
static const std::string & WaterColumnAction_Name (T enum_t_value)
 
static bool WaterColumnAction_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, WaterColumnAction *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr WaterColumnAction MERGE_WATER_COLUMNS
 
static constexpr WaterColumnAction MERGE_SAMPLES
 
static constexpr WaterColumnAction OVERWRITE
 
static constexpr WaterColumnAction WaterColumnAction_MIN
 
static constexpr WaterColumnAction WaterColumnAction_MAX
 
static constexpr int WaterColumnAction_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ WaterColumnAction

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEnvFieldNumber 
kRequestNumberFieldNumber 
kWaterColumnActionFieldNumber 

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

Constructor & Destructor Documentation

◆ iBellhopRequest() [1/5]

netsim::protobuf::iBellhopRequest::iBellhopRequest ( )
inline

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

◆ ~iBellhopRequest()

netsim::protobuf::iBellhopRequest::~iBellhopRequest ( )
override

◆ iBellhopRequest() [2/5]

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

◆ iBellhopRequest() [3/5]

netsim::protobuf::iBellhopRequest::iBellhopRequest ( const iBellhopRequest from)

◆ iBellhopRequest() [4/5]

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

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

◆ iBellhopRequest() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_env()

void netsim::protobuf::iBellhopRequest::clear_env ( )

◆ clear_request_number()

void netsim::protobuf::iBellhopRequest::clear_request_number ( )
inline

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

◆ clear_water_column_action()

void netsim::protobuf::iBellhopRequest::clear_water_column_action ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ env()

const ::netsim::bellhop::protobuf::Environment & netsim::protobuf::iBellhopRequest::env ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_env()

bool netsim::protobuf::iBellhopRequest::has_env ( ) const
inline

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

◆ has_request_number()

bool netsim::protobuf::iBellhopRequest::has_request_number ( ) const
inline

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

◆ has_water_column_action()

bool netsim::protobuf::iBellhopRequest::has_water_column_action ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopRequest::mutable_env ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopRequest::release_env ( )
inline

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

◆ request_number()

int32_t netsim::protobuf::iBellhopRequest::request_number ( ) const
inline

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

◆ set_allocated_env()

void netsim::protobuf::iBellhopRequest::set_allocated_env ( ::netsim::bellhop::protobuf::Environment env)
inline

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

◆ set_request_number()

void netsim::protobuf::iBellhopRequest::set_request_number ( int32_t  value)
inline

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

◆ set_water_column_action()

void netsim::protobuf::iBellhopRequest::set_water_column_action ( ::netsim::protobuf::iBellhopRequest_WaterColumnAction  value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_env()

netsim::bellhop::protobuf::Environment * netsim::protobuf::iBellhopRequest::unsafe_arena_release_env ( )
inline

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

◆ unsafe_arena_set_allocated_env()

void netsim::protobuf::iBellhopRequest::unsafe_arena_set_allocated_env ( ::netsim::bellhop::protobuf::Environment env)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ water_column_action()

netsim::protobuf::iBellhopRequest_WaterColumnAction netsim::protobuf::iBellhopRequest::water_column_action ( ) const
inline

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

◆ WaterColumnAction_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * netsim::protobuf::iBellhopRequest::WaterColumnAction_descriptor ( )
inlinestatic

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

◆ WaterColumnAction_IsValid()

static bool netsim::protobuf::iBellhopRequest::WaterColumnAction_IsValid ( int  value)
inlinestatic

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

◆ WaterColumnAction_Name()

template<typename T >
static const std::string & netsim::protobuf::iBellhopRequest::WaterColumnAction_Name ( enum_t_value)
inlinestatic

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

◆ WaterColumnAction_Parse()

static bool netsim::protobuf::iBellhopRequest::WaterColumnAction_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
WaterColumnAction value 
)
inlinestatic

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_netsim_2facousticstoolbox_2fiBellhop_5fmessages_2eproto

◆ swap

void swap ( iBellhopRequest a,
iBellhopRequest b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData netsim::protobuf::iBellhopRequest::_class_data_
static

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

◆ _impl_

Impl_ netsim::protobuf::iBellhopRequest::_impl_

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

◆ kIndexInFileMessages

constexpr int netsim::protobuf::iBellhopRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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

◆ MERGE_SAMPLES

constexpr WaterColumnAction netsim::protobuf::iBellhopRequest::MERGE_SAMPLES
staticconstexpr
Initial value:

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

◆ MERGE_WATER_COLUMNS

constexpr WaterColumnAction netsim::protobuf::iBellhopRequest::MERGE_WATER_COLUMNS
staticconstexpr

◆ OVERWRITE

constexpr WaterColumnAction netsim::protobuf::iBellhopRequest::OVERWRITE
staticconstexpr
Initial value:

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

◆ WaterColumnAction_ARRAYSIZE

constexpr int netsim::protobuf::iBellhopRequest::WaterColumnAction_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ WaterColumnAction_MAX

constexpr WaterColumnAction netsim::protobuf::iBellhopRequest::WaterColumnAction_MAX
staticconstexpr
Initial value:
=
constexpr iBellhopRequest_WaterColumnAction iBellhopRequest_WaterColumnAction_WaterColumnAction_MAX

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

◆ WaterColumnAction_MIN

constexpr WaterColumnAction netsim::protobuf::iBellhopRequest::WaterColumnAction_MIN
staticconstexpr
Initial value:
=
constexpr iBellhopRequest_WaterColumnAction iBellhopRequest_WaterColumnAction_WaterColumnAction_MIN

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


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