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

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

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

Public Member Functions

 Environment_Medium_RCSample ()
 
virtual ~Environment_Medium_RCSample ()
 
 Environment_Medium_RCSample (const Environment_Medium_RCSample &from)
 
Environment_Medium_RCSampleoperator= (const Environment_Medium_RCSample &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Environment_Medium_RCSample *other)
 
Environment_Medium_RCSampleNew () const final
 
Environment_Medium_RCSampleNew (::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 Environment_Medium_RCSample &from)
 
void MergeFrom (const Environment_Medium_RCSample &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
 
bool has_angle () const
 
void clear_angle ()
 
double angle () const
 
void set_angle (double value)
 
bool has_rc () const
 
void clear_rc ()
 
double rc () const
 
void set_rc (double value)
 
bool has_phase () const
 
void clear_phase ()
 
double phase () const
 
void set_phase (double value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Environment_Medium_RCSampledefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Environment_Medium_RCSampleinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAngleFieldNumber = 1
 
static const int kRcFieldNumber = 2
 
static const int kPhaseFieldNumber = 3
 

Friends

struct ::protobuf_netsim_2facousticstoolbox_2fenvironment_2eproto::TableStruct
 
void swap (Environment_Medium_RCSample &a, Environment_Medium_RCSample &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Environment_Medium_RCSample() [1/2]

netsim::bellhop::protobuf::Environment_Medium_RCSample::Environment_Medium_RCSample ( )

◆ ~Environment_Medium_RCSample()

virtual netsim::bellhop::protobuf::Environment_Medium_RCSample::~Environment_Medium_RCSample ( )
virtual

◆ Environment_Medium_RCSample() [2/2]

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

Member Function Documentation

◆ angle()

double netsim::bellhop::protobuf::Environment_Medium_RCSample::angle ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::Clear ( )
final

◆ clear_angle()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::clear_angle ( )
inline

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

◆ clear_phase()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::clear_phase ( )
inline

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

◆ clear_rc()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::clear_rc ( )
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const Environment_Medium_RCSample& netsim::bellhop::protobuf::Environment_Medium_RCSample::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* netsim::bellhop::protobuf::Environment_Medium_RCSample::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

::google::protobuf::Metadata netsim::bellhop::protobuf::Environment_Medium_RCSample::GetMetadata ( ) const
final

◆ has_angle()

bool netsim::bellhop::protobuf::Environment_Medium_RCSample::has_angle ( ) const
inline

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

◆ has_phase()

bool netsim::bellhop::protobuf::Environment_Medium_RCSample::has_phase ( ) const
inline

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

◆ has_rc()

bool netsim::bellhop::protobuf::Environment_Medium_RCSample::has_rc ( ) const
inline

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

◆ InitAsDefaultInstance()

static void netsim::bellhop::protobuf::Environment_Medium_RCSample::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void netsim::bellhop::protobuf::Environment_Medium_RCSample::MergeFrom ( const Environment_Medium_RCSample from)

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* netsim::bellhop::protobuf::Environment_Medium_RCSample::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

Environment_Medium_RCSample* netsim::bellhop::protobuf::Environment_Medium_RCSample::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ phase()

double netsim::bellhop::protobuf::Environment_Medium_RCSample::phase ( ) const
inline

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

◆ rc()

double netsim::bellhop::protobuf::Environment_Medium_RCSample::rc ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

◆ set_angle()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::set_angle ( double  value)
inline

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

◆ set_phase()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::set_phase ( double  value)
inline

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

◆ set_rc()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::set_rc ( double  value)
inline

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

◆ Swap()

void netsim::bellhop::protobuf::Environment_Medium_RCSample::Swap ( Environment_Medium_RCSample other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& netsim::bellhop::protobuf::Environment_Medium_RCSample::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_netsim_2facousticstoolbox_2fenvironment_2eproto::TableStruct

◆ swap

void swap ( Environment_Medium_RCSample a,
Environment_Medium_RCSample b 
)
friend

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

Member Data Documentation

◆ kAngleFieldNumber

const int netsim::bellhop::protobuf::Environment_Medium_RCSample::kAngleFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int netsim::bellhop::protobuf::Environment_Medium_RCSample::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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

◆ kPhaseFieldNumber

const int netsim::bellhop::protobuf::Environment_Medium_RCSample::kPhaseFieldNumber = 3
static

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

◆ kRcFieldNumber

const int netsim::bellhop::protobuf::Environment_Medium_RCSample::kRcFieldNumber = 2
static

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


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