#include <bin/failure_reporter/config.pb.h>
Public Types | |
typedef FailureReporter_State | State |
Public Member Functions | |
FailureReporter () | |
virtual | ~FailureReporter () |
FailureReporter (const FailureReporter &from) | |
FailureReporter & | operator= (const FailureReporter &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (FailureReporter *other) |
FailureReporter * | New () const final |
FailureReporter * | New (::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 FailureReporter & | default_instance () |
static void | InitAsDefaultInstance () |
static const FailureReporter * | internal_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) |
Definition at line 92 of file config.pb.h.
Definition at line 184 of file config.pb.h.
jaiabot::config::FailureReporter::FailureReporter | ( | ) |
|
virtual |
jaiabot::config::FailureReporter::FailureReporter | ( | const FailureReporter & | from | ) |
|
inline |
Definition at line 361 of file config.pb.h.
|
final |
|
final |
void jaiabot::config::FailureReporter::clear_app | ( | ) |
|
inline |
Definition at line 557 of file config.pb.h.
void jaiabot::config::FailureReporter::clear_interprocess | ( | ) |
|
inline |
Definition at line 466 of file config.pb.h.
|
inline |
Definition at line 714 of file config.pb.h.
|
inline |
Definition at line 582 of file config.pb.h.
|
inline |
Definition at line 648 of file config.pb.h.
|
inline |
Definition at line 532 of file config.pb.h.
|
final |
void jaiabot::config::FailureReporter::CopyFrom | ( | const FailureReporter & | from | ) |
|
static |
|
static |
|
inline |
Definition at line 561 of file config.pb.h.
|
inlinefinal |
Definition at line 164 of file config.pb.h.
|
final |
|
inline |
Definition at line 349 of file config.pb.h.
|
inline |
Definition at line 548 of file config.pb.h.
|
inline |
Definition at line 403 of file config.pb.h.
|
inline |
Definition at line 457 of file config.pb.h.
|
inline |
Definition at line 705 of file config.pb.h.
|
inline |
Definition at line 573 of file config.pb.h.
|
inline |
Definition at line 639 of file config.pb.h.
|
inline |
Definition at line 523 of file config.pb.h.
|
static |
|
inlinestatic |
Definition at line 129 of file config.pb.h.
|
final |
|
inline |
Definition at line 415 of file config.pb.h.
|
final |
|
inline |
Definition at line 470 of file config.pb.h.
|
final |
void jaiabot::config::FailureReporter::MergeFrom | ( | const FailureReporter & | from | ) |
|
final |
|
inline |
Definition at line 374 of file config.pb.h.
|
inline |
Definition at line 428 of file config.pb.h.
|
inline |
Definition at line 499 of file config.pb.h.
|
inline |
Definition at line 615 of file config.pb.h.
|
inline |
Definition at line 681 of file config.pb.h.
|
inline |
Definition at line 121 of file config.pb.h.
|
inlinefinal |
Definition at line 143 of file config.pb.h.
|
inlinefinal |
Definition at line 147 of file config.pb.h.
|
inline |
Definition at line 718 of file config.pb.h.
|
inline |
Definition at line 99 of file config.pb.h.
|
inline |
Definition at line 367 of file config.pb.h.
|
inline |
Definition at line 421 of file config.pb.h.
|
inline |
Definition at line 504 of file config.pb.h.
|
inline |
Definition at line 620 of file config.pb.h.
|
inline |
Definition at line 686 of file config.pb.h.
|
final |
|
inline |
Definition at line 586 of file config.pb.h.
|
inline |
Definition at line 652 of file config.pb.h.
|
inline |
Definition at line 383 of file config.pb.h.
|
inline |
Definition at line 437 of file config.pb.h.
|
inline |
Definition at line 512 of file config.pb.h.
|
inline |
Definition at line 628 of file config.pb.h.
|
inline |
Definition at line 694 of file config.pb.h.
|
inline |
Definition at line 565 of file config.pb.h.
|
inline |
Definition at line 474 of file config.pb.h.
|
inline |
Definition at line 487 of file config.pb.h.
|
inline |
Definition at line 493 of file config.pb.h.
|
inline |
Definition at line 722 of file config.pb.h.
|
inline |
Definition at line 590 of file config.pb.h.
|
inline |
Definition at line 603 of file config.pb.h.
|
inline |
Definition at line 609 of file config.pb.h.
|
inline |
Definition at line 656 of file config.pb.h.
|
inline |
Definition at line 669 of file config.pb.h.
|
inline |
Definition at line 675 of file config.pb.h.
|
inline |
Definition at line 540 of file config.pb.h.
|
inline |
Definition at line 536 of file config.pb.h.
|
inlinestatic |
Definition at line 199 of file config.pb.h.
|
inlinestatic |
Definition at line 189 of file config.pb.h.
|
inlinestatic |
Definition at line 202 of file config.pb.h.
|
inlinestatic |
Definition at line 205 of file config.pb.h.
void jaiabot::config::FailureReporter::Swap | ( | FailureReporter * | other | ) |
|
inline |
Definition at line 118 of file config.pb.h.
|
friend |
Definition at line 335 of file config.pb.h.
|
friend |
Definition at line 137 of file config.pb.h.
|
static |
Definition at line 260 of file config.pb.h.
|
static |
Definition at line 284 of file config.pb.h.
|
staticconstexpr |
Definition at line 133 of file config.pb.h.
|
static |
Definition at line 272 of file config.pb.h.
|
static |
Definition at line 215 of file config.pb.h.
|
static |
Definition at line 298 of file config.pb.h.
|
static |
Definition at line 230 of file config.pb.h.
|
static |
Definition at line 245 of file config.pb.h.
|
static |
Definition at line 291 of file config.pb.h.
|
static |
Definition at line 185 of file config.pb.h.
|
static |
Definition at line 196 of file config.pb.h.
|
static |
Definition at line 194 of file config.pb.h.
|
static |
Definition at line 192 of file config.pb.h.
|
static |
Definition at line 187 of file config.pb.h.