Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage Class Referencefinal

#include <goby/middleware/frontseat/waveglider/waveglider_sv2_frontseat_driver.pb.h>

Inheritance diagram for goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage:

Public Types

enum  : int { kHeaderFieldNumber = 1 , kFooterFieldNumber = 100 }
enum  DCCLParameters { DCCL_ID = 8257600 , DCCL_MAX_BYTES = 557 }

Public Member Functions

 SV2RequestQueuedMessage ()
 ~SV2RequestQueuedMessage () override
PROTOBUF_CONSTEXPR SV2RequestQueuedMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 SV2RequestQueuedMessage (const SV2RequestQueuedMessage &from)
 SV2RequestQueuedMessage (SV2RequestQueuedMessage &&from) noexcept
SV2RequestQueuedMessageoperator= (const SV2RequestQueuedMessage &from)
SV2RequestQueuedMessageoperator= (SV2RequestQueuedMessage &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (SV2RequestQueuedMessage *other)
void UnsafeArenaSwap (SV2RequestQueuedMessage *other)
SV2RequestQueuedMessageNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const SV2RequestQueuedMessage &from)
void MergeFrom (const SV2RequestQueuedMessage &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_header () const
void clear_header ()
const ::goby::middleware::frontseat::protobuf::SV2Headerheader () const
PROTOBUF_NODISCARD::goby::middleware::frontseat::protobuf::SV2Header * release_header ()
::goby::middleware::frontseat::protobuf::SV2Headermutable_header ()
void set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
void unsafe_arena_set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
::goby::middleware::frontseat::protobuf::SV2Headerunsafe_arena_release_header ()
bool has_footer () const
void clear_footer ()
const ::goby::middleware::frontseat::protobuf::SV2Footerfooter () const
PROTOBUF_NODISCARD::goby::middleware::frontseat::protobuf::SV2Footer * release_footer ()
::goby::middleware::frontseat::protobuf::SV2Footermutable_footer ()
void set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
void unsafe_arena_set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
::goby::middleware::frontseat::protobuf::SV2Footerunsafe_arena_release_footer ()

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 SV2RequestQueuedMessagedefault_instance ()
static const SV2RequestQueuedMessageinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

Definition at line 1929 of file waveglider_sv2_frontseat_driver.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kFooterFieldNumber 

Definition at line 2056 of file waveglider_sv2_frontseat_driver.pb.h.

◆ DCCLParameters

Constructor & Destructor Documentation

◆ SV2RequestQueuedMessage() [1/5]

goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::SV2RequestQueuedMessage ( )
inline

Definition at line 1932 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ~SV2RequestQueuedMessage()

goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::~SV2RequestQueuedMessage ( )
override

◆ SV2RequestQueuedMessage() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::SV2RequestQueuedMessage ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized )
explicit

◆ SV2RequestQueuedMessage() [3/5]

goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::SV2RequestQueuedMessage ( const SV2RequestQueuedMessage & from)

◆ SV2RequestQueuedMessage() [4/5]

goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::SV2RequestQueuedMessage ( SV2RequestQueuedMessage && from)
inlinenoexcept

Definition at line 1937 of file waveglider_sv2_frontseat_driver.pb.h.

◆ SV2RequestQueuedMessage() [5/5]

goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::SV2RequestQueuedMessage ( ::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned = false )
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::_InternalParse ( const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx )
final

◆ _InternalSerialize()

uint8_t * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::_InternalSerialize ( uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream ) const
final

◆ ByteSizeLong()

size_t goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::Clear ( )
final

◆ clear_footer()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::clear_footer ( )
inline

Definition at line 5807 of file waveglider_sv2_frontseat_driver.pb.h.

◆ clear_header()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::clear_header ( )
inline

Definition at line 5717 of file waveglider_sv2_frontseat_driver.pb.h.

◆ CopyFrom()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::CopyFrom ( const SV2RequestQueuedMessage & from)

◆ default_instance()

const SV2RequestQueuedMessage & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::default_instance ( )
inlinestatic

Definition at line 1976 of file waveglider_sv2_frontseat_driver.pb.h.

◆ descriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::descriptor ( )
inlinestatic

Definition at line 1967 of file waveglider_sv2_frontseat_driver.pb.h.

◆ footer()

const::goby::middleware::frontseat::protobuf::SV2Footer & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::footer ( ) const
inline

Definition at line 5816 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetCachedSize()

int goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::GetCachedSize ( ) const
inlinefinal

Definition at line 2029 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::GetClassData ( ) const
final

◆ GetDescriptor()

const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::GetDescriptor ( )
inlinestatic

Definition at line 1970 of file waveglider_sv2_frontseat_driver.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::GetMetadata ( ) const
final

◆ GetReflection()

const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::GetReflection ( )
inlinestatic

Definition at line 1973 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_footer()

bool goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::has_footer ( ) const
inline

Definition at line 5804 of file waveglider_sv2_frontseat_driver.pb.h.

◆ has_header()

bool goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::has_header ( ) const
inline

Definition at line 5714 of file waveglider_sv2_frontseat_driver.pb.h.

◆ header()

const::goby::middleware::frontseat::protobuf::SV2Header & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::header ( ) const
inline

Definition at line 5726 of file waveglider_sv2_frontseat_driver.pb.h.

◆ internal_default_instance()

const SV2RequestQueuedMessage * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::internal_default_instance ( )
inlinestatic

Definition at line 1979 of file waveglider_sv2_frontseat_driver.pb.h.

◆ IsInitialized()

bool goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::MergeFrom ( const SV2RequestQueuedMessage & from)
inline

Definition at line 2016 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::mutable_footer ( )
inline

Definition at line 5863 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::mutable_header ( )
inline

Definition at line 5773 of file waveglider_sv2_frontseat_driver.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::mutable_unknown_fields ( )
inline

Definition at line 1963 of file waveglider_sv2_frontseat_driver.pb.h.

◆ New()

SV2RequestQueuedMessage * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::New ( ::PROTOBUF_NAMESPACE_ID::Arena * arena = nullptr) const
inlinefinal

Definition at line 2010 of file waveglider_sv2_frontseat_driver.pb.h.

◆ operator=() [1/2]

SV2RequestQueuedMessage & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::operator= ( const SV2RequestQueuedMessage & from)
inline

Definition at line 1942 of file waveglider_sv2_frontseat_driver.pb.h.

◆ operator=() [2/2]

SV2RequestQueuedMessage & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::operator= ( SV2RequestQueuedMessage && from)
inlinenoexcept

Definition at line 1946 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::release_footer ( )
inline

Definition at line 5833 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::release_header ( )
inline

Definition at line 5743 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_allocated_footer()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::set_allocated_footer ( ::goby::middleware::frontseat::protobuf::SV2Footer * footer)
inline

Definition at line 5868 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_allocated_header()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::set_allocated_header ( ::goby::middleware::frontseat::protobuf::SV2Header * header)
inline

Definition at line 5778 of file waveglider_sv2_frontseat_driver.pb.h.

◆ Swap()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::Swap ( SV2RequestQueuedMessage * other)
inline

Definition at line 1989 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::unknown_fields ( ) const
inline

Definition at line 1960 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_release_footer()

goby::middleware::frontseat::protobuf::SV2Footer * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::unsafe_arena_release_footer ( )
inline

Definition at line 5848 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_release_header()

goby::middleware::frontseat::protobuf::SV2Header * goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::unsafe_arena_release_header ( )
inline

Definition at line 5758 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_set_allocated_footer()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::unsafe_arena_set_allocated_footer ( ::goby::middleware::frontseat::protobuf::SV2Footer * footer)
inline

Definition at line 5820 of file waveglider_sv2_frontseat_driver.pb.h.

◆ unsafe_arena_set_allocated_header()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::unsafe_arena_set_allocated_header ( ::goby::middleware::frontseat::protobuf::SV2Header * header)
inline

Definition at line 5730 of file waveglider_sv2_frontseat_driver.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::UnsafeArenaSwap ( SV2RequestQueuedMessage * other)
inline

Definition at line 2002 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

Definition at line 2104 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 2038 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto

friend struct ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto
friend

Definition at line 2114 of file waveglider_sv2_frontseat_driver.pb.h.

◆ swap

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

Definition at line 1986 of file waveglider_sv2_frontseat_driver.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::_class_data_
static

Definition at line 2047 of file waveglider_sv2_frontseat_driver.pb.h.

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::_impl_

Definition at line 2113 of file waveglider_sv2_frontseat_driver.pb.h.

◆ kIndexInFileMessages

int goby::middleware::frontseat::protobuf::SV2RequestQueuedMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

Definition at line 1983 of file waveglider_sv2_frontseat_driver.pb.h.


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