Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::middleware::protobuf::ThreadHealth Class Referencefinal

#include <goby/middleware/protobuf/coroner.pb.h>

Inheritance diagram for goby::middleware::protobuf::ThreadHealth:

Public Types

enum  TIdCase { kThreadId = 2 , kThreadIdApple = 4 , T_ID_NOT_SET = 0 }
enum  : int {
  kChildFieldNumber = 11 , kNameFieldNumber = 1 , kErrorMessageFieldNumber = 21 , kUidFieldNumber = 3 ,
  kStateFieldNumber = 10 , kErrorFieldNumber = 20 , kThreadIdFieldNumber = 2 , kThreadIdAppleFieldNumber = 4
}

Public Member Functions

 ThreadHealth ()
 ~ThreadHealth () override
PROTOBUF_CONSTEXPR ThreadHealth (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 ThreadHealth (const ThreadHealth &from)
 ThreadHealth (ThreadHealth &&from) noexcept
ThreadHealthoperator= (const ThreadHealth &from)
ThreadHealthoperator= (ThreadHealth &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (ThreadHealth *other)
void UnsafeArenaSwap (ThreadHealth *other)
ThreadHealthNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const ThreadHealth &from)
void MergeFrom (const ThreadHealth &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 child_size () const
void clear_child ()
::goby::middleware::protobuf::ThreadHealthmutable_child (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::ThreadHealth > * mutable_child ()
const ::goby::middleware::protobuf::ThreadHealthchild (int index) const
::goby::middleware::protobuf::ThreadHealthadd_child ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::middleware::protobuf::ThreadHealth > & child () const
bool has_name () const
void clear_name ()
const std::string & name () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_name (ArgT0 &&arg0, ArgT... args)
std::string * mutable_name ()
PROTOBUF_NODISCARD std::string * release_name ()
void set_allocated_name (std::string *name)
bool has_error_message () const
void clear_error_message ()
const std::string & error_message () const
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_error_message (ArgT0 &&arg0, ArgT... args)
std::string * mutable_error_message ()
PROTOBUF_NODISCARD std::string * release_error_message ()
void set_allocated_error_message (std::string *error_message)
bool has_uid () const
void clear_uid ()
int32_t uid () const
void set_uid (int32_t value)
bool has_state () const
void clear_state ()
::goby::middleware::protobuf::HealthState state () const
void set_state (::goby::middleware::protobuf::HealthState value)
bool has_error () const
void clear_error ()
::goby::middleware::protobuf::Error error () const
void set_error (::goby::middleware::protobuf::Error value)
bool has_thread_id () const
void clear_thread_id ()
int32_t thread_id () const
void set_thread_id (int32_t value)
bool has_thread_id_apple () const
void clear_thread_id_apple ()
uint64_t thread_id_apple () const
void set_thread_id_apple (uint64_t value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id) const
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void ClearExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int ExtensionSize (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id) const
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id) const
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::ConstType value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void UnsafeArenaSetAllocatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Singular::MutableType value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType ReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType UnsafeArenaReleaseExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType GetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, int index) const
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType MutableExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, int index)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void SetExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, int index, typename _proto_TypeTraits::Repeated::ConstType value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void AddExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id, typename _proto_TypeTraits::Repeated::ConstType value)
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType & GetRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id) const
template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType * MutableRepeatedExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
void clear_t_id ()
TIdCase t_id_case () const
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 &&arg0, ArgT... args)
template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_error_message (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 ThreadHealthdefault_instance ()
static const ThreadHealthinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 258 of file coroner.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kChildFieldNumber 
kNameFieldNumber 
kErrorMessageFieldNumber 
kUidFieldNumber 
kStateFieldNumber 
kErrorFieldNumber 
kThreadIdFieldNumber 
kThreadIdAppleFieldNumber 

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

◆ TIdCase

Enumerator
kThreadId 
kThreadIdApple 
T_ID_NOT_SET 

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

Constructor & Destructor Documentation

◆ ThreadHealth() [1/5]

goby::middleware::protobuf::ThreadHealth::ThreadHealth ( )
inline

Definition at line 261 of file coroner.pb.h.

◆ ~ThreadHealth()

goby::middleware::protobuf::ThreadHealth::~ThreadHealth ( )
override

◆ ThreadHealth() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::protobuf::ThreadHealth::ThreadHealth ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ ThreadHealth() [3/5]

goby::middleware::protobuf::ThreadHealth::ThreadHealth ( const ThreadHealth & from)

◆ ThreadHealth() [4/5]

goby::middleware::protobuf::ThreadHealth::ThreadHealth ( ThreadHealth && from)
inlinenoexcept

Definition at line 266 of file coroner.pb.h.

◆ ThreadHealth() [5/5]

goby::middleware::protobuf::ThreadHealth::ThreadHealth ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::middleware::protobuf::ThreadHealth::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::middleware::protobuf::ThreadHealth::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ add_child()

goby::middleware::protobuf::ThreadHealth * goby::middleware::protobuf::ThreadHealth::add_child ( )
inline

Definition at line 1815 of file coroner.pb.h.

◆ AddExtension() [1/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType goby::middleware::protobuf::ThreadHealth::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

Definition at line 666 of file coroner.pb.h.

◆ AddExtension() [2/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
typename _proto_TypeTraits::Repeated::ConstType value )
inline

Definition at line 678 of file coroner.pb.h.

◆ ByteSizeLong()

size_t goby::middleware::protobuf::ThreadHealth::ByteSizeLong ( ) const
final

◆ child() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::middleware::protobuf::ThreadHealth > & goby::middleware::protobuf::ThreadHealth::child ( ) const
inline

Definition at line 1821 of file coroner.pb.h.

◆ child() [2/2]

const::goby::middleware::protobuf::ThreadHealth & goby::middleware::protobuf::ThreadHealth::child ( int index) const
inline

Definition at line 1808 of file coroner.pb.h.

◆ child_size()

int goby::middleware::protobuf::ThreadHealth::child_size ( ) const
inline

Definition at line 1790 of file coroner.pb.h.

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::protobuf::ThreadHealth::Clear ( )
final

◆ clear_child()

void goby::middleware::protobuf::ThreadHealth::clear_child ( )
inline

Definition at line 1793 of file coroner.pb.h.

◆ clear_error()

void goby::middleware::protobuf::ThreadHealth::clear_error ( )
inline

Definition at line 1834 of file coroner.pb.h.

◆ clear_error_message()

void goby::middleware::protobuf::ThreadHealth::clear_error_message ( )
inline

Definition at line 1863 of file coroner.pb.h.

◆ clear_name()

void goby::middleware::protobuf::ThreadHealth::clear_name ( )
inline

Definition at line 1593 of file coroner.pb.h.

◆ clear_state()

void goby::middleware::protobuf::ThreadHealth::clear_state ( )
inline

Definition at line 1765 of file coroner.pb.h.

◆ clear_t_id()

void goby::middleware::protobuf::ThreadHealth::clear_t_id ( )

◆ clear_thread_id()

void goby::middleware::protobuf::ThreadHealth::clear_thread_id ( )
inline

Definition at line 1663 of file coroner.pb.h.

◆ clear_thread_id_apple()

void goby::middleware::protobuf::ThreadHealth::clear_thread_id_apple ( )
inline

Definition at line 1701 of file coroner.pb.h.

◆ clear_uid()

void goby::middleware::protobuf::ThreadHealth::clear_uid ( )
inline

Definition at line 1737 of file coroner.pb.h.

◆ ClearExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::ClearExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

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

◆ CopyFrom()

void goby::middleware::protobuf::ThreadHealth::CopyFrom ( const ThreadHealth & from)

◆ default_instance()

const ThreadHealth & goby::middleware::protobuf::ThreadHealth::default_instance ( )
inlinestatic

Definition at line 305 of file coroner.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::ThreadHealth::descriptor ( )
inlinestatic

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

◆ error()

goby::middleware::protobuf::Error goby::middleware::protobuf::ThreadHealth::error ( ) const
inline

Definition at line 1841 of file coroner.pb.h.

◆ error_message()

const std::string & goby::middleware::protobuf::ThreadHealth::error_message ( ) const
inline

Definition at line 1867 of file coroner.pb.h.

◆ ExtensionSize()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
int goby::middleware::protobuf::ThreadHealth::ExtensionSize ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id) const
inline

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

◆ GetCachedSize()

int goby::middleware::protobuf::ThreadHealth::GetCachedSize ( ) const
inlinefinal

Definition at line 364 of file coroner.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::protobuf::ThreadHealth::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::protobuf::ThreadHealth::GetDescriptor ( )
inlinestatic

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

◆ GetExtension() [1/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::ConstType goby::middleware::protobuf::ThreadHealth::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id) const
inline

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

◆ GetExtension() [2/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::ConstType goby::middleware::protobuf::ThreadHealth::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
int index ) const
inline

Definition at line 633 of file coroner.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::protobuf::ThreadHealth::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::protobuf::ThreadHealth::GetReflection ( )
inlinestatic

Definition at line 302 of file coroner.pb.h.

◆ GetRepeatedExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
const _proto_TypeTraits::Repeated::RepeatedFieldType & goby::middleware::protobuf::ThreadHealth::GetRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id) const
inline

