Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::acomms::protobuf::ModemRaw Class Referencefinal

#include <goby/acomms/protobuf/modem_message.pb.h>

Inheritance diagram for goby::acomms::protobuf::ModemRaw:

Public Types

enum  : int { kRawFieldNumber = 7 , kDescriptionFieldNumber = 8 }
 

Public Member Functions

 ModemRaw ()
 
 ~ModemRaw () override
 
PROTOBUF_CONSTEXPR ModemRaw (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ModemRaw (const ModemRaw &from)
 
 ModemRaw (ModemRaw &&from) noexcept
 
ModemRawoperator= (const ModemRaw &from)
 
ModemRawoperator= (ModemRaw &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ModemRaw *other)
 
void UnsafeArenaSwap (ModemRaw *other)
 
ModemRawNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ModemRaw &from)
 
void MergeFrom (const ModemRaw &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_raw () const
 
void clear_raw ()
 
const std::string & raw () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_raw (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_raw ()
 
PROTOBUF_NODISCARD std::string * release_raw ()
 
void set_allocated_raw (std::string *raw)
 
bool has_description () const
 
void clear_description ()
 
const std::string & description () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_description (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_description ()
 
PROTOBUF_NODISCARD std::string * release_description ()
 
void set_allocated_description (std::string *description)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_raw (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_description (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 ModemRawdefault_instance ()
 
static const ModemRawinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 868 of file modem_message.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRawFieldNumber 
kDescriptionFieldNumber 

Definition at line 995 of file modem_message.pb.h.

Constructor & Destructor Documentation

◆ ModemRaw() [1/5]

goby::acomms::protobuf::ModemRaw::ModemRaw ( )
inline

Definition at line 871 of file modem_message.pb.h.

◆ ~ModemRaw()

goby::acomms::protobuf::ModemRaw::~ModemRaw ( )
override

◆ ModemRaw() [2/5]

PROTOBUF_CONSTEXPR goby::acomms::protobuf::ModemRaw::ModemRaw ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ModemRaw() [3/5]

goby::acomms::protobuf::ModemRaw::ModemRaw ( const ModemRaw from)

◆ ModemRaw() [4/5]

goby::acomms::protobuf::ModemRaw::ModemRaw ( ModemRaw &&  from)
inlinenoexcept

Definition at line 876 of file modem_message.pb.h.

◆ ModemRaw() [5/5]

goby::acomms::protobuf::ModemRaw::ModemRaw ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * goby::acomms::protobuf::ModemRaw::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * goby::acomms::protobuf::ModemRaw::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t goby::acomms::protobuf::ModemRaw::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::acomms::protobuf::ModemRaw::Clear ( )
final

◆ clear_description()

void goby::acomms::protobuf::ModemRaw::clear_description ( )
inline

Definition at line 2138 of file modem_message.pb.h.

◆ clear_raw()

void goby::acomms::protobuf::ModemRaw::clear_raw ( )
inline

Definition at line 2070 of file modem_message.pb.h.

◆ CopyFrom()

void goby::acomms::protobuf::ModemRaw::CopyFrom ( const ModemRaw from)

◆ default_instance()

static const ModemRaw & goby::acomms::protobuf::ModemRaw::default_instance ( )
inlinestatic

Definition at line 915 of file modem_message.pb.h.

◆ description()

const std::string & goby::acomms::protobuf::ModemRaw::description ( ) const
inline

Definition at line 2142 of file modem_message.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::ModemRaw::descriptor ( )
inlinestatic

Definition at line 906 of file modem_message.pb.h.

◆ GetCachedSize()

int goby::acomms::protobuf::ModemRaw::GetCachedSize ( ) const
inlinefinal

Definition at line 968 of file modem_message.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::acomms::protobuf::ModemRaw::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::acomms::protobuf::ModemRaw::GetDescriptor ( )
inlinestatic

Definition at line 909 of file modem_message.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::acomms::protobuf::ModemRaw::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::acomms::protobuf::ModemRaw::GetReflection ( )
inlinestatic

Definition at line 912 of file modem_message.pb.h.

◆ has_description()

bool goby::acomms::protobuf::ModemRaw::has_description ( ) const
inline

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

◆ has_raw()

bool goby::acomms::protobuf::ModemRaw::has_raw ( ) const
inline

Definition at line 2067 of file modem_message.pb.h.

◆ internal_default_instance()

static const ModemRaw * goby::acomms::protobuf::ModemRaw::internal_default_instance ( )
inlinestatic

Definition at line 918 of file modem_message.pb.h.

◆ IsInitialized()

bool goby::acomms::protobuf::ModemRaw::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::acomms::protobuf::ModemRaw::MergeFrom ( const ModemRaw from)
inline

Definition at line 955 of file modem_message.pb.h.

◆ mutable_description()

std::string * goby::acomms::protobuf::ModemRaw::mutable_description ( )
inline

Definition at line 2153 of file modem_message.pb.h.

◆ mutable_raw()

std::string * goby::acomms::protobuf::ModemRaw::mutable_raw ( )
inline

Definition at line 2085 of file modem_message.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::acomms::protobuf::ModemRaw::mutable_unknown_fields ( )
inline

Definition at line 902 of file modem_message.pb.h.

◆ New()

ModemRaw * goby::acomms::protobuf::ModemRaw::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 949 of file modem_message.pb.h.

◆ operator=() [1/2]

ModemRaw & goby::acomms::protobuf::ModemRaw::operator= ( const ModemRaw from)
inline

Definition at line 881 of file modem_message.pb.h.

◆ operator=() [2/2]

ModemRaw & goby::acomms::protobuf::ModemRaw::operator= ( ModemRaw &&  from)
inlinenoexcept

Definition at line 885 of file modem_message.pb.h.

◆ raw()

const std::string & goby::acomms::protobuf::ModemRaw::raw ( ) const
inline

Definition at line 2074 of file modem_message.pb.h.

◆ release_description()

std::string * goby::acomms::protobuf::ModemRaw::release_description ( )
inline

Definition at line 2169 of file modem_message.pb.h.

◆ release_raw()

std::string * goby::acomms::protobuf::ModemRaw::release_raw ( )
inline

Definition at line 2101 of file modem_message.pb.h.

◆ set_allocated_description()

void goby::acomms::protobuf::ModemRaw::set_allocated_description ( std::string *  description)
inline

Definition at line 2183 of file modem_message.pb.h.

◆ set_allocated_raw()

void goby::acomms::protobuf::ModemRaw::set_allocated_raw ( std::string *  raw)
inline

Definition at line 2115 of file modem_message.pb.h.

◆ set_description() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::protobuf::ModemRaw::set_description ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_description() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::protobuf::ModemRaw::set_description ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2148 of file modem_message.pb.h.

◆ set_raw() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::acomms::protobuf::ModemRaw::set_raw ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_raw() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::acomms::protobuf::ModemRaw::set_raw ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 2080 of file modem_message.pb.h.

◆ Swap()

void goby::acomms::protobuf::ModemRaw::Swap ( ModemRaw other)
inline

Definition at line 928 of file modem_message.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::acomms::protobuf::ModemRaw::unknown_fields ( ) const
inline

Definition at line 899 of file modem_message.pb.h.

◆ UnsafeArenaSwap()

void goby::acomms::protobuf::ModemRaw::UnsafeArenaSwap ( ModemRaw other)
inline

Definition at line 941 of file modem_message.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 1039 of file modem_message.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 977 of file modem_message.pb.h.

◆ ::TableStruct_goby_2facomms_2fprotobuf_2fmodem_5fmessage_2eproto

◆ swap

void swap ( ModemRaw a,
ModemRaw b 
)
friend

Definition at line 925 of file modem_message.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::acomms::protobuf::ModemRaw::_class_data_
static

Definition at line 986 of file modem_message.pb.h.

◆ _impl_

Impl_ goby::acomms::protobuf::ModemRaw::_impl_

Definition at line 1048 of file modem_message.pb.h.

◆ kIndexInFileMessages

constexpr int goby::acomms::protobuf::ModemRaw::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 922 of file modem_message.pb.h.


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