Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::acomms::protobuf::StoreServerRequest Class Referencefinal

#include <goby/acomms/protobuf/store_server.pb.h>

Inheritance diagram for goby::acomms::protobuf::StoreServerRequest:

Public Types

enum  : int { kOutboxFieldNumber = 2 , kRequestIdFieldNumber = 3 , kModemIdFieldNumber = 1 }

Public Member Functions

 StoreServerRequest ()
 ~StoreServerRequest () override
PROTOBUF_CONSTEXPR StoreServerRequest (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 StoreServerRequest (const StoreServerRequest &from)
 StoreServerRequest (StoreServerRequest &&from) noexcept
StoreServerRequestoperator= (const StoreServerRequest &from)
StoreServerRequestoperator= (StoreServerRequest &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (StoreServerRequest *other)
void UnsafeArenaSwap (StoreServerRequest *other)
StoreServerRequestNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const StoreServerRequest &from)
void MergeFrom (const StoreServerRequest &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 outbox_size () const
void clear_outbox ()
::goby::acomms::protobuf::ModemTransmissionmutable_outbox (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > * mutable_outbox ()
const ::goby::acomms::protobuf::ModemTransmissionoutbox (int index) const
::goby::acomms::protobuf::ModemTransmissionadd_outbox ()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::acomms::protobuf::ModemTransmission > & outbox () const
bool has_request_id () const
void clear_request_id ()
uint64_t request_id () const
void set_request_id (uint64_t value)
bool has_modem_id () const
void clear_modem_id ()
int32_t modem_id () const
void set_modem_id (int32_t value)

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 StoreServerRequestdefault_instance ()
static const StoreServerRequestinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

 StoreServerRequest (::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_2facomms_2fprotobuf_2fstore_5fserver_2eproto
void swap (StoreServerRequest &a, StoreServerRequest &b)

Detailed Description

Definition at line 74 of file store_server.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kOutboxFieldNumber 
kRequestIdFieldNumber 
kModemIdFieldNumber 

Definition at line 201 of file store_server.pb.h.

Constructor & Destructor Documentation

◆ StoreServerRequest() [1/5]

goby::acomms::protobuf::StoreServerRequest::StoreServerRequest ( )
inline

Definition at line 77 of file store_server.pb.h.

◆ ~StoreServerRequest()

goby::acomms::protobuf::StoreServerRequest::~StoreServerRequest ( )
override

◆ StoreServerRequest() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::StoreServerRequest::StoreServerRequest ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ StoreServerRequest() [3/5]

goby::acomms::protobuf::StoreServerRequest::StoreServerRequest ( const StoreServerRequest & from)

◆ StoreServerRequest() [4/5]

goby::acomms::protobuf::StoreServerRequest::StoreServerRequest ( StoreServerRequest && from)
inlinenoexcept

Definition at line 82 of file store_server.pb.h.

◆ StoreServerRequest() [5/5]

goby::acomms::protobuf::StoreServerRequest::StoreServerRequest ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_outbox()

goby::acomms::protobuf::ModemTransmission * goby::acomms::protobuf::StoreServerRequest::add_outbox ( )
inline

Definition at line 527 of file store_server.pb.h.

◆ ByteSizeLong()

size_t goby::acomms::protobuf::StoreServerRequest::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::StoreServerRequest::Clear ( )
final

◆ clear_modem_id()

void goby::acomms::protobuf::StoreServerRequest::clear_modem_id ( )
inline

Definition at line 481 of file store_server.pb.h.

◆ clear_outbox()

void goby::acomms::protobuf::StoreServerRequest::clear_outbox ( )

◆ clear_request_id()

void goby::acomms::protobuf::StoreServerRequest::clear_request_id ( )
inline

Definition at line 546 of file store_server.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::StoreServerRequest::CopyFrom ( const StoreServerRequest & from)

◆ default_instance()

const StoreServerRequest & goby::acomms::protobuf::StoreServerRequest::default_instance ( )
inlinestatic

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

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::StoreServerRequest::descriptor ( )
inlinestatic

Definition at line 112 of file store_server.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::StoreServerRequest::GetCachedSize ( ) const
inlinefinal

Definition at line 174 of file store_server.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::StoreServerRequest::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::StoreServerRequest::GetDescriptor ( )
inlinestatic

Definition at line 115 of file store_server.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::StoreServerRequest::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::StoreServerRequest::GetReflection ( )
inlinestatic

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

◆ has_modem_id()

bool goby::acomms::protobuf::StoreServerRequest::has_modem_id ( ) const
inline

Definition at line 478 of file store_server.pb.h.

◆ has_request_id()

bool goby::acomms::protobuf::StoreServerRequest::has_request_id ( ) const
inline

Definition at line 543 of file store_server.pb.h.

◆ internal_default_instance()

const StoreServerRequest * goby::acomms::protobuf::StoreServerRequest::internal_default_instance ( )
inlinestatic

Definition at line 124 of file store_server.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::StoreServerRequest::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::StoreServerRequest::MergeFrom ( const StoreServerRequest & from)
inline

Definition at line 161 of file store_server.pb.h.

◆ modem_id()

int32_t goby::acomms::protobuf::StoreServerRequest::modem_id ( ) const
inline

Definition at line 488 of file store_server.pb.h.

◆ mutable_outbox() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > * goby::acomms::protobuf::StoreServerRequest::mutable_outbox ( )
inline

Definition at line 513 of file store_server.pb.h.

◆ mutable_outbox() [2/2]

goby::acomms::protobuf::ModemTransmission * goby::acomms::protobuf::StoreServerRequest::mutable_outbox ( int index)
inline

Definition at line 508 of file store_server.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::StoreServerRequest::mutable_unknown_fields ( )
inline

Definition at line 108 of file store_server.pb.h.

◆ New()

StoreServerRequest * goby::acomms::protobuf::StoreServerRequest::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 155 of file store_server.pb.h.

◆ operator=() [1/2]

StoreServerRequest & goby::acomms::protobuf::StoreServerRequest::operator= ( const StoreServerRequest & from)
inline

Definition at line 87 of file store_server.pb.h.

◆ operator=() [2/2]

StoreServerRequest & goby::acomms::protobuf::StoreServerRequest::operator= ( StoreServerRequest && from)
inlinenoexcept

Definition at line 91 of file store_server.pb.h.

◆ outbox() [1/2]

const::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::goby::acomms::protobuf::ModemTransmission > & goby::acomms::protobuf::StoreServerRequest::outbox ( ) const
inline

Definition at line 533 of file store_server.pb.h.

◆ outbox() [2/2]

const::goby::acomms::protobuf::ModemTransmission & goby::acomms::protobuf::StoreServerRequest::outbox ( int index) const
inline

Definition at line 520 of file store_server.pb.h.

◆ outbox_size()

int goby::acomms::protobuf::StoreServerRequest::outbox_size ( ) const
inline

Definition at line 505 of file store_server.pb.h.

◆ request_id()

uint64_t goby::acomms::protobuf::StoreServerRequest::request_id ( ) const
inline

Definition at line 553 of file store_server.pb.h.

◆ set_modem_id()

void goby::acomms::protobuf::StoreServerRequest::set_modem_id ( int32_t value)
inline

Definition at line 496 of file store_server.pb.h.

◆ set_request_id()

void goby::acomms::protobuf::StoreServerRequest::set_request_id ( uint64_t value)
inline

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

◆ Swap()

void goby::acomms::protobuf::StoreServerRequest::Swap ( StoreServerRequest * other)
inline

Definition at line 134 of file store_server.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::StoreServerRequest::unknown_fields ( ) const
inline

Definition at line 105 of file store_server.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::StoreServerRequest::UnsafeArenaSwap ( StoreServerRequest * other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 183 of file store_server.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto

friend struct ::TableStruct_goby_2facomms_2fprotobuf_2fstore_5fserver_2eproto
friend

Definition at line 265 of file store_server.pb.h.

◆ swap

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

Definition at line 131 of file store_server.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::StoreServerRequest::_class_data_
static

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

◆ _impl_

Impl_ goby::acomms::protobuf::StoreServerRequest::_impl_

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

◆ kIndexInFileMessages

int goby::acomms::protobuf::StoreServerRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 128 of file store_server.pb.h.


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