Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
goby::middleware::intervehicle::protobuf::DCCLPacket Class Referencefinal

#include <goby/middleware/protobuf/intervehicle.pb.h>

Inheritance diagram for goby::middleware::intervehicle::protobuf::DCCLPacket:

Public Types

enum  : int { kDataFieldNumber = 2 , kDcclIdFieldNumber = 1 }
 

Public Member Functions

 DCCLPacket ()
 
 ~DCCLPacket () override
 
PROTOBUF_CONSTEXPR DCCLPacket (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DCCLPacket (const DCCLPacket &from)
 
 DCCLPacket (DCCLPacket &&from) noexcept
 
DCCLPacketoperator= (const DCCLPacket &from)
 
DCCLPacketoperator= (DCCLPacket &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DCCLPacket *other)
 
void UnsafeArenaSwap (DCCLPacket *other)
 
DCCLPacketNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const DCCLPacket &from)
 
void MergeFrom (const DCCLPacket &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_data () const
 
void clear_data ()
 
const std::string & data () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_data (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_data ()
 
PROTOBUF_NODISCARD std::string * release_data ()
 
void set_allocated_data (std::string *data)
 
bool has_dccl_id () const
 
void clear_dccl_id ()
 
int32_t dccl_id () const
 
void set_dccl_id (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_data (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 DCCLPacketdefault_instance ()
 
static const DCCLPacketinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 1584 of file intervehicle.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDataFieldNumber 
kDcclIdFieldNumber 

Definition at line 1711 of file intervehicle.pb.h.

Constructor & Destructor Documentation

◆ DCCLPacket() [1/5]

goby::middleware::intervehicle::protobuf::DCCLPacket::DCCLPacket ( )
inline

Definition at line 1587 of file intervehicle.pb.h.

◆ ~DCCLPacket()

goby::middleware::intervehicle::protobuf::DCCLPacket::~DCCLPacket ( )
override

◆ DCCLPacket() [2/5]

PROTOBUF_CONSTEXPR goby::middleware::intervehicle::protobuf::DCCLPacket::DCCLPacket ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ DCCLPacket() [3/5]

goby::middleware::intervehicle::protobuf::DCCLPacket::DCCLPacket ( const DCCLPacket from)

◆ DCCLPacket() [4/5]

goby::middleware::intervehicle::protobuf::DCCLPacket::DCCLPacket ( DCCLPacket &&  from)
inlinenoexcept

Definition at line 1592 of file intervehicle.pb.h.

◆ DCCLPacket() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

size_t goby::middleware::intervehicle::protobuf::DCCLPacket::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void goby::middleware::intervehicle::protobuf::DCCLPacket::Clear ( )
final

◆ clear_data()

void goby::middleware::intervehicle::protobuf::DCCLPacket::clear_data ( )
inline

Definition at line 5018 of file intervehicle.pb.h.

◆ clear_dccl_id()

void goby::middleware::intervehicle::protobuf::DCCLPacket::clear_dccl_id ( )
inline

Definition at line 4990 of file intervehicle.pb.h.

◆ CopyFrom()

void goby::middleware::intervehicle::protobuf::DCCLPacket::CopyFrom ( const DCCLPacket from)

◆ data()

const std::string & goby::middleware::intervehicle::protobuf::DCCLPacket::data ( ) const
inline

Definition at line 5022 of file intervehicle.pb.h.

◆ dccl_id()

int32_t goby::middleware::intervehicle::protobuf::DCCLPacket::dccl_id ( ) const
inline

Definition at line 4997 of file intervehicle.pb.h.

◆ default_instance()

static const DCCLPacket & goby::middleware::intervehicle::protobuf::DCCLPacket::default_instance ( )
inlinestatic

Definition at line 1631 of file intervehicle.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::intervehicle::protobuf::DCCLPacket::descriptor ( )
inlinestatic

Definition at line 1622 of file intervehicle.pb.h.

◆ GetCachedSize()

int goby::middleware::intervehicle::protobuf::DCCLPacket::GetCachedSize ( ) const
inlinefinal

Definition at line 1684 of file intervehicle.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * goby::middleware::intervehicle::protobuf::DCCLPacket::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * goby::middleware::intervehicle::protobuf::DCCLPacket::GetDescriptor ( )
inlinestatic

Definition at line 1625 of file intervehicle.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata goby::middleware::intervehicle::protobuf::DCCLPacket::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * goby::middleware::intervehicle::protobuf::DCCLPacket::GetReflection ( )
inlinestatic

Definition at line 1628 of file intervehicle.pb.h.

◆ has_data()

bool goby::middleware::intervehicle::protobuf::DCCLPacket::has_data ( ) const
inline

Definition at line 5015 of file intervehicle.pb.h.

◆ has_dccl_id()

bool goby::middleware::intervehicle::protobuf::DCCLPacket::has_dccl_id ( ) const
inline

Definition at line 4987 of file intervehicle.pb.h.

◆ internal_default_instance()

static const DCCLPacket * goby::middleware::intervehicle::protobuf::DCCLPacket::internal_default_instance ( )
inlinestatic

Definition at line 1634 of file intervehicle.pb.h.

◆ IsInitialized()

bool goby::middleware::intervehicle::protobuf::DCCLPacket::IsInitialized ( ) const
final

◆ MergeFrom()

void goby::middleware::intervehicle::protobuf::DCCLPacket::MergeFrom ( const DCCLPacket from)
inline

Definition at line 1671 of file intervehicle.pb.h.

◆ mutable_data()

std::string * goby::middleware::intervehicle::protobuf::DCCLPacket::mutable_data ( )
inline

Definition at line 5033 of file intervehicle.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * goby::middleware::intervehicle::protobuf::DCCLPacket::mutable_unknown_fields ( )
inline

Definition at line 1618 of file intervehicle.pb.h.

◆ New()

DCCLPacket * goby::middleware::intervehicle::protobuf::DCCLPacket::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 1665 of file intervehicle.pb.h.

◆ operator=() [1/2]

DCCLPacket & goby::middleware::intervehicle::protobuf::DCCLPacket::operator= ( const DCCLPacket from)
inline

Definition at line 1597 of file intervehicle.pb.h.

◆ operator=() [2/2]

DCCLPacket & goby::middleware::intervehicle::protobuf::DCCLPacket::operator= ( DCCLPacket &&  from)
inlinenoexcept

Definition at line 1601 of file intervehicle.pb.h.

◆ release_data()

std::string * goby::middleware::intervehicle::protobuf::DCCLPacket::release_data ( )
inline

Definition at line 5049 of file intervehicle.pb.h.

◆ set_allocated_data()

void goby::middleware::intervehicle::protobuf::DCCLPacket::set_allocated_data ( std::string *  data)
inline

Definition at line 5063 of file intervehicle.pb.h.

◆ set_data() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void goby::middleware::intervehicle::protobuf::DCCLPacket::set_data ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_data() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void goby::middleware::intervehicle::protobuf::DCCLPacket::set_data ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 5028 of file intervehicle.pb.h.

◆ set_dccl_id()

void goby::middleware::intervehicle::protobuf::DCCLPacket::set_dccl_id ( int32_t  value)
inline

Definition at line 5005 of file intervehicle.pb.h.

◆ Swap()

void goby::middleware::intervehicle::protobuf::DCCLPacket::Swap ( DCCLPacket other)
inline

Definition at line 1644 of file intervehicle.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & goby::middleware::intervehicle::protobuf::DCCLPacket::unknown_fields ( ) const
inline

Definition at line 1615 of file intervehicle.pb.h.

◆ UnsafeArenaSwap()

void goby::middleware::intervehicle::protobuf::DCCLPacket::UnsafeArenaSwap ( DCCLPacket other)
inline

Definition at line 1657 of file intervehicle.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 1753 of file intervehicle.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 1693 of file intervehicle.pb.h.

◆ ::TableStruct_goby_2fmiddleware_2fprotobuf_2fintervehicle_2eproto

◆ swap

void swap ( DCCLPacket a,
DCCLPacket b 
)
friend

Definition at line 1641 of file intervehicle.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData goby::middleware::intervehicle::protobuf::DCCLPacket::_class_data_
static

Definition at line 1702 of file intervehicle.pb.h.

◆ _impl_

Impl_ goby::middleware::intervehicle::protobuf::DCCLPacket::_impl_

Definition at line 1762 of file intervehicle.pb.h.

◆ kIndexInFileMessages

constexpr int goby::middleware::intervehicle::protobuf::DCCLPacket::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

Definition at line 1638 of file intervehicle.pb.h.


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