Goby3  3.1.4
2024.02.22
goby::acomms::protobuf::ArithmeticModel Class Reference

#include <goby/acomms/protobuf/dccl.pb.h>

Inheritance diagram for goby::acomms::protobuf::ArithmeticModel:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 ArithmeticModel ()
 
virtual ~ArithmeticModel ()
 
 ArithmeticModel (const ArithmeticModel &from)
 
ArithmeticModeloperator= (const ArithmeticModel &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ArithmeticModel *other)
 
ArithmeticModelNew () const final
 
ArithmeticModelNew (::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 ArithmeticModel &from)
 
void MergeFrom (const ArithmeticModel &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 frequency_size () const
 
void clear_frequency ()
 
::google::protobuf::uint32 frequency (int index) const
 
void set_frequency (int index, ::google::protobuf::uint32 value)
 
void add_frequency (::google::protobuf::uint32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & frequency () const
 
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_frequency ()
 
int value_bound_size () const
 
void clear_value_bound ()
 
double value_bound (int index) const
 
void set_value_bound (int index, double value)
 
void add_value_bound (double value)
 
const ::google::protobuf::RepeatedField< double > & value_bound () const
 
::google::protobuf::RepeatedField< double > * mutable_value_bound ()
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_out_of_range_frequency () const
 
void clear_out_of_range_frequency ()
 
::google::protobuf::uint32 out_of_range_frequency () const
 
void set_out_of_range_frequency (::google::protobuf::uint32 value)
 
bool has_is_adaptive () const
 
void clear_is_adaptive ()
 
bool is_adaptive () const
 
void set_is_adaptive (bool value)
 
bool has_eof_frequency () const
 
void clear_eof_frequency ()
 
::google::protobuf::uint32 eof_frequency () const
 
void set_eof_frequency (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ArithmeticModeldefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ArithmeticModelinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kFrequencyFieldNumber = 10
 
static const int kValueBoundFieldNumber = 20
 
static const int kNameFieldNumber = 1
 
static const int kOutOfRangeFrequencyFieldNumber = 12
 
static const int kIsAdaptiveFieldNumber = 30
 
static const int kEofFrequencyFieldNumber = 11
 

Friends

struct ::protobuf_goby_2facomms_2fprotobuf_2fdccl_2eproto::TableStruct
 
void swap (ArithmeticModel &a, ArithmeticModel &b)
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 
- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

Definition at line 230 of file dccl.pb.h.

Constructor & Destructor Documentation

◆ ArithmeticModel() [1/2]

goby::acomms::protobuf::ArithmeticModel::ArithmeticModel ( )

◆ ~ArithmeticModel()

virtual goby::acomms::protobuf::ArithmeticModel::~ArithmeticModel ( )
virtual

◆ ArithmeticModel() [2/2]

goby::acomms::protobuf::ArithmeticModel::ArithmeticModel ( const ArithmeticModel from)

Member Function Documentation

◆ add_frequency()

void goby::acomms::protobuf::ArithmeticModel::add_frequency ( ::google::protobuf::uint32  value)
inline

Definition at line 664 of file dccl.pb.h.

◆ add_value_bound()

void goby::acomms::protobuf::ArithmeticModel::add_value_bound ( double  value)
inline

Definition at line 742 of file dccl.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::protobuf::ArithmeticModel::ByteSizeLong ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::acomms::protobuf::ArithmeticModel::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_eof_frequency()

void goby::acomms::protobuf::ArithmeticModel::clear_eof_frequency ( )
inline

Definition at line 689 of file dccl.pb.h.

◆ clear_frequency()

void goby::acomms::protobuf::ArithmeticModel::clear_frequency ( )
inline

Definition at line 653 of file dccl.pb.h.

◆ clear_is_adaptive()

void goby::acomms::protobuf::ArithmeticModel::clear_is_adaptive ( )
inline

Definition at line 767 of file dccl.pb.h.

◆ clear_name()

void goby::acomms::protobuf::ArithmeticModel::clear_name ( )
inline

Definition at line 593 of file dccl.pb.h.

◆ clear_out_of_range_frequency()

void goby::acomms::protobuf::ArithmeticModel::clear_out_of_range_frequency ( )
inline

Definition at line 713 of file dccl.pb.h.

◆ clear_value_bound()

void goby::acomms::protobuf::ArithmeticModel::clear_value_bound ( )
inline

Definition at line 731 of file dccl.pb.h.

◆ CopyFrom() [1/2]

void goby::acomms::protobuf::ArithmeticModel::CopyFrom ( const ::google::protobuf::Message from)
final

◆ CopyFrom() [2/2]

void goby::acomms::protobuf::ArithmeticModel::CopyFrom ( const ArithmeticModel from)

◆ default_instance()

static const ArithmeticModel& goby::acomms::protobuf::ArithmeticModel::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* goby::acomms::protobuf::ArithmeticModel::descriptor ( )
static

◆ eof_frequency()

google::protobuf::uint32 goby::acomms::protobuf::ArithmeticModel::eof_frequency ( ) const
inline

Definition at line 693 of file dccl.pb.h.

◆ frequency() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & goby::acomms::protobuf::ArithmeticModel::frequency ( ) const
inline

Definition at line 669 of file dccl.pb.h.

◆ frequency() [2/2]

google::protobuf::uint32 goby::acomms::protobuf::ArithmeticModel::frequency ( int  index) const
inline

Definition at line 656 of file dccl.pb.h.

◆ frequency_size()

int goby::acomms::protobuf::ArithmeticModel::frequency_size ( ) const
inline

Definition at line 650 of file dccl.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::ArithmeticModel::GetCachedSize ( ) const
inlinefinalvirtual

Implements google::protobuf::MessageLite.

Definition at line 302 of file dccl.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata goby::acomms::protobuf::ArithmeticModel::GetMetadata ( ) const
finalvirtual

◆ has_eof_frequency()

bool goby::acomms::protobuf::ArithmeticModel::has_eof_frequency ( ) const
inline

Definition at line 680 of file dccl.pb.h.

◆ has_is_adaptive()

bool goby::acomms::protobuf::ArithmeticModel::has_is_adaptive ( ) const
inline

Definition at line 758 of file dccl.pb.h.

◆ has_name()

bool goby::acomms::protobuf::ArithmeticModel::has_name ( ) const
inline

Definition at line 584 of file dccl.pb.h.

◆ has_out_of_range_frequency()

bool goby::acomms::protobuf::ArithmeticModel::has_out_of_range_frequency ( ) const
inline

Definition at line 704 of file dccl.pb.h.

◆ InitAsDefaultInstance()

static void goby::acomms::protobuf::ArithmeticModel::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const ArithmeticModel* goby::acomms::protobuf::ArithmeticModel::internal_default_instance ( )
inlinestatic

Definition at line 267 of file dccl.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::acomms::protobuf::ArithmeticModel::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ is_adaptive()

bool goby::acomms::protobuf::ArithmeticModel::is_adaptive ( ) const
inline

Definition at line 771 of file dccl.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::ArithmeticModel::IsInitialized ( ) const
finalvirtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::acomms::protobuf::ArithmeticModel::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

void goby::acomms::protobuf::ArithmeticModel::MergeFrom ( const ArithmeticModel from)

◆ MergePartialFromCodedStream()

bool goby::acomms::protobuf::ArithmeticModel::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_frequency()

google::protobuf::RepeatedField<::google::protobuf::uint32 > * goby::acomms::protobuf::ArithmeticModel::mutable_frequency ( )
inline

Definition at line 674 of file dccl.pb.h.

◆ mutable_name()

std::string * goby::acomms::protobuf::ArithmeticModel::mutable_name ( )
inline

Definition at line 626 of file dccl.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* goby::acomms::protobuf::ArithmeticModel::mutable_unknown_fields ( )
inline

Definition at line 259 of file dccl.pb.h.

◆ mutable_value_bound()

google::protobuf::RepeatedField< double > * goby::acomms::protobuf::ArithmeticModel::mutable_value_bound ( )
inline

Definition at line 752 of file dccl.pb.h.

◆ name()

const ::std::string & goby::acomms::protobuf::ArithmeticModel::name ( ) const
inline

Definition at line 597 of file dccl.pb.h.

◆ New() [1/2]

ArithmeticModel* goby::acomms::protobuf::ArithmeticModel::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

Definition at line 281 of file dccl.pb.h.

◆ New() [2/2]

ArithmeticModel* goby::acomms::protobuf::ArithmeticModel::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

Definition at line 285 of file dccl.pb.h.

◆ operator=()

ArithmeticModel& goby::acomms::protobuf::ArithmeticModel::operator= ( const ArithmeticModel from)
inline

Definition at line 237 of file dccl.pb.h.

◆ out_of_range_frequency()

google::protobuf::uint32 goby::acomms::protobuf::ArithmeticModel::out_of_range_frequency ( ) const
inline

Definition at line 717 of file dccl.pb.h.

◆ release_name()

std::string * goby::acomms::protobuf::ArithmeticModel::release_name ( )
inline

Definition at line 631 of file dccl.pb.h.

◆ SerializeWithCachedSizes()

void goby::acomms::protobuf::ArithmeticModel::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_name()

void goby::acomms::protobuf::ArithmeticModel::set_allocated_name ( ::std::string *  name)
inline

Definition at line 639 of file dccl.pb.h.

◆ set_eof_frequency()

void goby::acomms::protobuf::ArithmeticModel::set_eof_frequency ( ::google::protobuf::uint32  value)
inline

Definition at line 697 of file dccl.pb.h.

◆ set_frequency()

void goby::acomms::protobuf::ArithmeticModel::set_frequency ( int  index,
::google::protobuf::uint32  value 
)
inline

Definition at line 660 of file dccl.pb.h.

◆ set_is_adaptive()

void goby::acomms::protobuf::ArithmeticModel::set_is_adaptive ( bool  value)
inline

Definition at line 775 of file dccl.pb.h.

◆ set_name() [1/3]

void goby::acomms::protobuf::ArithmeticModel::set_name ( const ::std::string &  value)
inline

Definition at line 601 of file dccl.pb.h.

◆ set_name() [2/3]

void goby::acomms::protobuf::ArithmeticModel::set_name ( const char value)
inline

Definition at line 614 of file dccl.pb.h.

◆ set_name() [3/3]

void goby::acomms::protobuf::ArithmeticModel::set_name ( const char value,
size_t  size 
)
inline

Definition at line 620 of file dccl.pb.h.

◆ set_out_of_range_frequency()

void goby::acomms::protobuf::ArithmeticModel::set_out_of_range_frequency ( ::google::protobuf::uint32  value)
inline

Definition at line 721 of file dccl.pb.h.

◆ set_value_bound()

void goby::acomms::protobuf::ArithmeticModel::set_value_bound ( int  index,
double  value 
)
inline

Definition at line 738 of file dccl.pb.h.

◆ Swap()

void goby::acomms::protobuf::ArithmeticModel::Swap ( ArithmeticModel other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& goby::acomms::protobuf::ArithmeticModel::unknown_fields ( ) const
inline

Definition at line 256 of file dccl.pb.h.

◆ value_bound() [1/2]

const ::google::protobuf::RepeatedField< double > & goby::acomms::protobuf::ArithmeticModel::value_bound ( ) const
inline

Definition at line 747 of file dccl.pb.h.

◆ value_bound() [2/2]

double goby::acomms::protobuf::ArithmeticModel::value_bound ( int  index) const
inline

Definition at line 734 of file dccl.pb.h.

◆ value_bound_size()

int goby::acomms::protobuf::ArithmeticModel::value_bound_size ( ) const
inline

Definition at line 728 of file dccl.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_goby_2facomms_2fprotobuf_2fdccl_2eproto::TableStruct

◆ swap

void swap ( ArithmeticModel a,
ArithmeticModel b 
)
friend

Definition at line 275 of file dccl.pb.h.

Member Data Documentation

◆ kEofFrequencyFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kEofFrequencyFieldNumber = 11
static

Definition at line 380 of file dccl.pb.h.

◆ kFrequencyFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kFrequencyFieldNumber = 10
static

Definition at line 327 of file dccl.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::ArithmeticModel::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 271 of file dccl.pb.h.

◆ kIsAdaptiveFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kIsAdaptiveFieldNumber = 30
static

Definition at line 373 of file dccl.pb.h.

◆ kNameFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kNameFieldNumber = 1
static

Definition at line 351 of file dccl.pb.h.

◆ kOutOfRangeFrequencyFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kOutOfRangeFrequencyFieldNumber = 12
static

Definition at line 366 of file dccl.pb.h.

◆ kValueBoundFieldNumber

const int goby::acomms::protobuf::ArithmeticModel::kValueBoundFieldNumber = 20
static

Definition at line 339 of file dccl.pb.h.


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