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

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

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

Public Types

enum  : int { kHeaderFieldNumber = 1 , kFooterFieldNumber = 100 , kOriginalMsgTypeFieldNumber = 2 }
enum  DCCLParameters { DCCL_ID = 8258305 , DCCL_MAX_BYTES = 557 }

Public Member Functions

 SV2ReplyQueuedMessage ()
 ~SV2ReplyQueuedMessage () override
PROTOBUF_CONSTEXPR SV2ReplyQueuedMessage (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 SV2ReplyQueuedMessage (const SV2ReplyQueuedMessage &from)
 SV2ReplyQueuedMessage (SV2ReplyQueuedMessage &&from) noexcept
SV2ReplyQueuedMessageoperator= (const SV2ReplyQueuedMessage &from)
SV2ReplyQueuedMessageoperator= (SV2ReplyQueuedMessage &&from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
void Swap (SV2ReplyQueuedMessage *other)
void UnsafeArenaSwap (SV2ReplyQueuedMessage *other)
SV2ReplyQueuedMessageNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
void CopyFrom (const SV2ReplyQueuedMessage &from)
void MergeFrom (const SV2ReplyQueuedMessage &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 ()
bool has_original_msg_type () const
void clear_original_msg_type ()
uint32_t original_msg_type () const
void set_original_msg_type (uint32_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 SV2ReplyQueuedMessagedefault_instance ()
static const SV2ReplyQueuedMessageinternal_default_instance ()

Static Public Attributes

static constexpr int kIndexInFileMessages
static const ClassData _class_data_

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kFooterFieldNumber 
kOriginalMsgTypeFieldNumber 

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

◆ DCCLParameters

Constructor & Destructor Documentation

◆ SV2ReplyQueuedMessage() [1/5]

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

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

◆ ~SV2ReplyQueuedMessage()

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

◆ SV2ReplyQueuedMessage() [2/5]

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

◆ SV2ReplyQueuedMessage() [3/5]

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

◆ SV2ReplyQueuedMessage() [4/5]

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

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

◆ SV2ReplyQueuedMessage() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_original_msg_type()

void goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::clear_original_msg_type ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ footer()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_original_msg_type()

bool goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::has_original_msg_type ( ) const
inline

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

◆ header()

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

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_footer()

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

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

◆ mutable_header()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ original_msg_type()

uint32_t goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::original_msg_type ( ) const
inline

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

◆ release_footer()

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

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

◆ release_header()

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

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

◆ set_allocated_footer()

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

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

◆ set_allocated_header()

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

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

◆ set_original_msg_type()

void goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::set_original_msg_type ( uint32_t value)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_footer()

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

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

◆ unsafe_arena_release_header()

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

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

◆ unsafe_arena_set_allocated_footer()

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

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

◆ unsafe_arena_set_allocated_header()

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

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

◆ UnsafeArenaSwap()

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

Definition at line 2191 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 2307 of file waveglider_sv2_frontseat_driver.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 2227 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 2318 of file waveglider_sv2_frontseat_driver.pb.h.

◆ swap

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

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::_impl_

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

◆ kIndexInFileMessages

int goby::middleware::frontseat::protobuf::SV2ReplyQueuedMessage::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

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


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