JaiaBot 2.6.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::sensor::protobuf::AML Class Referencefinal

#include <nanopb/jaiabot/messages/sensor/aml.pb.h>

Inheritance diagram for jaiabot::sensor::protobuf::AML:
Collaboration diagram for jaiabot::sensor::protobuf::AML:

Public Types

enum  : int { kConductivityFieldNumber = 2 , kTemperatureFieldNumber = 3 , kSensorFieldNumber = 1 }
 
typedef AML_Sensor Sensor
 
typedef boost::units::conductivity_dimension conductivity_dimension
 
typedef boost::units::unit< conductivity_dimension, boost::units::si::system > conductivity_unit
 
typedef boost::units::temperature_dimension temperature_dimension
 
typedef boost::units::absolute< boost::units::unit< temperature_dimension, boost::units::celsius::system > > temperature_unit
 

Public Member Functions

 AML ()
 
 ~AML () override
 
PROTOBUF_CONSTEXPR AML (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 AML (const AML &from)
 
 AML (AML &&from) noexcept
 
AMLoperator= (const AML &from)
 
AMLoperator= (AML &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AML *other)
 
void UnsafeArenaSwap (AML *other)
 
AMLNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const AML &from)
 
void MergeFrom (const AML &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_conductivity () const
 
void clear_conductivity ()
 
double conductivity () const
 
void set_conductivity (double value)
 
bool has_temperature () const
 
void clear_temperature ()
 
double temperature () const
 
void set_temperature (double value)
 
bool has_sensor () const
 
void clear_sensor ()
 
::jaiabot::sensor::protobuf::AML_Sensor sensor () const
 
void set_sensor (::jaiabot::sensor::protobuf::AML_Sensor value)
 
template<typename Quantity >
void set_conductivity_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity conductivity_with_units () const
 
boost::units::quantity< conductivity_unit, double > conductivity_with_units () const
 
template<typename Quantity >
void set_temperature_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity temperature_with_units () const
 
boost::units::quantity< temperature_unit, double > temperature_with_units () const
 

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 AMLdefault_instance ()
 
static const AMLinternal_default_instance ()
 
static bool Sensor_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Sensor_descriptor ()
 
template<typename T >
static const std::string & Sensor_Name (T enum_t_value)
 
static bool Sensor_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Sensor *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr Sensor DEFAULT
 
static constexpr Sensor CONDUCTIVITY
 
static constexpr Sensor Sensor_MIN
 
static constexpr Sensor Sensor_MAX
 
static constexpr int Sensor_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

Definition at line 98 of file aml.pb.h.

Member Typedef Documentation

◆ conductivity_dimension

typedef boost::units::conductivity_dimension jaiabot::sensor::protobuf::AML::conductivity_dimension

Definition at line 299 of file aml.pb.h.

◆ conductivity_unit

typedef boost::units::unit<conductivity_dimension,boost::units::si::system> jaiabot::sensor::protobuf::AML::conductivity_unit

Definition at line 301 of file aml.pb.h.

◆ Sensor

Definition at line 223 of file aml.pb.h.

◆ temperature_dimension

typedef boost::units::temperature_dimension jaiabot::sensor::protobuf::AML::temperature_dimension

Definition at line 314 of file aml.pb.h.

◆ temperature_unit

typedef boost::units::absolute<boost::units::unit<temperature_dimension,boost::units::celsius::system> > jaiabot::sensor::protobuf::AML::temperature_unit

Definition at line 316 of file aml.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kConductivityFieldNumber 
kTemperatureFieldNumber 
kSensorFieldNumber 

Definition at line 255 of file aml.pb.h.

Constructor & Destructor Documentation

◆ AML() [1/5]

jaiabot::sensor::protobuf::AML::AML ( )
inline

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

◆ ~AML()

jaiabot::sensor::protobuf::AML::~AML ( )
override

◆ AML() [2/5]

PROTOBUF_CONSTEXPR jaiabot::sensor::protobuf::AML::AML ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ AML() [3/5]

jaiabot::sensor::protobuf::AML::AML ( const AML from)

◆ AML() [4/5]

jaiabot::sensor::protobuf::AML::AML ( AML &&  from)
inlinenoexcept

Definition at line 106 of file aml.pb.h.

◆ AML() [5/5]

jaiabot::sensor::protobuf::AML::AML ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::sensor::protobuf::AML::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::sensor::protobuf::AML::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::sensor::protobuf::AML::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::sensor::protobuf::AML::Clear ( )
final

◆ clear_conductivity()

void jaiabot::sensor::protobuf::AML::clear_conductivity ( )
inline

Definition at line 394 of file aml.pb.h.

◆ clear_sensor()

void jaiabot::sensor::protobuf::AML::clear_sensor ( )
inline

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

◆ clear_temperature()

void jaiabot::sensor::protobuf::AML::clear_temperature ( )
inline

Definition at line 422 of file aml.pb.h.

◆ conductivity()

double jaiabot::sensor::protobuf::AML::conductivity ( ) const
inline

Definition at line 401 of file aml.pb.h.

◆ conductivity_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::sensor::protobuf::AML::conductivity_with_units ( ) const
inline

Definition at line 308 of file aml.pb.h.

◆ conductivity_with_units() [2/2]

boost::units::quantity< conductivity_unit, double > jaiabot::sensor::protobuf::AML::conductivity_with_units ( ) const
inline

Definition at line 311 of file aml.pb.h.

◆ CopyFrom()

void jaiabot::sensor::protobuf::AML::CopyFrom ( const AML from)

◆ default_instance()

static const AML & jaiabot::sensor::protobuf::AML::default_instance ( )
inlinestatic

Definition at line 145 of file aml.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::sensor::protobuf::AML::descriptor ( )
inlinestatic

Definition at line 136 of file aml.pb.h.

◆ GetCachedSize()

int jaiabot::sensor::protobuf::AML::GetCachedSize ( ) const
inlinefinal

Definition at line 198 of file aml.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::sensor::protobuf::AML::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::sensor::protobuf::AML::GetDescriptor ( )
inlinestatic

Definition at line 139 of file aml.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::sensor::protobuf::AML::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::sensor::protobuf::AML::GetReflection ( )
inlinestatic

Definition at line 142 of file aml.pb.h.

◆ has_conductivity()

bool jaiabot::sensor::protobuf::AML::has_conductivity ( ) const
inline

Definition at line 391 of file aml.pb.h.

◆ has_sensor()

bool jaiabot::sensor::protobuf::AML::has_sensor ( ) const
inline

Definition at line 362 of file aml.pb.h.

◆ has_temperature()

bool jaiabot::sensor::protobuf::AML::has_temperature ( ) const
inline

Definition at line 419 of file aml.pb.h.

◆ internal_default_instance()

static const AML * jaiabot::sensor::protobuf::AML::internal_default_instance ( )
inlinestatic

Definition at line 148 of file aml.pb.h.

◆ IsInitialized()

bool jaiabot::sensor::protobuf::AML::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::sensor::protobuf::AML::MergeFrom ( const AML from)
inline

Definition at line 185 of file aml.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::sensor::protobuf::AML::mutable_unknown_fields ( )
inline

Definition at line 132 of file aml.pb.h.

◆ New()

AML * jaiabot::sensor::protobuf::AML::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

AML & jaiabot::sensor::protobuf::AML::operator= ( AML &&  from)
inlinenoexcept

Definition at line 115 of file aml.pb.h.

◆ operator=() [2/2]

AML & jaiabot::sensor::protobuf::AML::operator= ( const AML from)
inline

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

◆ sensor()

jaiabot::sensor::protobuf::AML_Sensor jaiabot::sensor::protobuf::AML::sensor ( ) const
inline

Definition at line 372 of file aml.pb.h.

◆ Sensor_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::sensor::protobuf::AML::Sensor_descriptor ( )
inlinestatic

Definition at line 238 of file aml.pb.h.

◆ Sensor_IsValid()

static bool jaiabot::sensor::protobuf::AML::Sensor_IsValid ( int  value)
inlinestatic

Definition at line 228 of file aml.pb.h.

◆ Sensor_Name()

template<typename T >
static const std::string & jaiabot::sensor::protobuf::AML::Sensor_Name ( enum_t_value)
inlinestatic

Definition at line 242 of file aml.pb.h.

◆ Sensor_Parse()

static bool jaiabot::sensor::protobuf::AML::Sensor_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Sensor value 
)
inlinestatic

