JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::SystemdStopReport Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::SystemdStopReport:
Collaboration diagram for jaiabot::protobuf::SystemdStopReport:

Public Types

enum  : int { kJournalDumpFileFieldNumber = 3 , kResultFieldNumber = 1 , kErrorFieldNumber = 2 }
 
typedef SystemdStopReport_ServiceResult ServiceResult
 

Public Member Functions

 SystemdStopReport ()
 
 ~SystemdStopReport () override
 
PROTOBUF_CONSTEXPR SystemdStopReport (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SystemdStopReport (const SystemdStopReport &from)
 
 SystemdStopReport (SystemdStopReport &&from) noexcept
 
SystemdStopReportoperator= (const SystemdStopReport &from)
 
SystemdStopReportoperator= (SystemdStopReport &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SystemdStopReport *other)
 
void UnsafeArenaSwap (SystemdStopReport *other)
 
SystemdStopReportNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SystemdStopReport &from)
 
void MergeFrom (const SystemdStopReport &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_journal_dump_file () const
 
void clear_journal_dump_file ()
 
const std::string & journal_dump_file () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_journal_dump_file (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_journal_dump_file ()
 
PROTOBUF_NODISCARD std::string * release_journal_dump_file ()
 
void set_allocated_journal_dump_file (std::string *journal_dump_file)
 
bool has_result () const
 
void clear_result ()
 
::jaiabot::protobuf::SystemdStopReport_ServiceResult result () const
 
void set_result (::jaiabot::protobuf::SystemdStopReport_ServiceResult value)
 
bool has_error () const
 
void clear_error ()
 
::jaiabot::protobuf::Error error () const
 
void set_error (::jaiabot::protobuf::Error value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_journal_dump_file (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 SystemdStopReportdefault_instance ()
 
static const SystemdStopReportinternal_default_instance ()
 
static bool ServiceResult_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ServiceResult_descriptor ()
 
template<typename T >
static const std::string & ServiceResult_Name (T enum_t_value)
 
static bool ServiceResult_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ServiceResult *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr ServiceResult SERVICE_RESULT_UNKNOWN
 
static constexpr ServiceResult SERVICE_RESULT_SUCCESS
 
static constexpr ServiceResult SERVICE_RESULT_PROTOCOL
 
static constexpr ServiceResult SERVICE_RESULT_TIMEOUT
 
static constexpr ServiceResult SERVICE_RESULT_EXIT_CODE
 
static constexpr ServiceResult SERVICE_RESULT_SIGNAL
 
static constexpr ServiceResult SERVICE_RESULT_CORE_DUMP
 
static constexpr ServiceResult SERVICE_RESULT_WATCHDOG
 
static constexpr ServiceResult SERVICE_RESULT_START_LIMIT_HIT
 
static constexpr ServiceResult SERVICE_RESULT_RESOURCES
 
static constexpr ServiceResult ServiceResult_MIN
 
static constexpr ServiceResult ServiceResult_MAX
 
static constexpr int ServiceResult_ARRAYSIZE
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ ServiceResult

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kJournalDumpFileFieldNumber 
kResultFieldNumber 
kErrorFieldNumber 

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

Constructor & Destructor Documentation

◆ SystemdStopReport() [1/5]

jaiabot::protobuf::SystemdStopReport::SystemdStopReport ( )
inline

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

◆ ~SystemdStopReport()

jaiabot::protobuf::SystemdStopReport::~SystemdStopReport ( )
override

◆ SystemdStopReport() [2/5]

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

◆ SystemdStopReport() [3/5]

jaiabot::protobuf::SystemdStopReport::SystemdStopReport ( const SystemdStopReport from)

◆ SystemdStopReport() [4/5]

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

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

◆ SystemdStopReport() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_error()

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

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

◆ clear_journal_dump_file()

void jaiabot::protobuf::SystemdStopReport::clear_journal_dump_file ( )
inline

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

◆ clear_result()

void jaiabot::protobuf::SystemdStopReport::clear_result ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ error()

jaiabot::protobuf::Error jaiabot::protobuf::SystemdStopReport::error ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_error()

bool jaiabot::protobuf::SystemdStopReport::has_error ( ) const
inline

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

◆ has_journal_dump_file()

bool jaiabot::protobuf::SystemdStopReport::has_journal_dump_file ( ) const
inline

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

◆ has_result()

bool jaiabot::protobuf::SystemdStopReport::has_result ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ journal_dump_file()

const std::string & jaiabot::protobuf::SystemdStopReport::journal_dump_file ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_journal_dump_file()

std::string * jaiabot::protobuf::SystemdStopReport::mutable_journal_dump_file ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_journal_dump_file()

std::string * jaiabot::protobuf::SystemdStopReport::release_journal_dump_file ( )
inline

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

◆ result()

jaiabot::protobuf::SystemdStopReport_ServiceResult jaiabot::protobuf::SystemdStopReport::result ( ) const
inline

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

◆ ServiceResult_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::SystemdStopReport::ServiceResult_descriptor ( )
inlinestatic

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

◆ ServiceResult_IsValid()

static bool jaiabot::protobuf::SystemdStopReport::ServiceResult_IsValid ( int  value)
inlinestatic

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

◆ ServiceResult_Name()

template<typename T >
static const std::string & jaiabot::protobuf::SystemdStopReport::ServiceResult_Name ( enum_t_value)
inlinestatic

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

◆ ServiceResult_Parse()

static bool jaiabot::protobuf::SystemdStopReport::ServiceResult_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
ServiceResult value 
)
inlinestatic

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

◆ set_allocated_journal_dump_file()

void jaiabot::protobuf::SystemdStopReport::set_allocated_journal_dump_file ( std::string *  journal_dump_file)
inline

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

◆ set_error()

void jaiabot::protobuf::SystemdStopReport::set_error ( ::jaiabot::protobuf::Error  value)
inline

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

◆ set_journal_dump_file() [1/2]

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

◆ set_journal_dump_file() [2/2]

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

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

◆ set_result()

void jaiabot::protobuf::SystemdStopReport::set_result ( ::jaiabot::protobuf::SystemdStopReport_ServiceResult  value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 3528 of file health.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 3684 of file health.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto

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

◆ swap

void swap ( SystemdStopReport a,
SystemdStopReport b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::SystemdStopReport::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::SystemdStopReport::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::SystemdStopReport::kIndexInFileMessages
staticconstexpr
Initial value:
=
13

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

◆ SERVICE_RESULT_CORE_DUMP

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_CORE_DUMP
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_EXIT_CODE

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_EXIT_CODE
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_PROTOCOL

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_PROTOCOL
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_RESOURCES

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_RESOURCES
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_SIGNAL

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_SIGNAL
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_START_LIMIT_HIT

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_START_LIMIT_HIT
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_SUCCESS

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_SUCCESS
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_TIMEOUT

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_TIMEOUT
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_UNKNOWN

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_UNKNOWN
staticconstexpr
Initial value:

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

◆ SERVICE_RESULT_WATCHDOG

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::SERVICE_RESULT_WATCHDOG
staticconstexpr
Initial value:

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

◆ ServiceResult_ARRAYSIZE

constexpr int jaiabot::protobuf::SystemdStopReport::ServiceResult_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ ServiceResult_MAX

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::ServiceResult_MAX
staticconstexpr
Initial value:
=
constexpr SystemdStopReport_ServiceResult SystemdStopReport_ServiceResult_ServiceResult_MAX
Definition health.pb.h:269

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

◆ ServiceResult_MIN

constexpr ServiceResult jaiabot::protobuf::SystemdStopReport::ServiceResult_MIN
staticconstexpr
Initial value:
=
constexpr SystemdStopReport_ServiceResult SystemdStopReport_ServiceResult_ServiceResult_MIN
Definition health.pb.h:268

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


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