Definition at line 691 of file coroner.pb.h.

◆ has_error()

bool goby::middleware::protobuf::ThreadHealth::has_error ( ) const
inline

Definition at line 1831 of file coroner.pb.h.

◆ has_error_message()

bool goby::middleware::protobuf::ThreadHealth::has_error_message ( ) const
inline

Definition at line 1860 of file coroner.pb.h.

◆ has_name()

bool goby::middleware::protobuf::ThreadHealth::has_name ( ) const
inline

Definition at line 1590 of file coroner.pb.h.

◆ has_state()

bool goby::middleware::protobuf::ThreadHealth::has_state ( ) const
inline

Definition at line 1762 of file coroner.pb.h.

◆ has_thread_id()

bool goby::middleware::protobuf::ThreadHealth::has_thread_id ( ) const
inline

Definition at line 1657 of file coroner.pb.h.

◆ has_thread_id_apple()

bool goby::middleware::protobuf::ThreadHealth::has_thread_id_apple ( ) const
inline

Definition at line 1695 of file coroner.pb.h.

◆ has_uid()

bool goby::middleware::protobuf::ThreadHealth::has_uid ( ) const
inline

Definition at line 1734 of file coroner.pb.h.

◆ HasExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool goby::middleware::protobuf::ThreadHealth::HasExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id) const
inline

