Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::frontseat::protobuf::SV2GenericNAK Class Referencefinal

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

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

Public Types

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

Public Member Functions

 SV2GenericNAK ()
 
 ~SV2GenericNAK () override
 
PROTOBUF_CONSTEXPR SV2GenericNAK (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SV2GenericNAK (const SV2GenericNAK &from)
 
 SV2GenericNAK (SV2GenericNAK &&from) noexcept
 
SV2GenericNAKoperator= (const SV2GenericNAK &from)
 
SV2GenericNAKoperator= (SV2GenericNAK &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2GenericNAK *other)
 
void UnsafeArenaSwap (SV2GenericNAK *other)
 
SV2GenericNAKNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SV2GenericNAK &from)
 
void MergeFrom (const SV2GenericNAK &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)
 
bool has_response_code () const
 
void clear_response_code ()
 
uint32_t response_code () const
 
void set_response_code (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 SV2GenericNAKdefault_instance ()
 
static const SV2GenericNAKinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHeaderFieldNumber 
kFooterFieldNumber 
kOriginalMsgTypeFieldNumber 
kResponseCodeFieldNumber 

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

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ SV2GenericNAK() [1/5]

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

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

◆ ~SV2GenericNAK()

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

◆ SV2GenericNAK() [2/5]

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

◆ SV2GenericNAK() [3/5]

goby::middleware::frontseat::protobuf::SV2GenericNAK::SV2GenericNAK ( const SV2GenericNAK from)

◆ SV2GenericNAK() [4/5]

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

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

◆ SV2GenericNAK() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_original_msg_type()

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

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

◆ clear_response_code()

void goby::middleware::frontseat::protobuf::SV2GenericNAK::clear_response_code ( )
inline

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

◆ CopyFrom()

void goby::middleware::frontseat::protobuf::SV2GenericNAK::CopyFrom ( const SV2GenericNAK from)

◆ default_instance()

static const SV2GenericNAK & goby::middleware::frontseat::protobuf::SV2GenericNAK::default_instance ( )
inlinestatic

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

◆ descriptor()

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

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

◆ footer()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_original_msg_type()

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

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

◆ has_response_code()

bool goby::middleware::frontseat::protobuf::SV2GenericNAK::has_response_code ( ) const
inline

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

◆ header()

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

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

◆ internal_default_instance()

static const SV2GenericNAK * goby::middleware::frontseat::protobuf::SV2GenericNAK::internal_default_instance ( )
inlinestatic

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_footer()

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

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

◆ mutable_header()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ original_msg_type()

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

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

◆ release_footer()

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

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

◆ release_header()

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

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

◆ response_code()

uint32_t goby::middleware::frontseat::protobuf::SV2GenericNAK::response_code ( ) const
inline

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

◆ set_allocated_footer()

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

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

◆ set_allocated_header()

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

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

◆ set_original_msg_type()

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

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

◆ set_response_code()

void goby::middleware::frontseat::protobuf::SV2GenericNAK::set_response_code ( uint32_t  value)
inline

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

◆ Swap()

void goby::middleware::frontseat::protobuf::SV2GenericNAK::Swap ( SV2GenericNAK other)
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_footer()

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

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

◆ unsafe_arena_release_header()

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

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

◆ unsafe_arena_set_allocated_footer()

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

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

◆ unsafe_arena_set_allocated_header()

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

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

◆ UnsafeArenaSwap()

void goby::middleware::frontseat::protobuf::SV2GenericNAK::UnsafeArenaSwap ( SV2GenericNAK other)
inline

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

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto

◆ swap

void swap ( SV2GenericNAK a,
SV2GenericNAK b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::SV2GenericNAK::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2GenericNAK::kIndexInFileMessages
staticconstexpr
Initial value:
=
9

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


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