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

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

Inheritance diagram for jaiabot::protobuf::SystemdStartReport:
Collaboration diagram for jaiabot::protobuf::SystemdStartReport:

Public Member Functions

 SystemdStartReport ()
 
virtual ~SystemdStartReport ()
 
 SystemdStartReport (const SystemdStartReport &from)
 
SystemdStartReportoperator= (const SystemdStartReport &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SystemdStartReport *other)
 
SystemdStartReportNew () const final
 
SystemdStartReportNew (::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 SystemdStartReport &from)
 
void MergeFrom (const SystemdStartReport &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
 
bool has_clear_error () const
 
void clear_clear_error ()
 
::jaiabot::protobuf::Error clear_error () const
 
void set_clear_error (::jaiabot::protobuf::Error value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SystemdStartReportdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SystemdStartReportinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kClearErrorFieldNumber = 1
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SystemdStartReport() [1/2]

jaiabot::protobuf::SystemdStartReport::SystemdStartReport ( )

◆ ~SystemdStartReport()

virtual jaiabot::protobuf::SystemdStartReport::~SystemdStartReport ( )
virtual

◆ SystemdStartReport() [2/2]

jaiabot::protobuf::SystemdStartReport::SystemdStartReport ( const SystemdStartReport from)

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_clear_error()

void jaiabot::protobuf::SystemdStartReport::clear_clear_error ( )
inline

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

◆ clear_error()

jaiabot::protobuf::Error jaiabot::protobuf::SystemdStartReport::clear_error ( ) const
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_clear_error()

bool jaiabot::protobuf::SystemdStartReport::has_clear_error ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_clear_error()

void jaiabot::protobuf::SystemdStartReport::set_clear_error ( ::jaiabot::protobuf::Error  value)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct

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

◆ swap

void swap ( SystemdStartReport a,
SystemdStartReport b 
)
friend

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

Member Data Documentation

◆ kClearErrorFieldNumber

const int jaiabot::protobuf::SystemdStartReport::kClearErrorFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::SystemdStartReport::kIndexInFileMessages
staticconstexpr
Initial value:
=
12

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


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