Definition at line 524 of file coroner.pb.h.

◆ internal_default_instance()

const ThreadHealth * goby::middleware::protobuf::ThreadHealth::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::middleware::protobuf::ThreadHealth::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::protobuf::ThreadHealth::MergeFrom ( const ThreadHealth & from)
inline

Definition at line 351 of file coroner.pb.h.

◆ mutable_child() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::middleware::protobuf::ThreadHealth > * goby::middleware::protobuf::ThreadHealth::mutable_child ( )
inline

Definition at line 1801 of file coroner.pb.h.

◆ mutable_child() [2/2]

goby::middleware::protobuf::ThreadHealth * goby::middleware::protobuf::ThreadHealth::mutable_child ( int index)
inline

Definition at line 1796 of file coroner.pb.h.

◆ mutable_error_message()

std::string * goby::middleware::protobuf::ThreadHealth::mutable_error_message ( )
inline

Definition at line 1878 of file coroner.pb.h.

◆ mutable_name()

std::string * goby::middleware::protobuf::ThreadHealth::mutable_name ( )
inline

Definition at line 1608 of file coroner.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::protobuf::ThreadHealth::mutable_unknown_fields ( )
inline

Definition at line 292 of file coroner.pb.h.

◆ MutableExtension() [1/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType goby::middleware::protobuf::ThreadHealth::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

Definition at line 565 of file coroner.pb.h.

◆ MutableExtension() [2/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::MutableType goby::middleware::protobuf::ThreadHealth::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
int index )
inline

Definition at line 644 of file coroner.pb.h.

◆ MutableRepeatedExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Repeated::RepeatedFieldType * goby::middleware::protobuf::ThreadHealth::MutableRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

Definition at line 702 of file coroner.pb.h.

◆ name()

const std::string & goby::middleware::protobuf::ThreadHealth::name ( ) const
inline

Definition at line 1597 of file coroner.pb.h.

◆ New()

ThreadHealth * goby::middleware::protobuf::ThreadHealth::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 345 of file coroner.pb.h.

◆ operator=() [1/2]

ThreadHealth & goby::middleware::protobuf::ThreadHealth::operator= ( const ThreadHealth & from)
inline

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

◆ operator=() [2/2]

ThreadHealth & goby::middleware::protobuf::ThreadHealth::operator= ( ThreadHealth && from)
inlinenoexcept

Definition at line 275 of file coroner.pb.h.

◆ release_error_message()

std::string * goby::middleware::protobuf::ThreadHealth::release_error_message ( )
inline

Definition at line 1894 of file coroner.pb.h.

◆ release_name()

std::string * goby::middleware::protobuf::ThreadHealth::release_name ( )
inline

Definition at line 1624 of file coroner.pb.h.

◆ ReleaseExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
PROTOBUF_NODISCARD _proto_TypeTraits::Singular::MutableType goby::middleware::protobuf::ThreadHealth::ReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

Definition at line 611 of file coroner.pb.h.

◆ set_allocated_error_message()

void goby::middleware::protobuf::ThreadHealth::set_allocated_error_message ( std::string * error_message)
inline

Definition at line 1908 of file coroner.pb.h.

◆ set_allocated_name()

void goby::middleware::protobuf::ThreadHealth::set_allocated_name ( std::string * name)
inline

Definition at line 1638 of file coroner.pb.h.

◆ set_error()

void goby::middleware::protobuf::ThreadHealth::set_error ( ::goby::middleware::protobuf::Error value)
inline

Definition at line 1850 of file coroner.pb.h.

◆ set_error_message() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::ThreadHealth::set_error_message ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 1873 of file coroner.pb.h.

◆ set_error_message() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::protobuf::ThreadHealth::set_error_message ( ArgT0 && arg0,
ArgT... args )

◆ set_name() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::protobuf::ThreadHealth::set_name ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 1603 of file coroner.pb.h.

◆ set_name() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::protobuf::ThreadHealth::set_name ( ArgT0 && arg0,
ArgT... args )

◆ set_state()

void goby::middleware::protobuf::ThreadHealth::set_state ( ::goby::middleware::protobuf::HealthState value)
inline

Definition at line 1781 of file coroner.pb.h.

◆ set_thread_id()

void goby::middleware::protobuf::ThreadHealth::set_thread_id ( int32_t value)
inline

Definition at line 1686 of file coroner.pb.h.

◆ set_thread_id_apple()

void goby::middleware::protobuf::ThreadHealth::set_thread_id_apple ( uint64_t value)
inline

Definition at line 1724 of file coroner.pb.h.

◆ set_uid()

void goby::middleware::protobuf::ThreadHealth::set_uid ( int32_t value)
inline

Definition at line 1752 of file coroner.pb.h.

◆ SetAllocatedExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::SetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
typename _proto_TypeTraits::Singular::MutableType value )
inline

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

