Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::protobuf::ProcessHealth Class Referencefinal

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

Inheritance diagram for goby::middleware::protobuf::ProcessHealth:

Public Types

enum  : int { kNameFieldNumber = 1 , kMainFieldNumber = 10 , kPidFieldNumber = 2 }
 

Public Member Functions

 ProcessHealth ()
 
 ~ProcessHealth () override
 
PROTOBUF_CONSTEXPR ProcessHealth (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ProcessHealth (const ProcessHealth &from)
 
 ProcessHealth (ProcessHealth &&from) noexcept
 
ProcessHealthoperator= (const ProcessHealth &from)
 
ProcessHealthoperator= (ProcessHealth &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ProcessHealth *other)
 
void UnsafeArenaSwap (ProcessHealth *other)
 
ProcessHealthNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ProcessHealth &from)
 
void MergeFrom (const ProcessHealth &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_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_main () const
 
void clear_main ()
 
const ::goby::middleware::protobuf::ThreadHealthmain () const
 
PROTOBUF_NODISCARD::goby::middleware::protobuf::ThreadHealth * release_main ()
 
::goby::middleware::protobuf::ThreadHealthmutable_main ()
 
void set_allocated_main (::goby::middleware::protobuf::ThreadHealth *main)
 
void unsafe_arena_set_allocated_main (::goby::middleware::protobuf::ThreadHealth *main)
 
::goby::middleware::protobuf::ThreadHealthunsafe_arena_release_main ()
 
bool has_pid () const
 
void clear_pid ()
 
uint32_t pid () const
 
void set_pid (uint32_t value)
 
template<typename _proto_TypeTraits , ::PROTOBUF_NAMESPACE_ID::internal::FieldType _field_type, bool _is_packed>
bool HasExtension (const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _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< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &id)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_name (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 ProcessHealthdefault_instance ()
 
static const ProcessHealthinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kMainFieldNumber 
kPidFieldNumber 

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

Constructor & Destructor Documentation

◆ ProcessHealth() [1/5]

goby::middleware::protobuf::ProcessHealth::ProcessHealth ( )
inline

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

◆ ~ProcessHealth()

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

◆ ProcessHealth() [2/5]

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

◆ ProcessHealth() [3/5]

goby::middleware::protobuf::ProcessHealth::ProcessHealth ( const ProcessHealth from)

◆ ProcessHealth() [4/5]

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

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

◆ ProcessHealth() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ AddExtension() [1/2]

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

Definition at line 1079 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::ProcessHealth::AddExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_main()

void goby::middleware::protobuf::ProcessHealth::clear_main ( )
inline

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

◆ clear_name()

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

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

◆ clear_pid()

void goby::middleware::protobuf::ProcessHealth::clear_pid ( )
inline

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

◆ ClearExtension()

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

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

◆ CopyFrom()

void goby::middleware::protobuf::ProcessHealth::CopyFrom ( const ProcessHealth from)

◆ default_instance()

static const ProcessHealth & goby::middleware::protobuf::ProcessHealth::default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ ExtensionSize()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 793 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::ProcessHealth::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

Definition at line 967 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::ProcessHealth::GetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
) const
inline

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

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 796 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::ProcessHealth::GetRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id) const
inline

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

◆ has_main()

bool goby::middleware::protobuf::ProcessHealth::has_main ( ) const
inline

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

◆ has_name()

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

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

◆ has_pid()

bool goby::middleware::protobuf::ProcessHealth::has_pid ( ) const
inline

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

◆ HasExtension()

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

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

◆ internal_default_instance()

static const ProcessHealth * goby::middleware::protobuf::ProcessHealth::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

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

◆ main()

const ::goby::middleware::protobuf::ThreadHealth & goby::middleware::protobuf::ProcessHealth::main ( ) const
inline

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

◆ MergeFrom()

void goby::middleware::protobuf::ProcessHealth::MergeFrom ( const ProcessHealth from)
inline

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

◆ mutable_main()

goby::middleware::protobuf::ThreadHealth * goby::middleware::protobuf::ProcessHealth::mutable_main ( )
inline

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

◆ mutable_name()

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

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

◆ mutable_unknown_fields()

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

Definition at line 786 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::ProcessHealth::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

Definition at line 978 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::ProcessHealth::MutableExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index 
)
inline

Definition at line 1057 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::ProcessHealth::MutableRepeatedExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

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

◆ name()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ pid()

uint32_t goby::middleware::protobuf::ProcessHealth::pid ( ) const
inline

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

◆ release_main()

goby::middleware::protobuf::ThreadHealth * goby::middleware::protobuf::ProcessHealth::release_main ( )
inline

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

◆ release_name()

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

Definition at line 1975 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::ProcessHealth::ReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

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

◆ set_allocated_main()

void goby::middleware::protobuf::ProcessHealth::set_allocated_main ( ::goby::middleware::protobuf::ThreadHealth main)
inline

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

◆ set_allocated_name()

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

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

◆ set_name() [1/2]

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

◆ set_name() [2/2]

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

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

◆ set_pid()

void goby::middleware::protobuf::ProcessHealth::set_pid ( uint32_t  value)
inline

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

◆ SetAllocatedExtension()

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

Definition at line 1000 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::ProcessHealth::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id,
int  index,
typename _proto_TypeTraits::Repeated::ConstType  value 
)
inline

Definition at line 1068 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::ProcessHealth::SetExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id,
typename _proto_TypeTraits::Singular::ConstType  value 
)
inline

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

◆ Swap()

void goby::middleware::protobuf::ProcessHealth::Swap ( ProcessHealth other)
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_main()

goby::middleware::protobuf::ThreadHealth * goby::middleware::protobuf::ProcessHealth::unsafe_arena_release_main ( )
inline

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

◆ unsafe_arena_set_allocated_main()

void goby::middleware::protobuf::ProcessHealth::unsafe_arena_set_allocated_main ( ::goby::middleware::protobuf::ThreadHealth main)
inline

Definition at line 2054 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::ProcessHealth::UnsafeArenaReleaseExtension ( const ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ProcessHealth, _proto_TypeTraits, _field_type, _is_packed > &  id)
inline

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

◆ UnsafeArenaSetAllocatedExtension()

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

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

◆ UnsafeArenaSwap()

void goby::middleware::protobuf::ProcessHealth::UnsafeArenaSwap ( ProcessHealth other)
inline

Definition at line 825 of file coroner.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 1130 of file coroner.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fcoroner_2eproto

◆ swap

void swap ( ProcessHealth a,
ProcessHealth b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::middleware::protobuf::ProcessHealth::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::middleware::protobuf::ProcessHealth::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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