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

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

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

Public Types

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

Public Member Functions

 SV2SendToConsole ()
 
 ~SV2SendToConsole () override
 
PROTOBUF_CONSTEXPR SV2SendToConsole (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 SV2SendToConsole (const SV2SendToConsole &from)
 
 SV2SendToConsole (SV2SendToConsole &&from) noexcept
 
SV2SendToConsoleoperator= (const SV2SendToConsole &from)
 
SV2SendToConsoleoperator= (SV2SendToConsole &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2SendToConsole *other)
 
void UnsafeArenaSwap (SV2SendToConsole *other)
 
SV2SendToConsoleNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const SV2SendToConsole &from)
 
void MergeFrom (const SV2SendToConsole &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_text () const
 
void clear_text ()
 
const std::string & text () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_text (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_text ()
 
PROTOBUF_NODISCARD std::string * release_text ()
 
void set_allocated_text (std::string *text)
 
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)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_text (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 SV2SendToConsoledefault_instance ()
 
static const SV2SendToConsoleinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTextFieldNumber 
kHeaderFieldNumber 
kFooterFieldNumber 
kOriginalMsgTypeFieldNumber 

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

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ SV2SendToConsole() [1/5]

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

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

◆ ~SV2SendToConsole()

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

◆ SV2SendToConsole() [2/5]

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

◆ SV2SendToConsole() [3/5]

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

◆ SV2SendToConsole() [4/5]

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

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

◆ SV2SendToConsole() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_original_msg_type()

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

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

◆ clear_text()

void goby::middleware::frontseat::protobuf::SV2SendToConsole::clear_text ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ footer()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_original_msg_type()

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

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

◆ has_text()

bool goby::middleware::frontseat::protobuf::SV2SendToConsole::has_text ( ) const
inline

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

◆ header()

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

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_footer()

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

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

◆ mutable_header()

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

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

◆ mutable_text()

std::string * goby::middleware::frontseat::protobuf::SV2SendToConsole::mutable_text ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ original_msg_type()

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

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

◆ release_footer()

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

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

◆ release_header()

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

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

◆ release_text()

std::string * goby::middleware::frontseat::protobuf::SV2SendToConsole::release_text ( )
inline

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

◆ set_allocated_footer()

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

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

◆ set_allocated_header()

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

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

◆ set_allocated_text()

void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_allocated_text ( std::string *  text)
inline

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

◆ set_original_msg_type()

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

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

◆ set_text() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_text ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_text() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_text ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ Swap()

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

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

◆ text()

const std::string & goby::middleware::frontseat::protobuf::SV2SendToConsole::text ( ) const
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_footer()

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

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

◆ unsafe_arena_release_header()

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

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

◆ unsafe_arena_set_allocated_footer()

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

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

◆ unsafe_arena_set_allocated_header()

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

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto

◆ swap

void swap ( SV2SendToConsole a,
SV2SendToConsole b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ goby::middleware::frontseat::protobuf::SV2SendToConsole::_impl_

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

◆ kIndexInFileMessages

constexpr int goby::middleware::frontseat::protobuf::SV2SendToConsole::kIndexInFileMessages
staticconstexpr
Initial value:
=
11

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


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