NETSIM  1.0.0
Hardware-in-the-loopacousticnetworksimulator
netsim::protobuf::SVPInfoRequest Class Reference

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

Inheritance diagram for netsim::protobuf::SVPInfoRequest:
Collaboration diagram for netsim::protobuf::SVPInfoRequest:

Public Member Functions

 SVPInfoRequest ()
 
virtual ~SVPInfoRequest ()
 
 SVPInfoRequest (const SVPInfoRequest &from)
 
SVPInfoRequestoperator= (const SVPInfoRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SVPInfoRequest *other)
 
SVPInfoRequestNew () const final
 
SVPInfoRequestNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const SVPInfoRequest &from)
 
void MergeFrom (const SVPInfoRequest &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int depth_size () const
 
void clear_depth ()
 
double depth (int index) const
 
void set_depth (int index, double value)
 
void add_depth (double value)
 
const ::google::protobuf::RepeatedField< double > & depth () const
 
::google::protobuf::RepeatedField< double > * mutable_depth ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SVPInfoRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SVPInfoRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDepthFieldNumber = 1
 

Friends

struct ::protobuf_netsim_2facousticstoolbox_2fiBellhop_5fmessages_2eproto::TableStruct
 
void swap (SVPInfoRequest &a, SVPInfoRequest &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SVPInfoRequest() [1/2]

netsim::protobuf::SVPInfoRequest::SVPInfoRequest ( )

◆ ~SVPInfoRequest()

virtual netsim::protobuf::SVPInfoRequest::~SVPInfoRequest ( )
virtual

◆ SVPInfoRequest() [2/2]

netsim::protobuf::SVPInfoRequest::SVPInfoRequest ( const SVPInfoRequest from)

Member Function Documentation

◆ add_depth()

void netsim::protobuf::SVPInfoRequest::add_depth ( double  value)
inline

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

◆ ByteSizeLong()

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

◆ Clear()

void netsim::protobuf::SVPInfoRequest::Clear ( )
final

◆ clear_depth()

void netsim::protobuf::SVPInfoRequest::clear_depth ( )
inline

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

◆ CopyFrom() [1/2]

void netsim::protobuf::SVPInfoRequest::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const SVPInfoRequest& netsim::protobuf::SVPInfoRequest::default_instance ( )
static

◆ depth() [1/2]

const ::google::protobuf::RepeatedField< double > & netsim::protobuf::SVPInfoRequest::depth ( ) const
inline

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

◆ depth() [2/2]

double netsim::protobuf::SVPInfoRequest::depth ( int  index) const
inline

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

◆ depth_size()

int netsim::protobuf::SVPInfoRequest::depth_size ( ) const
inline

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

◆ descriptor()

static const ::google::protobuf::Descriptor* netsim::protobuf::SVPInfoRequest::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

::google::protobuf::Metadata netsim::protobuf::SVPInfoRequest::GetMetadata ( ) const
final

◆ InitAsDefaultInstance()

static void netsim::protobuf::SVPInfoRequest::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* netsim::protobuf::SVPInfoRequest::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void netsim::protobuf::SVPInfoRequest::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void netsim::protobuf::SVPInfoRequest::MergeFrom ( const SVPInfoRequest from)

◆ MergePartialFromCodedStream()

bool netsim::protobuf::SVPInfoRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_depth()

google::protobuf::RepeatedField< double > * netsim::protobuf::SVPInfoRequest::mutable_depth ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* netsim::protobuf::SVPInfoRequest::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

SVPInfoRequest* netsim::protobuf::SVPInfoRequest::New ( ) const
inlinefinal

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

◆ New() [2/2]

SVPInfoRequest* netsim::protobuf::SVPInfoRequest::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

void netsim::protobuf::SVPInfoRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_depth()

void netsim::protobuf::SVPInfoRequest::set_depth ( int  index,
double  value 
)
inline

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

◆ Swap()

void netsim::protobuf::SVPInfoRequest::Swap ( SVPInfoRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& netsim::protobuf::SVPInfoRequest::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_netsim_2facousticstoolbox_2fiBellhop_5fmessages_2eproto::TableStruct

◆ swap

void swap ( SVPInfoRequest a,
SVPInfoRequest b 
)
friend

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

Member Data Documentation

◆ kDepthFieldNumber

const int netsim::protobuf::SVPInfoRequest::kDepthFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int netsim::protobuf::SVPInfoRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

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


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