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

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

Inheritance diagram for jaiabot::protobuf::SystemdReportAck:
Collaboration diagram for jaiabot::protobuf::SystemdReportAck:

Public Member Functions

 SystemdReportAck ()
 
virtual ~SystemdReportAck ()
 
 SystemdReportAck (const SystemdReportAck &from)
 
SystemdReportAckoperator= (const SystemdReportAck &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SystemdReportAck *other)
 
SystemdReportAckNew () const final
 
SystemdReportAckNew (::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 SystemdReportAck &from)
 
void MergeFrom (const SystemdReportAck &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_error_ack () const
 
void clear_error_ack ()
 
::jaiabot::protobuf::Error error_ack () const
 
void set_error_ack (::jaiabot::protobuf::Error value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SystemdReportAckdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SystemdReportAckinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kErrorAckFieldNumber = 1
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ SystemdReportAck() [1/2]

jaiabot::protobuf::SystemdReportAck::SystemdReportAck ( )

◆ ~SystemdReportAck()

virtual jaiabot::protobuf::SystemdReportAck::~SystemdReportAck ( )
virtual

◆ SystemdReportAck() [2/2]

jaiabot::protobuf::SystemdReportAck::SystemdReportAck ( const SystemdReportAck from)

Member Function Documentation

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_error_ack()

void jaiabot::protobuf::SystemdReportAck::clear_error_ack ( )
inline

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ error_ack()

jaiabot::protobuf::Error jaiabot::protobuf::SystemdReportAck::error_ack ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_error_ack()

bool jaiabot::protobuf::SystemdReportAck::has_error_ack ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

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

◆ set_error_ack()

void jaiabot::protobuf::SystemdReportAck::set_error_ack ( ::jaiabot::protobuf::Error  value)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct

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

◆ swap

void swap ( SystemdReportAck a,
SystemdReportAck b 
)
friend

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

Member Data Documentation

◆ kErrorAckFieldNumber

const int jaiabot::protobuf::SystemdReportAck::kErrorAckFieldNumber = 1
static

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::SystemdReportAck::kIndexInFileMessages
staticconstexpr
Initial value:
=
14

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


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