Definition at line 248 of file aml.pb.h.

◆ set_conductivity()

void jaiabot::sensor::protobuf::AML::set_conductivity ( double  value)
inline

Definition at line 409 of file aml.pb.h.

◆ set_conductivity_with_units()

template<typename Quantity >
void jaiabot::sensor::protobuf::AML::set_conductivity_with_units ( Quantity  value_w_units)
inline

Definition at line 304 of file aml.pb.h.

◆ set_sensor()

void jaiabot::sensor::protobuf::AML::set_sensor ( ::jaiabot::sensor::protobuf::AML_Sensor  value)
inline

Definition at line 381 of file aml.pb.h.

◆ set_temperature()

void jaiabot::sensor::protobuf::AML::set_temperature ( double  value)
inline

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

◆ set_temperature_with_units()

template<typename Quantity >
void jaiabot::sensor::protobuf::AML::set_temperature_with_units ( Quantity  value_w_units)
inline

Definition at line 319 of file aml.pb.h.

◆ Swap()

void jaiabot::sensor::protobuf::AML::Swap ( AML other)
inline

Definition at line 158 of file aml.pb.h.

◆ temperature()

double jaiabot::sensor::protobuf::AML::temperature ( ) const
inline

Definition at line 429 of file aml.pb.h.

◆ temperature_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::sensor::protobuf::AML::temperature_with_units ( ) const
inline

