JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::config::FailureReporter Class Reference

#include <bin/failure_reporter/config.pb.h>

Inheritance diagram for jaiabot::config::FailureReporter:
Collaboration diagram for jaiabot::config::FailureReporter:

Public Types

typedef FailureReporter_State State
 

Public Member Functions

 FailureReporter ()
 
virtual ~FailureReporter ()
 
 FailureReporter (const FailureReporter &from)
 
FailureReporteroperator= (const FailureReporter &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FailureReporter *other)
 
FailureReporterNew () const final
 
FailureReporterNew (::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 FailureReporter &from)
 
void MergeFrom (const FailureReporter &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_log_dir () const
 
void clear_log_dir ()
 
const ::std::string & log_dir () const
 
void set_log_dir (const ::std::string &value)
 
void set_log_dir (const char *value)
 
void set_log_dir (const char *value, size_t size)
 
::std::string * mutable_log_dir ()
 
::std::string * release_log_dir ()
 
void set_allocated_log_dir (::std::string *log_dir)
 
bool has_service_name () const
 
void clear_service_name ()
 
const ::std::string & service_name () const
 
void set_service_name (const ::std::string &value)
 
void set_service_name (const char *value)
 
void set_service_name (const char *value, size_t size)
 
::std::string * mutable_service_name ()
 
::std::string * release_service_name ()
 
void set_allocated_service_name (::std::string *service_name)
 
bool has_service_result () const
 
void clear_service_result ()
 
const ::std::string & service_result () const
 
void set_service_result (const ::std::string &value)
 
void set_service_result (const char *value)
 
void set_service_result (const char *value, size_t size)
 
::std::string * mutable_service_result ()
 
::std::string * release_service_result ()
 
void set_allocated_service_result (::std::string *service_result)
 
bool has_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfig & app () const
 
::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_error_code () const
 
void clear_error_code ()
 
::jaiabot::protobuf::Error error_code () const
 
void set_error_code (::jaiabot::protobuf::Error value)
 
bool has_state () const
 
void clear_state ()
 
::jaiabot::config::FailureReporter_State state () const
 
void set_state (::jaiabot::config::FailureReporter_State value)
 
bool has_num_attempts () const
 
void clear_num_attempts ()
 
::google::protobuf::int32 num_attempts () const
 
void set_num_attempts (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const FailureReporterdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const FailureReporterinternal_default_instance ()
 
static bool State_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * State_descriptor ()
 
static const ::std::string & State_Name (State value)
 
static bool State_Parse (const ::std::string &name, State *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const State START
 
static const State STOP
 
static const State State_MIN
 
static const State State_MAX
 
static const int State_ARRAYSIZE
 
static const int kLogDirFieldNumber = 9
 
static const int kServiceNameFieldNumber = 12
 
static const int kServiceResultFieldNumber = 13
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kErrorCodeFieldNumber = 11
 
static const int kStateFieldNumber = 10
 
static const int kNumAttemptsFieldNumber = 14
 

Friends

struct ::protobuf_bin_2ffailure_5freporter_2fconfig_2eproto::TableStruct
 
void swap (FailureReporter &a, FailureReporter &b)
 

Detailed Description

Definition at line 92 of file config.pb.h.

Member Typedef Documentation

◆ State

Constructor & Destructor Documentation

◆ FailureReporter() [1/2]

jaiabot::config::FailureReporter::FailureReporter ( )

◆ ~FailureReporter()

virtual jaiabot::config::FailureReporter::~FailureReporter ( )
virtual

◆ FailureReporter() [2/2]

jaiabot::config::FailureReporter::FailureReporter ( const FailureReporter from)

Member Function Documentation

◆ app()

const ::goby::middleware::protobuf::AppConfig & jaiabot::config::FailureReporter::app ( ) const
inline

Definition at line 361 of file config.pb.h.

◆ ByteSizeLong()

size_t jaiabot::config::FailureReporter::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::config::FailureReporter::Clear ( )
final

◆ clear_app()

void jaiabot::config::FailureReporter::clear_app ( )

◆ clear_error_code()

void jaiabot::config::FailureReporter::clear_error_code ( )
inline

Definition at line 557 of file config.pb.h.

◆ clear_interprocess()

void jaiabot::config::FailureReporter::clear_interprocess ( )

◆ clear_log_dir()

void jaiabot::config::FailureReporter::clear_log_dir ( )
inline

Definition at line 466 of file config.pb.h.

◆ clear_num_attempts()

void jaiabot::config::FailureReporter::clear_num_attempts ( )
inline

Definition at line 714 of file config.pb.h.

◆ clear_service_name()

void jaiabot::config::FailureReporter::clear_service_name ( )
inline

Definition at line 582 of file config.pb.h.

◆ clear_service_result()

void jaiabot::config::FailureReporter::clear_service_result ( )
inline

Definition at line 648 of file config.pb.h.

◆ clear_state()

void jaiabot::config::FailureReporter::clear_state ( )
inline

Definition at line 532 of file config.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void jaiabot::config::FailureReporter::CopyFrom ( const FailureReporter from)

◆ default_instance()

static const FailureReporter& jaiabot::config::FailureReporter::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::config::FailureReporter::descriptor ( )
static

◆ error_code()

jaiabot::protobuf::Error jaiabot::config::FailureReporter::error_code ( ) const
inline

Definition at line 561 of file config.pb.h.

◆ GetCachedSize()

int jaiabot::config::FailureReporter::GetCachedSize ( ) const
inlinefinal

Definition at line 164 of file config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::config::FailureReporter::GetMetadata ( ) const
final

◆ has_app()

bool jaiabot::config::FailureReporter::has_app ( ) const
inline

Definition at line 349 of file config.pb.h.

◆ has_error_code()

bool jaiabot::config::FailureReporter::has_error_code ( ) const
inline

Definition at line 548 of file config.pb.h.

◆ has_interprocess()

bool jaiabot::config::FailureReporter::has_interprocess ( ) const
inline

Definition at line 403 of file config.pb.h.

◆ has_log_dir()

bool jaiabot::config::FailureReporter::has_log_dir ( ) const
inline

Definition at line 457 of file config.pb.h.

◆ has_num_attempts()

bool jaiabot::config::FailureReporter::has_num_attempts ( ) const
inline

Definition at line 705 of file config.pb.h.

◆ has_service_name()

bool jaiabot::config::FailureReporter::has_service_name ( ) const
inline

Definition at line 573 of file config.pb.h.

◆ has_service_result()

bool jaiabot::config::FailureReporter::has_service_result ( ) const
inline

Definition at line 639 of file config.pb.h.

◆ has_state()

bool jaiabot::config::FailureReporter::has_state ( ) const
inline

Definition at line 523 of file config.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::config::FailureReporter::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const FailureReporter* jaiabot::config::FailureReporter::internal_default_instance ( )
inlinestatic

Definition at line 129 of file config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & jaiabot::config::FailureReporter::interprocess ( ) const
inline

Definition at line 415 of file config.pb.h.

◆ IsInitialized()

bool jaiabot::config::FailureReporter::IsInitialized ( ) const
final

◆ log_dir()

const ::std::string & jaiabot::config::FailureReporter::log_dir ( ) const
inline

Definition at line 470 of file config.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void jaiabot::config::FailureReporter::MergeFrom ( const FailureReporter from)

◆ MergePartialFromCodedStream()

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

◆ mutable_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::FailureReporter::mutable_app ( )
inline

Definition at line 374 of file config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::FailureReporter::mutable_interprocess ( )
inline

Definition at line 428 of file config.pb.h.

◆ mutable_log_dir()

std::string * jaiabot::config::FailureReporter::mutable_log_dir ( )
inline

Definition at line 499 of file config.pb.h.

◆ mutable_service_name()

std::string * jaiabot::config::FailureReporter::mutable_service_name ( )
inline

Definition at line 615 of file config.pb.h.

◆ mutable_service_result()

std::string * jaiabot::config::FailureReporter::mutable_service_result ( )
inline

Definition at line 681 of file config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::config::FailureReporter::mutable_unknown_fields ( )
inline

Definition at line 121 of file config.pb.h.

◆ New() [1/2]

FailureReporter* jaiabot::config::FailureReporter::New ( ) const
inlinefinal

Definition at line 143 of file config.pb.h.

◆ New() [2/2]

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

Definition at line 147 of file config.pb.h.

◆ num_attempts()

google::protobuf::int32 jaiabot::config::FailureReporter::num_attempts ( ) const
inline

Definition at line 718 of file config.pb.h.

◆ operator=()

FailureReporter& jaiabot::config::FailureReporter::operator= ( const FailureReporter from)
inline

Definition at line 99 of file config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::FailureReporter::release_app ( )
inline

Definition at line 367 of file config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::FailureReporter::release_interprocess ( )
inline

Definition at line 421 of file config.pb.h.

◆ release_log_dir()

std::string * jaiabot::config::FailureReporter::release_log_dir ( )
inline

Definition at line 504 of file config.pb.h.

◆ release_service_name()

std::string * jaiabot::config::FailureReporter::release_service_name ( )
inline

Definition at line 620 of file config.pb.h.

◆ release_service_result()

std::string * jaiabot::config::FailureReporter::release_service_result ( )
inline

Definition at line 686 of file config.pb.h.

◆ SerializeWithCachedSizes()

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

◆ service_name()

const ::std::string & jaiabot::config::FailureReporter::service_name ( ) const
inline

Definition at line 586 of file config.pb.h.

◆ service_result()

const ::std::string & jaiabot::config::FailureReporter::service_result ( ) const
inline

Definition at line 652 of file config.pb.h.

◆ set_allocated_app()

void jaiabot::config::FailureReporter::set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 383 of file config.pb.h.

◆ set_allocated_interprocess()

void jaiabot::config::FailureReporter::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 437 of file config.pb.h.

◆ set_allocated_log_dir()

void jaiabot::config::FailureReporter::set_allocated_log_dir ( ::std::string *  log_dir)
inline

Definition at line 512 of file config.pb.h.

◆ set_allocated_service_name()

void jaiabot::config::FailureReporter::set_allocated_service_name ( ::std::string *  service_name)
inline

Definition at line 628 of file config.pb.h.

◆ set_allocated_service_result()

void jaiabot::config::FailureReporter::set_allocated_service_result ( ::std::string *  service_result)
inline

Definition at line 694 of file config.pb.h.

◆ set_error_code()

void jaiabot::config::FailureReporter::set_error_code ( ::jaiabot::protobuf::Error  value)
inline

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

◆ set_log_dir() [1/3]

void jaiabot::config::FailureReporter::set_log_dir ( const ::std::string &  value)
inline

Definition at line 474 of file config.pb.h.

◆ set_log_dir() [2/3]

void jaiabot::config::FailureReporter::set_log_dir ( const char *  value)
inline

Definition at line 487 of file config.pb.h.

◆ set_log_dir() [3/3]

void jaiabot::config::FailureReporter::set_log_dir ( const char *  value,
size_t  size 
)
inline

Definition at line 493 of file config.pb.h.

◆ set_num_attempts()

void jaiabot::config::FailureReporter::set_num_attempts ( ::google::protobuf::int32  value)
inline

Definition at line 722 of file config.pb.h.

◆ set_service_name() [1/3]

void jaiabot::config::FailureReporter::set_service_name ( const ::std::string &  value)
inline

Definition at line 590 of file config.pb.h.

◆ set_service_name() [2/3]

void jaiabot::config::FailureReporter::set_service_name ( const char *  value)
inline

Definition at line 603 of file config.pb.h.

◆ set_service_name() [3/3]

void jaiabot::config::FailureReporter::set_service_name ( const char *  value,
size_t  size 
)
inline

Definition at line 609 of file config.pb.h.

◆ set_service_result() [1/3]

void jaiabot::config::FailureReporter::set_service_result ( const ::std::string &  value)
inline

Definition at line 656 of file config.pb.h.

◆ set_service_result() [2/3]

void jaiabot::config::FailureReporter::set_service_result ( const char *  value)
inline

Definition at line 669 of file config.pb.h.

◆ set_service_result() [3/3]

void jaiabot::config::FailureReporter::set_service_result ( const char *  value,
size_t  size 
)
inline

Definition at line 675 of file config.pb.h.

◆ set_state()

void jaiabot::config::FailureReporter::set_state ( ::jaiabot::config::FailureReporter_State  value)
inline

Definition at line 540 of file config.pb.h.

◆ state()

jaiabot::config::FailureReporter_State jaiabot::config::FailureReporter::state ( ) const
inline

Definition at line 536 of file config.pb.h.

◆ State_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::config::FailureReporter::State_descriptor ( )
inlinestatic

Definition at line 199 of file config.pb.h.

◆ State_IsValid()

static bool jaiabot::config::FailureReporter::State_IsValid ( int  value)
inlinestatic

Definition at line 189 of file config.pb.h.

◆ State_Name()

static const ::std::string& jaiabot::config::FailureReporter::State_Name ( State  value)
inlinestatic

Definition at line 202 of file config.pb.h.

◆ State_Parse()

static bool jaiabot::config::FailureReporter::State_Parse ( const ::std::string &  name,
State value 
)
inlinestatic

Definition at line 205 of file config.pb.h.

◆ Swap()

void jaiabot::config::FailureReporter::Swap ( FailureReporter other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::config::FailureReporter::unknown_fields ( ) const
inline

Definition at line 118 of file config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_bin_2ffailure_5freporter_2fconfig_2eproto::TableStruct

Definition at line 335 of file config.pb.h.

◆ swap

void swap ( FailureReporter a,
FailureReporter b 
)
friend

Definition at line 137 of file config.pb.h.

Member Data Documentation

◆ kAppFieldNumber

const int jaiabot::config::FailureReporter::kAppFieldNumber = 1
static

Definition at line 260 of file config.pb.h.

◆ kErrorCodeFieldNumber

const int jaiabot::config::FailureReporter::kErrorCodeFieldNumber = 11
static

Definition at line 284 of file config.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::config::FailureReporter::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 133 of file config.pb.h.

◆ kInterprocessFieldNumber

const int jaiabot::config::FailureReporter::kInterprocessFieldNumber = 2
static

Definition at line 272 of file config.pb.h.

◆ kLogDirFieldNumber

const int jaiabot::config::FailureReporter::kLogDirFieldNumber = 9
static

Definition at line 215 of file config.pb.h.

◆ kNumAttemptsFieldNumber

const int jaiabot::config::FailureReporter::kNumAttemptsFieldNumber = 14
static

Definition at line 298 of file config.pb.h.

◆ kServiceNameFieldNumber

const int jaiabot::config::FailureReporter::kServiceNameFieldNumber = 12
static

Definition at line 230 of file config.pb.h.

◆ kServiceResultFieldNumber

const int jaiabot::config::FailureReporter::kServiceResultFieldNumber = 13
static

Definition at line 245 of file config.pb.h.

◆ kStateFieldNumber

const int jaiabot::config::FailureReporter::kStateFieldNumber = 10
static

Definition at line 291 of file config.pb.h.

◆ START

const State jaiabot::config::FailureReporter::START
static
Initial value:

Definition at line 185 of file config.pb.h.

◆ State_ARRAYSIZE

const int jaiabot::config::FailureReporter::State_ARRAYSIZE
static
Initial value:

Definition at line 196 of file config.pb.h.

◆ State_MAX

const State jaiabot::config::FailureReporter::State_MAX
static
Initial value:

Definition at line 194 of file config.pb.h.

◆ State_MIN

const State jaiabot::config::FailureReporter::State_MIN
static
Initial value:

Definition at line 192 of file config.pb.h.

◆ STOP

const State jaiabot::config::FailureReporter::STOP
static
Initial value:

Definition at line 187 of file config.pb.h.


The documentation for this class was generated from the following file:
jaiabot::config::FailureReporter_State_State_MIN
const FailureReporter_State FailureReporter_State_State_MIN
Definition: config.pb.h:76
jaiabot::config::FailureReporter_State_State_ARRAYSIZE
const int FailureReporter_State_State_ARRAYSIZE
Definition: config.pb.h:78
jaiabot::config::FailureReporter_State_START
@ FailureReporter_State_START
Definition: config.pb.h:72
jaiabot::config::FailureReporter_State_State_MAX
const FailureReporter_State FailureReporter_State_State_MAX
Definition: config.pb.h:77
jaiabot::config::FailureReporter_State_STOP
@ FailureReporter_State_STOP
Definition: config.pb.h:73