JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::Motor_Thermistor Class Referencefinal

#include <jaiabot/messages/motor.pb.h>

Inheritance diagram for jaiabot::protobuf::Motor_Thermistor:
Collaboration diagram for jaiabot::protobuf::Motor_Thermistor:

Public Types

enum  : int { kTemperatureFieldNumber = 1 , kResistanceFieldNumber = 2 , kVoltageFieldNumber = 3 }
 
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

 Motor_Thermistor ()
 
 ~Motor_Thermistor () override
 
PROTOBUF_CONSTEXPR Motor_Thermistor (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 Motor_Thermistor (const Motor_Thermistor &from)
 
 Motor_Thermistor (Motor_Thermistor &&from) noexcept
 
Motor_Thermistoroperator= (const Motor_Thermistor &from)
 
Motor_Thermistoroperator= (Motor_Thermistor &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Motor_Thermistor *other)
 
void UnsafeArenaSwap (Motor_Thermistor *other)
 
Motor_ThermistorNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const Motor_Thermistor &from)
 
void MergeFrom (const Motor_Thermistor &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_temperature () const
 
void clear_temperature ()
 
float temperature () const
 
void set_temperature (float value)
 
bool has_resistance () const
 
void clear_resistance ()
 
float resistance () const
 
void set_resistance (float value)
 
bool has_voltage () const
 
void clear_voltage ()
 
float voltage () const
 
void set_voltage (float value)
 
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, float > 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 Motor_Thermistordefault_instance ()
 
static const Motor_Thermistorinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 97 of file motor.pb.h.

Member Typedef Documentation

◆ temperature_dimension

typedef boost::units::temperature_dimension jaiabot::protobuf::Motor_Thermistor::temperature_dimension

Definition at line 268 of file motor.pb.h.

◆ temperature_unit

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

Definition at line 270 of file motor.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTemperatureFieldNumber 
kResistanceFieldNumber 
kVoltageFieldNumber 

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

Constructor & Destructor Documentation

◆ Motor_Thermistor() [1/5]

jaiabot::protobuf::Motor_Thermistor::Motor_Thermistor ( )
inline

Definition at line 100 of file motor.pb.h.

◆ ~Motor_Thermistor()

jaiabot::protobuf::Motor_Thermistor::~Motor_Thermistor ( )
override

◆ Motor_Thermistor() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::Motor_Thermistor::Motor_Thermistor ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ Motor_Thermistor() [3/5]

jaiabot::protobuf::Motor_Thermistor::Motor_Thermistor ( const Motor_Thermistor from)

◆ Motor_Thermistor() [4/5]

jaiabot::protobuf::Motor_Thermistor::Motor_Thermistor ( Motor_Thermistor &&  from)
inlinenoexcept

Definition at line 105 of file motor.pb.h.

◆ Motor_Thermistor() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t jaiabot::protobuf::Motor_Thermistor::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::Motor_Thermistor::Clear ( )
final

◆ clear_resistance()

void jaiabot::protobuf::Motor_Thermistor::clear_resistance ( )
inline

Definition at line 544 of file motor.pb.h.

◆ clear_temperature()

void jaiabot::protobuf::Motor_Thermistor::clear_temperature ( )
inline

Definition at line 516 of file motor.pb.h.

◆ clear_voltage()

void jaiabot::protobuf::Motor_Thermistor::clear_voltage ( )
inline

Definition at line 572 of file motor.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::Motor_Thermistor::CopyFrom ( const Motor_Thermistor from)

◆ default_instance()

static const Motor_Thermistor & jaiabot::protobuf::Motor_Thermistor::default_instance ( )
inlinestatic

Definition at line 144 of file motor.pb.h.

◆ descriptor()

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

Definition at line 135 of file motor.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::Motor_Thermistor::GetCachedSize ( ) const
inlinefinal

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

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 138 of file motor.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::Motor_Thermistor::GetMetadata ( ) const
final

◆ GetReflection()

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

Definition at line 141 of file motor.pb.h.

◆ has_resistance()

bool jaiabot::protobuf::Motor_Thermistor::has_resistance ( ) const
inline

Definition at line 541 of file motor.pb.h.

◆ has_temperature()

bool jaiabot::protobuf::Motor_Thermistor::has_temperature ( ) const
inline

Definition at line 513 of file motor.pb.h.

◆ has_voltage()

bool jaiabot::protobuf::Motor_Thermistor::has_voltage ( ) const
inline

Definition at line 569 of file motor.pb.h.

◆ internal_default_instance()

static const Motor_Thermistor * jaiabot::protobuf::Motor_Thermistor::internal_default_instance ( )
inlinestatic

Definition at line 147 of file motor.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::Motor_Thermistor::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::Motor_Thermistor::MergeFrom ( const Motor_Thermistor from)
inline

Definition at line 184 of file motor.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::Motor_Thermistor::mutable_unknown_fields ( )
inline

Definition at line 131 of file motor.pb.h.

◆ New()

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

Definition at line 178 of file motor.pb.h.

◆ operator=() [1/2]

Motor_Thermistor & jaiabot::protobuf::Motor_Thermistor::operator= ( const Motor_Thermistor from)
inline

Definition at line 110 of file motor.pb.h.

◆ operator=() [2/2]

Motor_Thermistor & jaiabot::protobuf::Motor_Thermistor::operator= ( Motor_Thermistor &&  from)
inlinenoexcept

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

◆ resistance()

float jaiabot::protobuf::Motor_Thermistor::resistance ( ) const
inline

Definition at line 551 of file motor.pb.h.

◆ set_resistance()

void jaiabot::protobuf::Motor_Thermistor::set_resistance ( float  value)
inline

Definition at line 559 of file motor.pb.h.

◆ set_temperature()

void jaiabot::protobuf::Motor_Thermistor::set_temperature ( float  value)
inline

Definition at line 531 of file motor.pb.h.

◆ set_temperature_with_units()

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

Definition at line 273 of file motor.pb.h.

◆ set_voltage()

void jaiabot::protobuf::Motor_Thermistor::set_voltage ( float  value)
inline

Definition at line 587 of file motor.pb.h.

◆ Swap()

void jaiabot::protobuf::Motor_Thermistor::Swap ( Motor_Thermistor other)
inline

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

◆ temperature()

float jaiabot::protobuf::Motor_Thermistor::temperature ( ) const
inline

Definition at line 523 of file motor.pb.h.

◆ temperature_with_units() [1/2]

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

Definition at line 277 of file motor.pb.h.

◆ temperature_with_units() [2/2]

boost::units::quantity< temperature_unit, float > jaiabot::protobuf::Motor_Thermistor::temperature_with_units ( ) const
inline

Definition at line 280 of file motor.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::Motor_Thermistor::unknown_fields ( ) const
inline

Definition at line 128 of file motor.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::Motor_Thermistor::UnsafeArenaSwap ( Motor_Thermistor other)
inline

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

◆ voltage()

float jaiabot::protobuf::Motor_Thermistor::voltage ( ) const
inline

Definition at line 579 of file motor.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 287 of file motor.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 206 of file motor.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fmotor_2eproto

Definition at line 298 of file motor.pb.h.

◆ swap

void swap ( Motor_Thermistor a,
Motor_Thermistor b 
)
friend

Definition at line 154 of file motor.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::Motor_Thermistor::_class_data_
static

Definition at line 215 of file motor.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::Motor_Thermistor::_impl_

Definition at line 297 of file motor.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::Motor_Thermistor::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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