NETSIM 1.3.0
Hardware-in-the-loop acoustic network simulator
 
Loading...
Searching...
No Matches
netsim::SVP::protobuf::EOFInternalWave Class Referencefinal

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

Inheritance diagram for netsim::SVP::protobuf::EOFInternalWave:
Collaboration diagram for netsim::SVP::protobuf::EOFInternalWave:

Public Types

enum  : int { kEofWaveFieldNumber = 5 , kPeriodFieldNumber = 1 , kWavelengthFieldNumber = 2 , kHeadingFieldNumber = 3 }
 
typedef EOFInternalWave_EOFAmplitudeFactor EOFAmplitudeFactor
 

Public Member Functions

 EOFInternalWave ()
 
 ~EOFInternalWave () override
 
PROTOBUF_CONSTEXPR EOFInternalWave (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 EOFInternalWave (const EOFInternalWave &from)
 
 EOFInternalWave (EOFInternalWave &&from) noexcept
 
EOFInternalWaveoperator= (const EOFInternalWave &from)
 
EOFInternalWaveoperator= (EOFInternalWave &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EOFInternalWave *other)
 
void UnsafeArenaSwap (EOFInternalWave *other)
 
EOFInternalWaveNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const EOFInternalWave &from)
 
void MergeFrom (const EOFInternalWave &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
 
int eof_wave_size () const
 
void clear_eof_wave ()
 
::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactormutable_eof_wave (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor > * mutable_eof_wave ()
 
const ::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactoreof_wave (int index) const
 
::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactoradd_eof_wave ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor > & eof_wave () const
 
bool has_period () const
 
void clear_period ()
 
double period () const
 
void set_period (double value)
 
bool has_wavelength () const
 
void clear_wavelength ()
 
double wavelength () const
 
void set_wavelength (double value)
 
bool has_heading () const
 
void clear_heading ()
 
double heading () const
 
void set_heading (double 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 EOFInternalWavedefault_instance ()
 
static const EOFInternalWaveinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1457 of file svp_request_response.pb.h.

Member Typedef Documentation

◆ EOFAmplitudeFactor

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kEofWaveFieldNumber 
kPeriodFieldNumber 
kWavelengthFieldNumber 
kHeadingFieldNumber 

Definition at line 1586 of file svp_request_response.pb.h.

Constructor & Destructor Documentation

◆ EOFInternalWave() [1/5]

netsim::SVP::protobuf::EOFInternalWave::EOFInternalWave ( )
inline

Definition at line 1460 of file svp_request_response.pb.h.

◆ ~EOFInternalWave()

netsim::SVP::protobuf::EOFInternalWave::~EOFInternalWave ( )
override

◆ EOFInternalWave() [2/5]

PROTOBUF_CONSTEXPR netsim::SVP::protobuf::EOFInternalWave::EOFInternalWave ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ EOFInternalWave() [3/5]

netsim::SVP::protobuf::EOFInternalWave::EOFInternalWave ( const EOFInternalWave from)

◆ EOFInternalWave() [4/5]

netsim::SVP::protobuf::EOFInternalWave::EOFInternalWave ( EOFInternalWave &&  from)
inlinenoexcept

Definition at line 1465 of file svp_request_response.pb.h.

◆ EOFInternalWave() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_eof_wave()

netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor * netsim::SVP::protobuf::EOFInternalWave::add_eof_wave ( )
inline

Definition at line 2460 of file svp_request_response.pb.h.

◆ ByteSizeLong()

size_t netsim::SVP::protobuf::EOFInternalWave::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void netsim::SVP::protobuf::EOFInternalWave::Clear ( )
final

◆ clear_eof_wave()

void netsim::SVP::protobuf::EOFInternalWave::clear_eof_wave ( )
inline

Definition at line 2438 of file svp_request_response.pb.h.

◆ clear_heading()

void netsim::SVP::protobuf::EOFInternalWave::clear_heading ( )
inline

Definition at line 2411 of file svp_request_response.pb.h.

◆ clear_period()

void netsim::SVP::protobuf::EOFInternalWave::clear_period ( )
inline

Definition at line 2355 of file svp_request_response.pb.h.

◆ clear_wavelength()

void netsim::SVP::protobuf::EOFInternalWave::clear_wavelength ( )
inline

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

◆ CopyFrom()

void netsim::SVP::protobuf::EOFInternalWave::CopyFrom ( const EOFInternalWave from)

◆ default_instance()

static const EOFInternalWave & netsim::SVP::protobuf::EOFInternalWave::default_instance ( )
inlinestatic

Definition at line 1504 of file svp_request_response.pb.h.

◆ descriptor()

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

Definition at line 1495 of file svp_request_response.pb.h.

◆ eof_wave() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor > & netsim::SVP::protobuf::EOFInternalWave::eof_wave ( ) const
inline

Definition at line 2466 of file svp_request_response.pb.h.

◆ eof_wave() [2/2]

const ::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor & netsim::SVP::protobuf::EOFInternalWave::eof_wave ( int  index) const
inline

Definition at line 2453 of file svp_request_response.pb.h.

◆ eof_wave_size()

int netsim::SVP::protobuf::EOFInternalWave::eof_wave_size ( ) const
inline

Definition at line 2435 of file svp_request_response.pb.h.

◆ GetCachedSize()

int netsim::SVP::protobuf::EOFInternalWave::GetCachedSize ( ) const
inlinefinal

Definition at line 1557 of file svp_request_response.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 1498 of file svp_request_response.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata netsim::SVP::protobuf::EOFInternalWave::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 1501 of file svp_request_response.pb.h.

◆ has_heading()

bool netsim::SVP::protobuf::EOFInternalWave::has_heading ( ) const
inline

Definition at line 2408 of file svp_request_response.pb.h.

◆ has_period()

bool netsim::SVP::protobuf::EOFInternalWave::has_period ( ) const
inline

Definition at line 2352 of file svp_request_response.pb.h.

◆ has_wavelength()

bool netsim::SVP::protobuf::EOFInternalWave::has_wavelength ( ) const
inline

Definition at line 2380 of file svp_request_response.pb.h.

◆ heading()

double netsim::SVP::protobuf::EOFInternalWave::heading ( ) const
inline

Definition at line 2418 of file svp_request_response.pb.h.

◆ internal_default_instance()

static const EOFInternalWave * netsim::SVP::protobuf::EOFInternalWave::internal_default_instance ( )
inlinestatic

Definition at line 1507 of file svp_request_response.pb.h.

◆ IsInitialized()

bool netsim::SVP::protobuf::EOFInternalWave::IsInitialized ( ) const
final

◆ MergeFrom()

void netsim::SVP::protobuf::EOFInternalWave::MergeFrom ( const EOFInternalWave from)
inline

Definition at line 1544 of file svp_request_response.pb.h.

◆ mutable_eof_wave() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor > * netsim::SVP::protobuf::EOFInternalWave::mutable_eof_wave ( )
inline

Definition at line 2446 of file svp_request_response.pb.h.

◆ mutable_eof_wave() [2/2]

netsim::SVP::protobuf::EOFInternalWave_EOFAmplitudeFactor * netsim::SVP::protobuf::EOFInternalWave::mutable_eof_wave ( int  index)
inline

Definition at line 2441 of file svp_request_response.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * netsim::SVP::protobuf::EOFInternalWave::mutable_unknown_fields ( )
inline

Definition at line 1491 of file svp_request_response.pb.h.

◆ New()

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

Definition at line 1538 of file svp_request_response.pb.h.

◆ operator=() [1/2]

EOFInternalWave & netsim::SVP::protobuf::EOFInternalWave::operator= ( const EOFInternalWave from)
inline

Definition at line 1470 of file svp_request_response.pb.h.

◆ operator=() [2/2]

EOFInternalWave & netsim::SVP::protobuf::EOFInternalWave::operator= ( EOFInternalWave &&  from)
inlinenoexcept

Definition at line 1474 of file svp_request_response.pb.h.

◆ period()

double netsim::SVP::protobuf::EOFInternalWave::period ( ) const
inline

Definition at line 2362 of file svp_request_response.pb.h.

◆ set_heading()

void netsim::SVP::protobuf::EOFInternalWave::set_heading ( double  value)
inline

Definition at line 2426 of file svp_request_response.pb.h.

◆ set_period()

void netsim::SVP::protobuf::EOFInternalWave::set_period ( double  value)
inline

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

◆ set_wavelength()

void netsim::SVP::protobuf::EOFInternalWave::set_wavelength ( double  value)
inline

Definition at line 2398 of file svp_request_response.pb.h.

◆ Swap()

void netsim::SVP::protobuf::EOFInternalWave::Swap ( EOFInternalWave other)
inline

Definition at line 1517 of file svp_request_response.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & netsim::SVP::protobuf::EOFInternalWave::unknown_fields ( ) const
inline

Definition at line 1488 of file svp_request_response.pb.h.

◆ UnsafeArenaSwap()

void netsim::SVP::protobuf::EOFInternalWave::UnsafeArenaSwap ( EOFInternalWave other)
inline

Definition at line 1530 of file svp_request_response.pb.h.

◆ wavelength()

double netsim::SVP::protobuf::EOFInternalWave::wavelength ( ) const
inline

Definition at line 2390 of file svp_request_response.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 1656 of file svp_request_response.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1566 of file svp_request_response.pb.h.

◆ ::TableStruct_netsim_2facousticstoolbox_2fsvp_5frequest_5fresponse_2eproto

◆ swap

void swap ( EOFInternalWave a,
EOFInternalWave b 
)
friend

Definition at line 1514 of file svp_request_response.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData netsim::SVP::protobuf::EOFInternalWave::_class_data_
static

Definition at line 1575 of file svp_request_response.pb.h.

◆ _impl_

Impl_ netsim::SVP::protobuf::EOFInternalWave::_impl_

Definition at line 1667 of file svp_request_response.pb.h.

◆ kIndexInFileMessages

constexpr int netsim::SVP::protobuf::EOFInternalWave::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

Definition at line 1511 of file svp_request_response.pb.h.


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