Definition at line 323 of file aml.pb.h.

◆ temperature_with_units() [2/2]

boost::units::quantity< temperature_unit, double > jaiabot::sensor::protobuf::AML::temperature_with_units ( ) const
inline

Definition at line 326 of file aml.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::sensor::protobuf::AML::unknown_fields ( ) const
inline

Definition at line 129 of file aml.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::sensor::protobuf::AML::UnsafeArenaSwap ( AML other)
inline

Definition at line 171 of file aml.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 333 of file aml.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 207 of file aml.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fsensor_2faml_2eproto

Definition at line 344 of file aml.pb.h.

◆ swap

void swap ( AML a,
AML b 
)
friend

Definition at line 155 of file aml.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::sensor::protobuf::AML::_class_data_
static

Definition at line 216 of file aml.pb.h.

◆ _impl_

Impl_ jaiabot::sensor::protobuf::AML::_impl_

Definition at line 343 of file aml.pb.h.

◆ CONDUCTIVITY

constexpr Sensor jaiabot::sensor::protobuf::AML::CONDUCTIVITY
staticconstexpr
Initial value:

Definition at line 226 of file aml.pb.h.

◆ DEFAULT

constexpr Sensor jaiabot::sensor::protobuf::AML::DEFAULT
staticconstexpr
Initial value:

Definition at line 224 of file aml.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::sensor::protobuf::AML::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 152 of file aml.pb.h.

◆ Sensor_ARRAYSIZE

constexpr int jaiabot::sensor::protobuf::AML::Sensor_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 235 of file aml.pb.h.

◆ Sensor_MAX

constexpr Sensor jaiabot::sensor::protobuf::AML::Sensor_MAX
staticconstexpr
Initial value:
=
constexpr AML_Sensor AML_Sensor_Sensor_MAX
Definition aml.pb.h:79

Definition at line 233 of file aml.pb.h.

◆ Sensor_MIN

constexpr Sensor jaiabot::sensor::protobuf::AML::Sensor_MIN
staticconstexpr
Initial value:
=
constexpr AML_Sensor AML_Sensor_Sensor_MIN
Definition aml.pb.h:78

Definition at line 231 of file aml.pb.h.


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