JaiaBot 2.5.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::config::TurnerCFluorSensorDriver Class Referencefinal

#include <bin/drivers/turner_c_fluor_sensor/config.pb.h>

Inheritance diagram for jaiabot::config::TurnerCFluorSensorDriver:
Collaboration diagram for jaiabot::config::TurnerCFluorSensorDriver:

Public Types

enum  : int { kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kFluorometerCoefficientsFieldNumber = 3 , kTurnerCFluorReportTimeoutSecondsFieldNumber = 10 }
 

Public Member Functions

 TurnerCFluorSensorDriver ()
 
 ~TurnerCFluorSensorDriver () override
 
PROTOBUF_CONSTEXPR TurnerCFluorSensorDriver (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 TurnerCFluorSensorDriver (const TurnerCFluorSensorDriver &from)
 
 TurnerCFluorSensorDriver (TurnerCFluorSensorDriver &&from) noexcept
 
TurnerCFluorSensorDriveroperator= (const TurnerCFluorSensorDriver &from)
 
TurnerCFluorSensorDriveroperator= (TurnerCFluorSensorDriver &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (TurnerCFluorSensorDriver *other)
 
void UnsafeArenaSwap (TurnerCFluorSensorDriver *other)
 
TurnerCFluorSensorDriverNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const TurnerCFluorSensorDriver &from)
 
void MergeFrom (const TurnerCFluorSensorDriver &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_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfig & app () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
void unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app ()
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess () const
 
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
void unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess ()
 
bool has_fluorometer_coefficients () const
 
void clear_fluorometer_coefficients ()
 
const ::jaiabot::sensor::protobuf::FluorCoefficientsfluorometer_coefficients () const
 
PROTOBUF_NODISCARD::jaiabot::sensor::protobuf::FluorCoefficients * release_fluorometer_coefficients ()
 
::jaiabot::sensor::protobuf::FluorCoefficientsmutable_fluorometer_coefficients ()
 
void set_allocated_fluorometer_coefficients (::jaiabot::sensor::protobuf::FluorCoefficients *fluorometer_coefficients)
 
void unsafe_arena_set_allocated_fluorometer_coefficients (::jaiabot::sensor::protobuf::FluorCoefficients *fluorometer_coefficients)
 
::jaiabot::sensor::protobuf::FluorCoefficientsunsafe_arena_release_fluorometer_coefficients ()
 
bool has_turner_c_fluor_report_timeout_seconds () const
 
void clear_turner_c_fluor_report_timeout_seconds ()
 
int32_t turner_c_fluor_report_timeout_seconds () const
 
void set_turner_c_fluor_report_timeout_seconds (int32_t 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 TurnerCFluorSensorDriverdefault_instance ()
 
static const TurnerCFluorSensorDriverinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 70 of file config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAppFieldNumber 
kInterprocessFieldNumber 
kFluorometerCoefficientsFieldNumber 
kTurnerCFluorReportTimeoutSecondsFieldNumber 

Definition at line 197 of file config.pb.h.

Constructor & Destructor Documentation

◆ TurnerCFluorSensorDriver() [1/5]

jaiabot::config::TurnerCFluorSensorDriver::TurnerCFluorSensorDriver ( )
inline

Definition at line 73 of file config.pb.h.

◆ ~TurnerCFluorSensorDriver()

jaiabot::config::TurnerCFluorSensorDriver::~TurnerCFluorSensorDriver ( )
override

◆ TurnerCFluorSensorDriver() [2/5]

PROTOBUF_CONSTEXPR jaiabot::config::TurnerCFluorSensorDriver::TurnerCFluorSensorDriver ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ TurnerCFluorSensorDriver() [3/5]

jaiabot::config::TurnerCFluorSensorDriver::TurnerCFluorSensorDriver ( const TurnerCFluorSensorDriver from)

◆ TurnerCFluorSensorDriver() [4/5]

jaiabot::config::TurnerCFluorSensorDriver::TurnerCFluorSensorDriver ( TurnerCFluorSensorDriver &&  from)
inlinenoexcept

Definition at line 78 of file config.pb.h.

◆ TurnerCFluorSensorDriver() [5/5]

jaiabot::config::TurnerCFluorSensorDriver::TurnerCFluorSensorDriver ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::config::TurnerCFluorSensorDriver::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::config::TurnerCFluorSensorDriver::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ app()

const ::goby::middleware::protobuf::AppConfig & jaiabot::config::TurnerCFluorSensorDriver::app ( ) const
inline

Definition at line 313 of file config.pb.h.

◆ ByteSizeLong()

size_t jaiabot::config::TurnerCFluorSensorDriver::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::config::TurnerCFluorSensorDriver::Clear ( )
final

◆ clear_app()

void jaiabot::config::TurnerCFluorSensorDriver::clear_app ( )

◆ clear_fluorometer_coefficients()

void jaiabot::config::TurnerCFluorSensorDriver::clear_fluorometer_coefficients ( )

◆ clear_interprocess()

void jaiabot::config::TurnerCFluorSensorDriver::clear_interprocess ( )

◆ clear_turner_c_fluor_report_timeout_seconds()

void jaiabot::config::TurnerCFluorSensorDriver::clear_turner_c_fluor_report_timeout_seconds ( )
inline

Definition at line 568 of file config.pb.h.

◆ CopyFrom()

void jaiabot::config::TurnerCFluorSensorDriver::CopyFrom ( const TurnerCFluorSensorDriver from)

◆ default_instance()

static const TurnerCFluorSensorDriver & jaiabot::config::TurnerCFluorSensorDriver::default_instance ( )
inlinestatic

Definition at line 117 of file config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::config::TurnerCFluorSensorDriver::descriptor ( )
inlinestatic

Definition at line 108 of file config.pb.h.

◆ fluorometer_coefficients()

const ::jaiabot::sensor::protobuf::FluorCoefficients & jaiabot::config::TurnerCFluorSensorDriver::fluorometer_coefficients ( ) const
inline

Definition at line 487 of file config.pb.h.

◆ GetCachedSize()

int jaiabot::config::TurnerCFluorSensorDriver::GetCachedSize ( ) const
inlinefinal

Definition at line 170 of file config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::config::TurnerCFluorSensorDriver::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::config::TurnerCFluorSensorDriver::GetDescriptor ( )
inlinestatic

Definition at line 111 of file config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::config::TurnerCFluorSensorDriver::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::config::TurnerCFluorSensorDriver::GetReflection ( )
inlinestatic

Definition at line 114 of file config.pb.h.

◆ has_app()

bool jaiabot::config::TurnerCFluorSensorDriver::has_app ( ) const
inline

Definition at line 305 of file config.pb.h.

◆ has_fluorometer_coefficients()

bool jaiabot::config::TurnerCFluorSensorDriver::has_fluorometer_coefficients ( ) const
inline

Definition at line 479 of file config.pb.h.

◆ has_interprocess()

bool jaiabot::config::TurnerCFluorSensorDriver::has_interprocess ( ) const
inline

Definition at line 392 of file config.pb.h.

◆ has_turner_c_fluor_report_timeout_seconds()

bool jaiabot::config::TurnerCFluorSensorDriver::has_turner_c_fluor_report_timeout_seconds ( ) const
inline

Definition at line 565 of file config.pb.h.

◆ internal_default_instance()

static const TurnerCFluorSensorDriver * jaiabot::config::TurnerCFluorSensorDriver::internal_default_instance ( )
inlinestatic

Definition at line 120 of file config.pb.h.

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & jaiabot::config::TurnerCFluorSensorDriver::interprocess ( ) const
inline

Definition at line 400 of file config.pb.h.

◆ IsInitialized()

bool jaiabot::config::TurnerCFluorSensorDriver::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::config::TurnerCFluorSensorDriver::MergeFrom ( const TurnerCFluorSensorDriver from)
inline

Definition at line 157 of file config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::TurnerCFluorSensorDriver::mutable_app ( )
inline

Definition at line 360 of file config.pb.h.

◆ mutable_fluorometer_coefficients()

jaiabot::sensor::protobuf::FluorCoefficients * jaiabot::config::TurnerCFluorSensorDriver::mutable_fluorometer_coefficients ( )
inline

Definition at line 534 of file config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::TurnerCFluorSensorDriver::mutable_interprocess ( )
inline

Definition at line 447 of file config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::config::TurnerCFluorSensorDriver::mutable_unknown_fields ( )
inline

Definition at line 104 of file config.pb.h.

◆ New()

TurnerCFluorSensorDriver * jaiabot::config::TurnerCFluorSensorDriver::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 151 of file config.pb.h.

◆ operator=() [1/2]

TurnerCFluorSensorDriver & jaiabot::config::TurnerCFluorSensorDriver::operator= ( const TurnerCFluorSensorDriver from)
inline

Definition at line 83 of file config.pb.h.

◆ operator=() [2/2]

TurnerCFluorSensorDriver & jaiabot::config::TurnerCFluorSensorDriver::operator= ( TurnerCFluorSensorDriver &&  from)
inlinenoexcept

Definition at line 87 of file config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::TurnerCFluorSensorDriver::release_app ( )
inline

Definition at line 330 of file config.pb.h.

◆ release_fluorometer_coefficients()

jaiabot::sensor::protobuf::FluorCoefficients * jaiabot::config::TurnerCFluorSensorDriver::release_fluorometer_coefficients ( )
inline

Definition at line 504 of file config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::TurnerCFluorSensorDriver::release_interprocess ( )
inline

Definition at line 417 of file config.pb.h.

◆ set_allocated_app()

void jaiabot::config::TurnerCFluorSensorDriver::set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 365 of file config.pb.h.

◆ set_allocated_fluorometer_coefficients()

void jaiabot::config::TurnerCFluorSensorDriver::set_allocated_fluorometer_coefficients ( ::jaiabot::sensor::protobuf::FluorCoefficients fluorometer_coefficients)
inline

Definition at line 539 of file config.pb.h.

◆ set_allocated_interprocess()

void jaiabot::config::TurnerCFluorSensorDriver::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 452 of file config.pb.h.

◆ set_turner_c_fluor_report_timeout_seconds()

void jaiabot::config::TurnerCFluorSensorDriver::set_turner_c_fluor_report_timeout_seconds ( int32_t  value)
inline

Definition at line 583 of file config.pb.h.

◆ Swap()

void jaiabot::config::TurnerCFluorSensorDriver::Swap ( TurnerCFluorSensorDriver other)
inline

Definition at line 130 of file config.pb.h.

◆ turner_c_fluor_report_timeout_seconds()

int32_t jaiabot::config::TurnerCFluorSensorDriver::turner_c_fluor_report_timeout_seconds ( ) const
inline

Definition at line 575 of file config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::config::TurnerCFluorSensorDriver::unknown_fields ( ) const
inline

Definition at line 101 of file config.pb.h.

◆ unsafe_arena_release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_release_app ( )
inline

Definition at line 345 of file config.pb.h.

◆ unsafe_arena_release_fluorometer_coefficients()

jaiabot::sensor::protobuf::FluorCoefficients * jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_release_fluorometer_coefficients ( )
inline

Definition at line 519 of file config.pb.h.

◆ unsafe_arena_release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_release_interprocess ( )
inline

Definition at line 432 of file config.pb.h.

◆ unsafe_arena_set_allocated_app()

void jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 317 of file config.pb.h.

◆ unsafe_arena_set_allocated_fluorometer_coefficients()

void jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_set_allocated_fluorometer_coefficients ( ::jaiabot::sensor::protobuf::FluorCoefficients fluorometer_coefficients)
inline

Definition at line 491 of file config.pb.h.

◆ unsafe_arena_set_allocated_interprocess()

void jaiabot::config::TurnerCFluorSensorDriver::unsafe_arena_set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 404 of file config.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::config::TurnerCFluorSensorDriver::UnsafeArenaSwap ( TurnerCFluorSensorDriver other)
inline

Definition at line 143 of file config.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 274 of file config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 179 of file config.pb.h.

◆ ::TableStruct_bin_2fdrivers_2fturner_5fc_5ffluor_5fsensor_2fconfig_2eproto

◆ swap

void swap ( TurnerCFluorSensorDriver a,
TurnerCFluorSensorDriver b 
)
friend

Definition at line 127 of file config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::config::TurnerCFluorSensorDriver::_class_data_
static

Definition at line 188 of file config.pb.h.

◆ _impl_

Impl_ jaiabot::config::TurnerCFluorSensorDriver::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::config::TurnerCFluorSensorDriver::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 124 of file config.pb.h.


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