Goby3  3.1.4
2024.02.22
goby::middleware::frontseat::protobuf::SV2SendToConsole Class Reference

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

Inheritance diagram for goby::middleware::frontseat::protobuf::SV2SendToConsole:
google::protobuf::Message google::protobuf::MessageLite

Public Types

enum  DCCLParameters { DCCL_ID = 8258561, DCCL_MAX_BYTES = 557 }
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 SV2SendToConsole ()
 
virtual ~SV2SendToConsole ()
 
 SV2SendToConsole (const SV2SendToConsole &from)
 
SV2SendToConsoleoperator= (const SV2SendToConsole &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SV2SendToConsole *other)
 
SV2SendToConsoleNew () const final
 
SV2SendToConsoleNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const SV2SendToConsole &from)
 
void MergeFrom (const SV2SendToConsole &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_text () const
 
void clear_text ()
 
const ::std::string & text () const
 
void set_text (const ::std::string &value)
 
void set_text (const char *value)
 
void set_text (const void *value, size_t size)
 
::std::string * mutable_text ()
 
::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
 
::goby::middleware::frontseat::protobuf::SV2Headerrelease_header ()
 
::goby::middleware::frontseat::protobuf::SV2Headermutable_header ()
 
void set_allocated_header (::goby::middleware::frontseat::protobuf::SV2Header *header)
 
bool has_footer () const
 
void clear_footer ()
 
const ::goby::middleware::frontseat::protobuf::SV2Footerfooter () const
 
::goby::middleware::frontseat::protobuf::SV2Footerrelease_footer ()
 
::goby::middleware::frontseat::protobuf::SV2Footermutable_footer ()
 
void set_allocated_footer (::goby::middleware::frontseat::protobuf::SV2Footer *footer)
 
bool has_original_msg_type () const
 
void clear_original_msg_type ()
 
::google::protobuf::uint32 original_msg_type () const
 
void set_original_msg_type (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual size_t SpaceUsedLong () const
 
int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (std::istream *input)
 
bool ParsePartialFromIstream (std::istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (std::ostream *output) const
 
bool SerializePartialToOstream (std::ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const Descriptor * GetDescriptor () const
 
virtual const ReflectionGetReflection () const final
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual void * GetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
int ByteSize () const
 
virtual uint8 * SerializeWithCachedSizesToArray (uint8 *target) const
 
virtual uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SV2SendToConsoledefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SV2SendToConsoleinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kTextFieldNumber = 5
 
static const int kHeaderFieldNumber = 1
 
static const int kFooterFieldNumber = 100
 
static const int kOriginalMsgTypeFieldNumber = 2
 

Friends

struct ::protobuf_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto::TableStruct
 
void swap (SV2SendToConsole &a, SV2SendToConsole &b)
 

Additional Inherited Members

- Static Protected Member Functions inherited from google::protobuf::MessageLite
template<typename T >
::google::protobuf::internal::RepeatedPtrFieldBase * CastToBase (::google::protobuf::RepeatedPtrField< T > *repeated)
 
template<typename T >
static const ::google::protobuf::internal::RepeatedPtrFieldBase & CastToBase (const ::google::protobuf::RepeatedPtrField< T > &repeated)
 
template<typename T >
static T * CreateMaybeMessage (Arena *arena)
 

Detailed Description

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

Member Enumeration Documentation

◆ DCCLParameters

Enumerator
DCCL_ID 
DCCL_MAX_BYTES 

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

Constructor & Destructor Documentation

◆ SV2SendToConsole() [1/2]

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

◆ ~SV2SendToConsole()

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

◆ SV2SendToConsole() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

void goby::middleware::frontseat::protobuf::SV2SendToConsole::Clear ( )
finalvirtual

Reimplemented from google::protobuf::Message.

◆ clear_footer()

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

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

◆ clear_header()

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

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

◆ clear_text()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ footer()

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

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

◆ GetCachedSize()

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

◆ GetMetadata()

::google::protobuf::Metadata goby::middleware::frontseat::protobuf::SV2SendToConsole::GetMetadata ( ) const
finalvirtual

◆ has_footer()

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

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

◆ has_header()

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

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

◆ has_text()

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

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

◆ InitAsDefaultInstance()

static void goby::middleware::frontseat::protobuf::SV2SendToConsole::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* goby::middleware::frontseat::protobuf::SV2SendToConsole::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void goby::middleware::frontseat::protobuf::SV2SendToConsole::MergeFrom ( const ::google::protobuf::Message from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool goby::middleware::frontseat::protobuf::SV2SendToConsole::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_footer()

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

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

◆ mutable_text()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

SV2SendToConsole* goby::middleware::frontseat::protobuf::SV2SendToConsole::New ( ) const
inlinefinalvirtual

Implements google::protobuf::Message.

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

◆ New() [2/2]

SV2SendToConsole* goby::middleware::frontseat::protobuf::SV2SendToConsole::New ( ::google::protobuf::Arena arena) const
inlinefinalvirtual

Reimplemented from google::protobuf::Message.

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

◆ operator=()

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

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

◆ original_msg_type()

google::protobuf::uint32 goby::middleware::frontseat::protobuf::SV2SendToConsole::original_msg_type ( ) const
inline

Definition at line 5148 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 5247 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 5099 of file waveglider_sv2_frontseat_driver.pb.h.

◆ release_text()

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

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

◆ SerializeWithCachedSizes()

void goby::middleware::frontseat::protobuf::SV2SendToConsole::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_footer()

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

Definition at line 5263 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 5115 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 5214 of file waveglider_sv2_frontseat_driver.pb.h.

◆ set_original_msg_type()

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

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

◆ set_text() [1/3]

void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_text ( const ::std::string &  value)
inline

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

◆ set_text() [2/3]

void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_text ( const char value)
inline

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

◆ set_text() [3/3]

void goby::middleware::frontseat::protobuf::SV2SendToConsole::set_text ( const void *  value,
size_t  size 
)
inline

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

◆ Swap()

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

◆ text()

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

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_goby_2fmiddleware_2ffrontseat_2fwaveglider_2fwaveglider_5fsv2_5ffrontseat_5fdriver_2eproto::TableStruct

◆ swap

void swap ( SV2SendToConsole a,
SV2SendToConsole b 
)
friend

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

Member Data Documentation

◆ kFooterFieldNumber

const int goby::middleware::frontseat::protobuf::SV2SendToConsole::kFooterFieldNumber = 100
static

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

◆ kHeaderFieldNumber

const int goby::middleware::frontseat::protobuf::SV2SendToConsole::kHeaderFieldNumber = 1
static

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

◆ kIndexInFileMessages

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

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

◆ kOriginalMsgTypeFieldNumber

const int goby::middleware::frontseat::protobuf::SV2SendToConsole::kOriginalMsgTypeFieldNumber = 2
static

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

◆ kTextFieldNumber

const int goby::middleware::frontseat::protobuf::SV2SendToConsole::kTextFieldNumber = 5
static

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


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