Goby3 3.2.3
2025.05.13
|
#include <goby/zeromq/protobuf/terminate_config.pb.h>
Public Types | |
enum | : int { kTargetNameFieldNumber = 3 , kTargetPidFieldNumber = 4 , kAppFieldNumber = 1 , kInterprocessFieldNumber = 2 , kResponseTimeoutFieldNumber = 5 } |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | response_timeout_dimension |
typedef boost::units::unit< response_timeout_dimension, boost::units::si::system > | response_timeout_unit |
Public Member Functions | |
TerminateConfig () | |
~TerminateConfig () override | |
PROTOBUF_CONSTEXPR | TerminateConfig (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
TerminateConfig (const TerminateConfig &from) | |
TerminateConfig (TerminateConfig &&from) noexcept | |
TerminateConfig & | operator= (const TerminateConfig &from) |
TerminateConfig & | operator= (TerminateConfig &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (TerminateConfig *other) |
void | UnsafeArenaSwap (TerminateConfig *other) |
TerminateConfig * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const TerminateConfig &from) |
void | MergeFrom (const TerminateConfig &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 |
int | target_name_size () const |
void | clear_target_name () |
const std::string & | target_name (int index) const |
std::string * | mutable_target_name (int index) |
void | set_target_name (int index, const std::string &value) |
void | set_target_name (int index, std::string &&value) |
void | set_target_name (int index, const char *value) |
void | set_target_name (int index, const char *value, size_t size) |
std::string * | add_target_name () |
void | add_target_name (const std::string &value) |
void | add_target_name (std::string &&value) |
void | add_target_name (const char *value) |
void | add_target_name (const char *value, size_t size) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | target_name () const |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_target_name () |
int | target_pid_size () const |
void | clear_target_pid () |
uint32_t | target_pid (int index) const |
void | set_target_pid (int index, uint32_t value) |
void | add_target_pid (uint32_t value) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > & | target_pid () const |
::PROTOBUF_NAMESPACE_ID::RepeatedField< uint32_t > * | mutable_target_pid () |
bool | has_app () const |
void | clear_app () |
const ::goby::middleware::protobuf::AppConfig & | app () const |
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * | release_app () |
::goby::middleware::protobuf::AppConfig * | mutable_app () |
void | set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
void | unsafe_arena_set_allocated_app (::goby::middleware::protobuf::AppConfig *app) |
::goby::middleware::protobuf::AppConfig * | unsafe_arena_release_app () |
bool | has_interprocess () const |
void | clear_interprocess () |
const ::goby::zeromq::protobuf::InterProcessPortalConfig & | interprocess () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * | release_interprocess () |
::goby::zeromq::protobuf::InterProcessPortalConfig * | mutable_interprocess () |
void | set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
void | unsafe_arena_set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess) |
::goby::zeromq::protobuf::InterProcessPortalConfig * | unsafe_arena_release_interprocess () |
bool | has_response_timeout () const |
void | clear_response_timeout () |
float | response_timeout () const |
void | set_response_timeout (float value) |
template<typename Quantity > | |
void | set_response_timeout_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | response_timeout_with_units () const |
boost::units::quantity< response_timeout_unit, float > | response_timeout_with_units () const |
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 TerminateConfig & | default_instance () |
static const TerminateConfig * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
TerminateConfig (::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_goby_2fzeromq_2fprotobuf_2fterminate_5fconfig_2eproto |
void | swap (TerminateConfig &a, TerminateConfig &b) |
Definition at line 78 of file terminate_config.pb.h.
typedef boost::units::derived_dimension<boost::units::time_base_dimension,1>::type goby::apps::zeromq::protobuf::TerminateConfig::response_timeout_dimension |
Definition at line 307 of file terminate_config.pb.h.
typedef boost::units::unit<response_timeout_dimension,boost::units::si::system> goby::apps::zeromq::protobuf::TerminateConfig::response_timeout_unit |
Definition at line 309 of file terminate_config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kTargetNameFieldNumber | |
kTargetPidFieldNumber | |
kAppFieldNumber | |
kInterprocessFieldNumber | |
kResponseTimeoutFieldNumber |
Definition at line 205 of file terminate_config.pb.h.
|
inline |
Definition at line 81 of file terminate_config.pb.h.
|
override |
|
explicit |
goby::apps::zeromq::protobuf::TerminateConfig::TerminateConfig | ( | const TerminateConfig & | from | ) |
|
inlinenoexcept |
Definition at line 86 of file terminate_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 536 of file terminate_config.pb.h.
|
inline |
Definition at line 581 of file terminate_config.pb.h.
|
inline |
Definition at line 586 of file terminate_config.pb.h.
|
inline |
Definition at line 573 of file terminate_config.pb.h.
|
inline |
Definition at line 577 of file terminate_config.pb.h.
|
inline |
Definition at line 625 of file terminate_config.pb.h.
|
inline |
Definition at line 366 of file terminate_config.pb.h.
|
final |
|
final |
void goby::apps::zeromq::protobuf::TerminateConfig::clear_app | ( | ) |
void goby::apps::zeromq::protobuf::TerminateConfig::clear_interprocess | ( | ) |
|
inline |
Definition at line 656 of file terminate_config.pb.h.
|
inline |
Definition at line 533 of file terminate_config.pb.h.
|
inline |
Definition at line 608 of file terminate_config.pb.h.
void goby::apps::zeromq::protobuf::TerminateConfig::CopyFrom | ( | const TerminateConfig & | from | ) |
|
inlinestatic |
Definition at line 125 of file terminate_config.pb.h.
|
inlinestatic |
Definition at line 116 of file terminate_config.pb.h.
|
inlinefinal |
Definition at line 178 of file terminate_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 119 of file terminate_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 122 of file terminate_config.pb.h.
|
inline |
Definition at line 358 of file terminate_config.pb.h.
|
inline |
Definition at line 445 of file terminate_config.pb.h.
|
inline |
Definition at line 653 of file terminate_config.pb.h.
|
inlinestatic |
Definition at line 128 of file terminate_config.pb.h.
|
inline |
Definition at line 453 of file terminate_config.pb.h.
|
final |
|
inline |
Definition at line 165 of file terminate_config.pb.h.
|
inline |
Definition at line 413 of file terminate_config.pb.h.
|
inline |
Definition at line 500 of file terminate_config.pb.h.
|
inline |
Definition at line 596 of file terminate_config.pb.h.
|
inline |
Definition at line 548 of file terminate_config.pb.h.
|
inline |
Definition at line 643 of file terminate_config.pb.h.
|
inline |
Definition at line 112 of file terminate_config.pb.h.
|
inlinefinal |
Definition at line 159 of file terminate_config.pb.h.
|
inline |
Definition at line 91 of file terminate_config.pb.h.
|
inlinenoexcept |
Definition at line 95 of file terminate_config.pb.h.
|
inline |
Definition at line 383 of file terminate_config.pb.h.
|
inline |
Definition at line 470 of file terminate_config.pb.h.
|
inline |
Definition at line 663 of file terminate_config.pb.h.
|
inline |
Definition at line 316 of file terminate_config.pb.h.
|
inline |
Definition at line 319 of file terminate_config.pb.h.
|
inline |
Definition at line 418 of file terminate_config.pb.h.
|
inline |
Definition at line 505 of file terminate_config.pb.h.
|
inline |
Definition at line 671 of file terminate_config.pb.h.
|
inline |
Definition at line 312 of file terminate_config.pb.h.
|
inline |
Definition at line 560 of file terminate_config.pb.h.
|
inline |
Definition at line 565 of file terminate_config.pb.h.
|
inline |
Definition at line 552 of file terminate_config.pb.h.
|
inline |
Definition at line 556 of file terminate_config.pb.h.
|
inline |
Definition at line 618 of file terminate_config.pb.h.
|
inline |
Definition at line 138 of file terminate_config.pb.h.
|
inline |
Definition at line 591 of file terminate_config.pb.h.
|
inline |
Definition at line 544 of file terminate_config.pb.h.
|
inline |
Definition at line 530 of file terminate_config.pb.h.
|
inline |
Definition at line 634 of file terminate_config.pb.h.
|
inline |
Definition at line 614 of file terminate_config.pb.h.
|
inline |
Definition at line 605 of file terminate_config.pb.h.
|
inline |
Definition at line 109 of file terminate_config.pb.h.
|
inline |
Definition at line 398 of file terminate_config.pb.h.
|
inline |
Definition at line 485 of file terminate_config.pb.h.
|
inline |
Definition at line 370 of file terminate_config.pb.h.
|
inline |
Definition at line 457 of file terminate_config.pb.h.
|
inline |
Definition at line 151 of file terminate_config.pb.h.
|
friend |
Definition at line 326 of file terminate_config.pb.h.
|
friend |
Definition at line 187 of file terminate_config.pb.h.
Definition at line 339 of file terminate_config.pb.h.
|
friend |
Definition at line 135 of file terminate_config.pb.h.
|
static |
Definition at line 196 of file terminate_config.pb.h.
Impl_ goby::apps::zeromq::protobuf::TerminateConfig::_impl_ |
Definition at line 338 of file terminate_config.pb.h.
|
staticconstexpr |
Definition at line 132 of file terminate_config.pb.h.