JaiaBot 2.7.0+40+ge813615b
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::MotorUsageReport Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::MotorUsageReport:
Collaboration diagram for jaiabot::protobuf::MotorUsageReport:

Public Types

enum  : int { kMotorUsageBinsFieldNumber = 4 , kBotVinFieldNumber = 1 , kTailSerialNumberFieldNumber = 2 , kTotalRunningTimeSecondsFieldNumber = 3 }
 

Public Member Functions

 MotorUsageReport ()
 
 ~MotorUsageReport () override
 
PROTOBUF_CONSTEXPR MotorUsageReport (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 MotorUsageReport (const MotorUsageReport &from)
 
 MotorUsageReport (MotorUsageReport &&from) noexcept
 
MotorUsageReportoperator= (const MotorUsageReport &from)
 
MotorUsageReportoperator= (MotorUsageReport &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MotorUsageReport *other)
 
void UnsafeArenaSwap (MotorUsageReport *other)
 
MotorUsageReportNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const MotorUsageReport &from)
 
void MergeFrom (const MotorUsageReport &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
 
int motor_usage_bins_size () const
 
void clear_motor_usage_bins ()
 
::jaiabot::protobuf::MotorUsageBinmutable_motor_usage_bins (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::MotorUsageBin > * mutable_motor_usage_bins ()
 
const ::jaiabot::protobuf::MotorUsageBinmotor_usage_bins (int index) const
 
::jaiabot::protobuf::MotorUsageBinadd_motor_usage_bins ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::MotorUsageBin > & motor_usage_bins () const
 
bool has_bot_vin () const
 
void clear_bot_vin ()
 
const std::string & bot_vin () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_bot_vin (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_bot_vin ()
 
PROTOBUF_NODISCARD std::string * release_bot_vin ()
 
void set_allocated_bot_vin (std::string *bot_vin)
 
bool has_tail_serial_number () const
 
void clear_tail_serial_number ()
 
const std::string & tail_serial_number () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_tail_serial_number (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_tail_serial_number ()
 
PROTOBUF_NODISCARD std::string * release_tail_serial_number ()
 
void set_allocated_tail_serial_number (std::string *tail_serial_number)
 
bool has_total_running_time_seconds () const
 
void clear_total_running_time_seconds ()
 
double total_running_time_seconds () const
 
void set_total_running_time_seconds (double value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_bot_vin (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_tail_serial_number (ArgT0 &&arg0, ArgT... args)
 

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 MotorUsageReportdefault_instance ()
 
static const MotorUsageReportinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 MotorUsageReport (::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 (MotorUsageReport &a, MotorUsageReport &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMotorUsageBinsFieldNumber 
kBotVinFieldNumber 
kTailSerialNumberFieldNumber 
kTotalRunningTimeSecondsFieldNumber 

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

Constructor & Destructor Documentation

◆ MotorUsageReport() [1/5]

jaiabot::protobuf::MotorUsageReport::MotorUsageReport ( )
inline

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

◆ ~MotorUsageReport()

jaiabot::protobuf::MotorUsageReport::~MotorUsageReport ( )
override

◆ MotorUsageReport() [2/5]

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

◆ MotorUsageReport() [3/5]

jaiabot::protobuf::MotorUsageReport::MotorUsageReport ( const MotorUsageReport from)

◆ MotorUsageReport() [4/5]

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

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

◆ MotorUsageReport() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_motor_usage_bins()

jaiabot::protobuf::MotorUsageBin * jaiabot::protobuf::MotorUsageReport::add_motor_usage_bins ( )
inline

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

◆ bot_vin()

const std::string & jaiabot::protobuf::MotorUsageReport::bot_vin ( ) const
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bot_vin()

void jaiabot::protobuf::MotorUsageReport::clear_bot_vin ( )
inline

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

◆ clear_motor_usage_bins()

void jaiabot::protobuf::MotorUsageReport::clear_motor_usage_bins ( )
inline

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

◆ clear_tail_serial_number()

void jaiabot::protobuf::MotorUsageReport::clear_tail_serial_number ( )
inline

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

◆ clear_total_running_time_seconds()

void jaiabot::protobuf::MotorUsageReport::clear_total_running_time_seconds ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_bot_vin()

bool jaiabot::protobuf::MotorUsageReport::has_bot_vin ( ) const
inline

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

◆ has_tail_serial_number()

bool jaiabot::protobuf::MotorUsageReport::has_tail_serial_number ( ) const
inline

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

◆ has_total_running_time_seconds()

bool jaiabot::protobuf::MotorUsageReport::has_total_running_time_seconds ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ motor_usage_bins() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::MotorUsageBin > & jaiabot::protobuf::MotorUsageReport::motor_usage_bins ( ) const
inline

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

◆ motor_usage_bins() [2/2]

const ::jaiabot::protobuf::MotorUsageBin & jaiabot::protobuf::MotorUsageReport::motor_usage_bins ( int  index) const
inline

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

◆ motor_usage_bins_size()

int jaiabot::protobuf::MotorUsageReport::motor_usage_bins_size ( ) const
inline

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

◆ mutable_bot_vin()

std::string * jaiabot::protobuf::MotorUsageReport::mutable_bot_vin ( )
inline

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

◆ mutable_motor_usage_bins() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::MotorUsageBin > * jaiabot::protobuf::MotorUsageReport::mutable_motor_usage_bins ( )
inline

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

◆ mutable_motor_usage_bins() [2/2]

jaiabot::protobuf::MotorUsageBin * jaiabot::protobuf::MotorUsageReport::mutable_motor_usage_bins ( int  index)
inline

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

◆ mutable_tail_serial_number()

std::string * jaiabot::protobuf::MotorUsageReport::mutable_tail_serial_number ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_bot_vin()

std::string * jaiabot::protobuf::MotorUsageReport::release_bot_vin ( )
inline

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

◆ release_tail_serial_number()

std::string * jaiabot::protobuf::MotorUsageReport::release_tail_serial_number ( )
inline

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

◆ set_allocated_bot_vin()

void jaiabot::protobuf::MotorUsageReport::set_allocated_bot_vin ( std::string *  bot_vin)
inline

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

◆ set_allocated_tail_serial_number()

void jaiabot::protobuf::MotorUsageReport::set_allocated_tail_serial_number ( std::string *  tail_serial_number)
inline

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

◆ set_bot_vin() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::MotorUsageReport::set_bot_vin ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_bot_vin() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::MotorUsageReport::set_bot_vin ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_tail_serial_number() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::MotorUsageReport::set_tail_serial_number ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_tail_serial_number() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::MotorUsageReport::set_tail_serial_number ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_total_running_time_seconds()

void jaiabot::protobuf::MotorUsageReport::set_total_running_time_seconds ( double  value)
inline

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

◆ Swap()

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

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

◆ tail_serial_number()

const std::string & jaiabot::protobuf::MotorUsageReport::tail_serial_number ( ) const
inline

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

◆ total_running_time_seconds()

double jaiabot::protobuf::MotorUsageReport::total_running_time_seconds ( ) const
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fmotor_2eproto

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

◆ swap

void swap ( MotorUsageReport a,
MotorUsageReport b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::MotorUsageReport::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::MotorUsageReport::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::MotorUsageReport::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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


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