Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::zeromq::protobuf::ManagerRequest Class Referencefinal

#include <goby/zeromq/protobuf/interprocess_zeromq.pb.h>

Inheritance diagram for goby::zeromq::protobuf::ManagerRequest:

Public Types

enum  : int { kClientNameFieldNumber = 2 , kClientPidFieldNumber = 3 , kReadyFieldNumber = 4 , kRequestFieldNumber = 1 }

Public Member Functions

 ManagerRequest ()
 ~ManagerRequest () override
PROTOBUF_CONSTEXPR ManagerRequest (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 ManagerRequest (const ManagerRequest &from)
 ManagerRequest (ManagerRequest &&from) noexcept
ManagerRequestoperator= (const ManagerRequest &from)
ManagerRequestoperator= (ManagerRequest &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (ManagerRequest *other)
void UnsafeArenaSwap (ManagerRequest *other)
ManagerRequestNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const ManagerRequest &from)
void MergeFrom (const ManagerRequest &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_client_pid () const
void clear_client_pid ()
int32_t client_pid () const
void set_client_pid (int32_t value)
bool has_ready () const
void clear_ready ()
bool ready () const
void set_ready (bool value)
bool has_request () const
void clear_request ()
::goby::zeromq::protobuf::Request request () const
void set_request (::goby::zeromq::protobuf::Request 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 ManagerRequestdefault_instance ()
static const ManagerRequestinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

 ManagerRequest (::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 (ManagerRequest &a, ManagerRequest &b)

Detailed Description

Definition at line 210 of file interprocess_zeromq.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kClientNameFieldNumber 
kClientPidFieldNumber 
kReadyFieldNumber 
kRequestFieldNumber 

Definition at line 337 of file interprocess_zeromq.pb.h.

Constructor & Destructor Documentation

◆ ManagerRequest() [1/5]

goby::zeromq::protobuf::ManagerRequest::ManagerRequest ( )
inline

Definition at line 213 of file interprocess_zeromq.pb.h.

◆ ~ManagerRequest()

goby::zeromq::protobuf::ManagerRequest::~ManagerRequest ( )
override

◆ ManagerRequest() [2/5]

PROTOBUF_CONSTEXPR goby::zeromq::protobuf::ManagerRequest::ManagerRequest ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ ManagerRequest() [3/5]

goby::zeromq::protobuf::ManagerRequest::ManagerRequest ( const ManagerRequest & from)

◆ ManagerRequest() [4/5]

goby::zeromq::protobuf::ManagerRequest::ManagerRequest ( ManagerRequest && from)
inlinenoexcept

Definition at line 218 of file interprocess_zeromq.pb.h.

◆ ManagerRequest() [5/5]

goby::zeromq::protobuf::ManagerRequest::ManagerRequest ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::zeromq::protobuf::ManagerRequest::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::zeromq::protobuf::ManagerRequest::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::zeromq::protobuf::ManagerRequest::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::zeromq::protobuf::ManagerRequest::Clear ( )
final

◆ clear_client_name()

void goby::zeromq::protobuf::ManagerRequest::clear_client_name ( )
inline

Definition at line 1413 of file interprocess_zeromq.pb.h.

◆ clear_client_pid()

void goby::zeromq::protobuf::ManagerRequest::clear_client_pid ( )
inline

Definition at line 1481 of file interprocess_zeromq.pb.h.

◆ clear_ready()

void goby::zeromq::protobuf::ManagerRequest::clear_ready ( )
inline

Definition at line 1509 of file interprocess_zeromq.pb.h.

◆ clear_request()

void goby::zeromq::protobuf::ManagerRequest::clear_request ( )
inline

Definition at line 1384 of file interprocess_zeromq.pb.h.

◆ client_name()

const std::string & goby::zeromq::protobuf::ManagerRequest::client_name ( ) const
inline

Definition at line 1417 of file interprocess_zeromq.pb.h.

◆ client_pid()

int32_t goby::zeromq::protobuf::ManagerRequest::client_pid ( ) const
inline

Definition at line 1488 of file interprocess_zeromq.pb.h.

◆ CopyFrom()

void goby::zeromq::protobuf::ManagerRequest::CopyFrom ( const ManagerRequest & from)

◆ default_instance()

const ManagerRequest & goby::zeromq::protobuf::ManagerRequest::default_instance ( )
inlinestatic

Definition at line 257 of file interprocess_zeromq.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::zeromq::protobuf::ManagerRequest::descriptor ( )
inlinestatic

Definition at line 248 of file interprocess_zeromq.pb.h.

◆ GetCachedSize()

int goby::zeromq::protobuf::ManagerRequest::GetCachedSize ( ) const
inlinefinal

Definition at line 310 of file interprocess_zeromq.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::zeromq::protobuf::ManagerRequest::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::zeromq::protobuf::ManagerRequest::GetDescriptor ( )
inlinestatic

Definition at line 251 of file interprocess_zeromq.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::zeromq::protobuf::ManagerRequest::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::zeromq::protobuf::ManagerRequest::GetReflection ( )
inlinestatic

Definition at line 254 of file interprocess_zeromq.pb.h.

◆ has_client_name()

bool goby::zeromq::protobuf::ManagerRequest::has_client_name ( ) const
inline

Definition at line 1410 of file interprocess_zeromq.pb.h.

◆ has_client_pid()

bool goby::zeromq::protobuf::ManagerRequest::has_client_pid ( ) const
inline

Definition at line 1478 of file interprocess_zeromq.pb.h.

◆ has_ready()

bool goby::zeromq::protobuf::ManagerRequest::has_ready ( ) const
inline

Definition at line 1506 of file interprocess_zeromq.pb.h.

◆ has_request()

bool goby::zeromq::protobuf::ManagerRequest::has_request ( ) const
inline

Definition at line 1381 of file interprocess_zeromq.pb.h.

◆ internal_default_instance()

const ManagerRequest * goby::zeromq::protobuf::ManagerRequest::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

bool goby::zeromq::protobuf::ManagerRequest::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::zeromq::protobuf::ManagerRequest::MergeFrom ( const ManagerRequest & from)
inline

Definition at line 297 of file interprocess_zeromq.pb.h.

◆ mutable_client_name()

std::string * goby::zeromq::protobuf::ManagerRequest::mutable_client_name ( )
inline

Definition at line 1428 of file interprocess_zeromq.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::zeromq::protobuf::ManagerRequest::mutable_unknown_fields ( )
inline

Definition at line 244 of file interprocess_zeromq.pb.h.

◆ New()

ManagerRequest * goby::zeromq::protobuf::ManagerRequest::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

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

◆ operator=() [1/2]

ManagerRequest & goby::zeromq::protobuf::ManagerRequest::operator= ( const ManagerRequest & from)
inline

Definition at line 223 of file interprocess_zeromq.pb.h.

◆ operator=() [2/2]

ManagerRequest & goby::zeromq::protobuf::ManagerRequest::operator= ( ManagerRequest && from)
inlinenoexcept

Definition at line 227 of file interprocess_zeromq.pb.h.

◆ ready()

bool goby::zeromq::protobuf::ManagerRequest::ready ( ) const
inline

Definition at line 1516 of file interprocess_zeromq.pb.h.

◆ release_client_name()

std::string * goby::zeromq::protobuf::ManagerRequest::release_client_name ( )
inline

Definition at line 1444 of file interprocess_zeromq.pb.h.

◆ request()

goby::zeromq::protobuf::Request goby::zeromq::protobuf::ManagerRequest::request ( ) const
inline

Definition at line 1391 of file interprocess_zeromq.pb.h.

◆ set_allocated_client_name()

void goby::zeromq::protobuf::ManagerRequest::set_allocated_client_name ( std::string * client_name)
inline

Definition at line 1458 of file interprocess_zeromq.pb.h.

◆ set_client_name() [1/2]

template<typename ArgT0, typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::zeromq::protobuf::ManagerRequest::set_client_name ( ArgT0 && arg0,
ArgT... args )
inline

Definition at line 1423 of file interprocess_zeromq.pb.h.

◆ set_client_name() [2/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::zeromq::protobuf::ManagerRequest::set_client_name ( ArgT0 && arg0,
ArgT... args )

◆ set_client_pid()

void goby::zeromq::protobuf::ManagerRequest::set_client_pid ( int32_t value)
inline

Definition at line 1496 of file interprocess_zeromq.pb.h.

◆ set_ready()

void goby::zeromq::protobuf::ManagerRequest::set_ready ( bool value)
inline

Definition at line 1524 of file interprocess_zeromq.pb.h.

◆ set_request()

void goby::zeromq::protobuf::ManagerRequest::set_request ( ::goby::zeromq::protobuf::Request value)
inline

Definition at line 1400 of file interprocess_zeromq.pb.h.

◆ Swap()

void goby::zeromq::protobuf::ManagerRequest::Swap ( ManagerRequest * other)
inline

Definition at line 270 of file interprocess_zeromq.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::zeromq::protobuf::ManagerRequest::unknown_fields ( ) const
inline

Definition at line 241 of file interprocess_zeromq.pb.h.

◆ UnsafeArenaSwap()

void goby::zeromq::protobuf::ManagerRequest::UnsafeArenaSwap ( ManagerRequest * other)
inline

Definition at line 283 of file interprocess_zeromq.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 407 of file interprocess_zeromq.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 319 of file interprocess_zeromq.pb.h.

◆ ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto

friend struct ::TableStruct_goby_2fzeromq_2fprotobuf_2finterprocess_5fzeromq_2eproto
friend

Definition at line 419 of file interprocess_zeromq.pb.h.

◆ swap

void swap ( ManagerRequest & a,
ManagerRequest & b )
friend

Definition at line 267 of file interprocess_zeromq.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::zeromq::protobuf::ManagerRequest::_class_data_
static

Definition at line 328 of file interprocess_zeromq.pb.h.

◆ _impl_

Impl_ goby::zeromq::protobuf::ManagerRequest::_impl_

Definition at line 418 of file interprocess_zeromq.pb.h.

◆ kIndexInFileMessages

int goby::zeromq::protobuf::ManagerRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 264 of file interprocess_zeromq.pb.h.


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