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

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

Inheritance diagram for jaiabot::protobuf::ThreadHealth:
Collaboration diagram for jaiabot::protobuf::ThreadHealth:

Public Member Functions

 ThreadHealth ()
 
virtual ~ThreadHealth ()
 
 ThreadHealth (const ThreadHealth &from)
 
ThreadHealthoperator= (const ThreadHealth &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ThreadHealth *other)
 
ThreadHealthNew () const final
 
ThreadHealthNew (::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 ThreadHealth &from)
 
void MergeFrom (const ThreadHealth &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
 
int error_size () const
 
void clear_error ()
 
::jaiabot::protobuf::Error error (int index) const
 
void set_error (int index, ::jaiabot::protobuf::Error value)
 
void add_error (::jaiabot::protobuf::Error value)
 
const ::google::protobuf::RepeatedField< int > & error () const
 
::google::protobuf::RepeatedField< int > * mutable_error ()
 
int warning_size () const
 
void clear_warning ()
 
::jaiabot::protobuf::Warning warning (int index) const
 
void set_warning (int index, ::jaiabot::protobuf::Warning value)
 
void add_warning (::jaiabot::protobuf::Warning value)
 
const ::google::protobuf::RepeatedField< int > & warning () const
 
::google::protobuf::RepeatedField< int > * mutable_warning ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ThreadHealthdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const ThreadHealthinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kErrorFieldNumber = 1
 
static const int kWarningFieldNumber = 2
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct
 
void swap (ThreadHealth &a, ThreadHealth &b)
 

Detailed Description

Definition at line 2313 of file health.pb.h.

Constructor & Destructor Documentation

◆ ThreadHealth() [1/2]

jaiabot::protobuf::ThreadHealth::ThreadHealth ( )

◆ ~ThreadHealth()

virtual jaiabot::protobuf::ThreadHealth::~ThreadHealth ( )
virtual

◆ ThreadHealth() [2/2]

jaiabot::protobuf::ThreadHealth::ThreadHealth ( const ThreadHealth from)

Member Function Documentation

◆ add_error()

void jaiabot::protobuf::ThreadHealth::add_error ( ::jaiabot::protobuf::Error  value)
inline

Definition at line 4563 of file health.pb.h.

◆ add_warning()

void jaiabot::protobuf::ThreadHealth::add_warning ( ::jaiabot::protobuf::Warning  value)
inline

Definition at line 4595 of file health.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_error()

void jaiabot::protobuf::ThreadHealth::clear_error ( )
inline

Definition at line 4551 of file health.pb.h.

◆ clear_warning()

void jaiabot::protobuf::ThreadHealth::clear_warning ( )
inline

Definition at line 4583 of file health.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ error() [1/2]

const ::google::protobuf::RepeatedField< int > & jaiabot::protobuf::ThreadHealth::error ( ) const
inline

Definition at line 4569 of file health.pb.h.

◆ error() [2/2]

jaiabot::protobuf::Error jaiabot::protobuf::ThreadHealth::error ( int  index) const
inline

Definition at line 4554 of file health.pb.h.

◆ error_size()

int jaiabot::protobuf::ThreadHealth::error_size ( ) const
inline

Definition at line 4548 of file health.pb.h.

◆ GetCachedSize()

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

Definition at line 2385 of file health.pb.h.

◆ GetMetadata()

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 2350 of file health.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_error()

google::protobuf::RepeatedField< int > * jaiabot::protobuf::ThreadHealth::mutable_error ( )
inline

Definition at line 4574 of file health.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 2342 of file health.pb.h.

◆ mutable_warning()

google::protobuf::RepeatedField< int > * jaiabot::protobuf::ThreadHealth::mutable_warning ( )
inline

Definition at line 4606 of file health.pb.h.

◆ New() [1/2]

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

Definition at line 2364 of file health.pb.h.

◆ New() [2/2]

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

Definition at line 2368 of file health.pb.h.

◆ operator=()

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

Definition at line 2320 of file health.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_error()

void jaiabot::protobuf::ThreadHealth::set_error ( int  index,
::jaiabot::protobuf::Error  value 
)
inline

Definition at line 4558 of file health.pb.h.

◆ set_warning()

void jaiabot::protobuf::ThreadHealth::set_warning ( int  index,
::jaiabot::protobuf::Warning  value 
)
inline

Definition at line 4590 of file health.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 2339 of file health.pb.h.

◆ warning() [1/2]

const ::google::protobuf::RepeatedField< int > & jaiabot::protobuf::ThreadHealth::warning ( ) const
inline

Definition at line 4601 of file health.pb.h.

◆ warning() [2/2]

jaiabot::protobuf::Warning jaiabot::protobuf::ThreadHealth::warning ( int  index) const
inline

Definition at line 4586 of file health.pb.h.

◆ warning_size()

int jaiabot::protobuf::ThreadHealth::warning_size ( ) const
inline

Definition at line 4580 of file health.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct

Definition at line 2435 of file health.pb.h.

◆ swap

void swap ( ThreadHealth a,
ThreadHealth b 
)
friend

Definition at line 2358 of file health.pb.h.

Member Data Documentation

◆ kErrorFieldNumber

const int jaiabot::protobuf::ThreadHealth::kErrorFieldNumber = 1
static

Definition at line 2410 of file health.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::ThreadHealth::kIndexInFileMessages
staticconstexpr
Initial value:
=
10

Definition at line 2354 of file health.pb.h.

◆ kWarningFieldNumber

const int jaiabot::protobuf::ThreadHealth::kWarningFieldNumber = 2
static

Definition at line 2420 of file health.pb.h.


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