◆ SetExtension() [1/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
int index,
typename _proto_TypeTraits::Repeated::ConstType value )
inline

Definition at line 655 of file coroner.pb.h.

◆ SetExtension() [2/2]

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
typename _proto_TypeTraits::Singular::ConstType value )
inline

Definition at line 576 of file coroner.pb.h.

◆ state()

goby::middleware::protobuf::HealthState goby::middleware::protobuf::ThreadHealth::state ( ) const
inline

Definition at line 1772 of file coroner.pb.h.

◆ Swap()

void goby::middleware::protobuf::ThreadHealth::Swap ( ThreadHealth * other)
inline

Definition at line 324 of file coroner.pb.h.

◆ t_id_case()

ThreadHealth::TIdCase goby::middleware::protobuf::ThreadHealth::t_id_case ( ) const
inline

Definition at line 1929 of file coroner.pb.h.

◆ thread_id()

int32_t goby::middleware::protobuf::ThreadHealth::thread_id ( ) const
inline

Definition at line 1682 of file coroner.pb.h.

◆ thread_id_apple()

uint64_t goby::middleware::protobuf::ThreadHealth::thread_id_apple ( ) const
inline

Definition at line 1720 of file coroner.pb.h.

◆ uid()

int32_t goby::middleware::protobuf::ThreadHealth::uid ( ) const
inline

Definition at line 1744 of file coroner.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::protobuf::ThreadHealth::unknown_fields ( ) const
inline

Definition at line 289 of file coroner.pb.h.

◆ UnsafeArenaReleaseExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
_proto_TypeTraits::Singular::MutableType goby::middleware::protobuf::ThreadHealth::UnsafeArenaReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id)
inline

Definition at line 622 of file coroner.pb.h.

◆ UnsafeArenaSetAllocatedExtension()

template<typename _proto_TypeTraits, ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
void goby::middleware::protobuf::ThreadHealth::UnsafeArenaSetAllocatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ThreadHealth, _proto_TypeTraits, _field_type, _is_packed > & id,
typename _proto_TypeTraits::Singular::MutableType value )
inline

Definition at line 598 of file coroner.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::ThreadHealth::UnsafeArenaSwap ( ThreadHealth * other)
inline

Definition at line 337 of file coroner.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 724 of file coroner.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 373 of file coroner.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto
friend

Definition at line 748 of file coroner.pb.h.

◆ swap

void swap ( ThreadHealth & a,
ThreadHealth & b )
friend

Definition at line 321 of file coroner.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::protobuf::ThreadHealth::_class_data_
static

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

◆ _impl_

Impl_ goby::middleware::protobuf::ThreadHealth::_impl_

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

◆ kIndexInFileMessages

int goby::middleware::protobuf::ThreadHealth::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 318 of file coroner.pb.h.


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