Goby3 3.2.3
2025.05.13
|
#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>
Public Types | |
enum | : int { kClientNameFieldNumber = 2 , kPublishSocketFieldNumber = 4 , kSubscribeSocketFieldNumber = 5 , kClientPidFieldNumber = 3 , kRequestFieldNumber = 1 , kHoldFieldNumber = 6 } |
Public Member Functions | |
ManagerResponse () | |
~ManagerResponse () override | |
PROTOBUF_CONSTEXPR | ManagerResponse (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
ManagerResponse (const ManagerResponse &from) | |
ManagerResponse (ManagerResponse &&from) noexcept | |
ManagerResponse & | operator= (const ManagerResponse &from) |
ManagerResponse & | operator= (ManagerResponse &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (ManagerResponse *other) |
void | UnsafeArenaSwap (ManagerResponse *other) |
ManagerResponse * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
void | CopyFrom (const ManagerResponse &from) |
void | MergeFrom (const ManagerResponse &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 |
bool | has_client_name () const |
void | clear_client_name () |
const std::string & | client_name () const |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_client_name (ArgT0 &&arg0, ArgT... args) |
std::string * | mutable_client_name () |
PROTOBUF_NODISCARD std::string * | release_client_name () |
void | set_allocated_client_name (std::string *client_name) |
bool | has_publish_socket () const |
void | clear_publish_socket () |
const ::goby::zeromq::protobuf::Socket & | publish_socket () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::Socket * | release_publish_socket () |
::goby::zeromq::protobuf::Socket * | mutable_publish_socket () |
void | set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket) |
void | unsafe_arena_set_allocated_publish_socket (::goby::zeromq::protobuf::Socket *publish_socket) |
::goby::zeromq::protobuf::Socket * | unsafe_arena_release_publish_socket () |
bool | has_subscribe_socket () const |
void | clear_subscribe_socket () |
const ::goby::zeromq::protobuf::Socket & | subscribe_socket () const |
PROTOBUF_NODISCARD::goby::zeromq::protobuf::Socket * | release_subscribe_socket () |
::goby::zeromq::protobuf::Socket * | mutable_subscribe_socket () |
void | set_allocated_subscribe_socket (::goby::zeromq::protobuf::Socket *subscribe_socket) |
void | unsafe_arena_set_allocated_subscribe_socket (::goby::zeromq::protobuf::Socket *subscribe_socket) |
::goby::zeromq::protobuf::Socket * | unsafe_arena_release_subscribe_socket () |
bool | has_client_pid () const |
void | clear_client_pid () |
int32_t | client_pid () const |
void | set_client_pid (int32_t value) |
bool | has_request () const |
void | clear_request () |
::goby::zeromq::protobuf::Request | request () const |
void | set_request (::goby::zeromq::protobuf::Request value) |
bool | has_hold () const |
void | clear_hold () |
bool | hold () const |
void | set_hold (bool value) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_client_name (ArgT0 &&arg0, ArgT... args) |
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 ManagerResponse & | default_instance () |
static const ManagerResponse * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const ClassData | _class_data_ |
Protected Member Functions | |
ManagerResponse (::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_2finterprocess_5fzeromq_2eproto |
void | swap (ManagerResponse &a, ManagerResponse &b) |
Definition at line 835 of file interprocess_zeromq.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kClientNameFieldNumber | |
kPublishSocketFieldNumber | |
kSubscribeSocketFieldNumber | |
kClientPidFieldNumber | |
kRequestFieldNumber | |
kHoldFieldNumber |
Definition at line 962 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 838 of file interprocess_zeromq.pb.h.
|
override |
|
explicit |
goby::zeromq::protobuf::ManagerResponse::ManagerResponse | ( | const ManagerResponse & | from | ) |
|
inlinenoexcept |
Definition at line 843 of file interprocess_zeromq.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 1959 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2027 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2235 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2056 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1930 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2146 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1963 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2034 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::ManagerResponse::CopyFrom | ( | const ManagerResponse & | from | ) |
|
inlinestatic |
Definition at line 882 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 873 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 935 of file interprocess_zeromq.pb.h.
|
final |
|
inlinestatic |
Definition at line 876 of file interprocess_zeromq.pb.h.
|
final |
|
inlinestatic |
Definition at line 879 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1956 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2024 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2232 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2053 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1927 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2143 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2242 of file interprocess_zeromq.pb.h.
|
inlinestatic |
Definition at line 885 of file interprocess_zeromq.pb.h.
|
final |
|
inline |
Definition at line 922 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1974 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2112 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2202 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 869 of file interprocess_zeromq.pb.h.
|
inlinefinal |
Definition at line 916 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 848 of file interprocess_zeromq.pb.h.
|
inlinenoexcept |
Definition at line 852 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2065 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1990 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2082 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2172 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1937 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2004 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2117 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2207 of file interprocess_zeromq.pb.h.
void goby::zeromq::protobuf::ManagerResponse::set_client_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
|
inline |
Definition at line 1969 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2042 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2250 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 1946 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2155 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 895 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 866 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2097 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2187 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2069 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 2159 of file interprocess_zeromq.pb.h.
|
inline |
Definition at line 908 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 1070 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 944 of file interprocess_zeromq.pb.h.
Definition at line 1084 of file interprocess_zeromq.pb.h.
|
friend |
Definition at line 892 of file interprocess_zeromq.pb.h.
|
static |
Definition at line 953 of file interprocess_zeromq.pb.h.
Impl_ goby::zeromq::protobuf::ManagerResponse::_impl_ |
Definition at line 1083 of file interprocess_zeromq.pb.h.
|
staticconstexpr |
Definition at line 889 of file interprocess_zeromq.pb.h.