JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::Motor Class Reference

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

Inheritance diagram for jaiabot::protobuf::Motor:
Collaboration diagram for jaiabot::protobuf::Motor:

Public Types

typedef Motor_Thermistor Thermistor
 

Public Member Functions

 Motor ()
 
virtual ~Motor ()
 
 Motor (const Motor &from)
 
Motoroperator= (const Motor &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Motor *other)
 
MotorNew () const final
 
MotorNew (::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 Motor &from)
 
void MergeFrom (const Motor &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_thermistor () const
 
void clear_thermistor ()
 
const ::jaiabot::protobuf::Motor_Thermistorthermistor () const
 
::jaiabot::protobuf::Motor_Thermistorrelease_thermistor ()
 
::jaiabot::protobuf::Motor_Thermistormutable_thermistor ()
 
void set_allocated_thermistor (::jaiabot::protobuf::Motor_Thermistor *thermistor)
 
bool has_rpm () const
 
void clear_rpm ()
 
double rpm () const
 
void set_rpm (double value)
 
bool has_motor_harness_type () const
 
void clear_motor_harness_type ()
 
::jaiabot::protobuf::MotorHarnessType motor_harness_type () const
 
void set_motor_harness_type (::jaiabot::protobuf::MotorHarnessType value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Motordefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Motorinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kThermistorFieldNumber = 2
 
static const int kRpmFieldNumber = 1
 
static const int kMotorHarnessTypeFieldNumber = 3
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fmotor_2eproto::TableStruct
 
void swap (Motor &a, Motor &b)
 

Detailed Description

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

Member Typedef Documentation

◆ Thermistor

Constructor & Destructor Documentation

◆ Motor() [1/2]

jaiabot::protobuf::Motor::Motor ( )

◆ ~Motor()

virtual jaiabot::protobuf::Motor::~Motor ( )
virtual

◆ Motor() [2/2]

jaiabot::protobuf::Motor::Motor ( const Motor from)

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

void jaiabot::protobuf::Motor::Clear ( )
final

◆ clear_motor_harness_type()

void jaiabot::protobuf::Motor::clear_motor_harness_type ( )
inline

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

◆ clear_rpm()

void jaiabot::protobuf::Motor::clear_rpm ( )
inline

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

◆ clear_thermistor()

void jaiabot::protobuf::Motor::clear_thermistor ( )
inline

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

◆ CopyFrom() [1/2]

void jaiabot::protobuf::Motor::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

static const Motor& jaiabot::protobuf::Motor::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::Motor::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::Motor::GetMetadata ( ) const
final

◆ has_motor_harness_type()

bool jaiabot::protobuf::Motor::has_motor_harness_type ( ) const
inline

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

◆ has_rpm()

bool jaiabot::protobuf::Motor::has_rpm ( ) const
inline

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

◆ has_thermistor()

bool jaiabot::protobuf::Motor::has_thermistor ( ) const
inline

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

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::Motor::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::Motor::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void jaiabot::protobuf::Motor::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::Motor::MergeFrom ( const Motor from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::Motor::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ motor_harness_type()

jaiabot::protobuf::MotorHarnessType jaiabot::protobuf::Motor::motor_harness_type ( ) const
inline

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

◆ mutable_thermistor()

jaiabot::protobuf::Motor_Thermistor * jaiabot::protobuf::Motor::mutable_thermistor ( )
inline

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::Motor::mutable_unknown_fields ( )
inline

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

◆ New() [1/2]

Motor* jaiabot::protobuf::Motor::New ( ) const
inlinefinal

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

◆ New() [2/2]

Motor* jaiabot::protobuf::Motor::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ release_thermistor()

jaiabot::protobuf::Motor_Thermistor * jaiabot::protobuf::Motor::release_thermistor ( )
inline

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

◆ rpm()

double jaiabot::protobuf::Motor::rpm ( ) const
inline

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

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::Motor::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_thermistor()

void jaiabot::protobuf::Motor::set_allocated_thermistor ( ::jaiabot::protobuf::Motor_Thermistor thermistor)
inline

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

◆ set_motor_harness_type()

void jaiabot::protobuf::Motor::set_motor_harness_type ( ::jaiabot::protobuf::MotorHarnessType  value)
inline

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

◆ set_rpm()

void jaiabot::protobuf::Motor::set_rpm ( double  value)
inline

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

◆ Swap()

void jaiabot::protobuf::Motor::Swap ( Motor other)

◆ thermistor()

const ::jaiabot::protobuf::Motor_Thermistor & jaiabot::protobuf::Motor::thermistor ( ) const
inline

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::Motor::unknown_fields ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fmotor_2eproto::TableStruct

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

◆ swap

void swap ( Motor a,
Motor b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::Motor::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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

◆ kMotorHarnessTypeFieldNumber

const int jaiabot::protobuf::Motor::kMotorHarnessTypeFieldNumber = 3
static

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

◆ kRpmFieldNumber

const int jaiabot::protobuf::Motor::kRpmFieldNumber = 1
static

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

◆ kThermistorFieldNumber

const int jaiabot::protobuf::Motor::kThermistorFieldNumber = 2
static

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


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