JaiaBot 2.6.0+14+g3cab9c46
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::ActiveLinks Class Referencefinal

#include <jaiabot/messages/comms.pb.h>

Inheritance diagram for jaiabot::protobuf::ActiveLinks:
Collaboration diagram for jaiabot::protobuf::ActiveLinks:

Public Types

enum  : int { kActiveLinkFieldNumber = 1 }
 

Public Member Functions

 ActiveLinks ()
 
 ~ActiveLinks () override
 
PROTOBUF_CONSTEXPR ActiveLinks (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 ActiveLinks (const ActiveLinks &from)
 
 ActiveLinks (ActiveLinks &&from) noexcept
 
ActiveLinksoperator= (const ActiveLinks &from)
 
ActiveLinksoperator= (ActiveLinks &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ActiveLinks *other)
 
void UnsafeArenaSwap (ActiveLinks *other)
 
ActiveLinksNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const ActiveLinks &from)
 
void MergeFrom (const ActiveLinks &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
 
int active_link_size () const
 
void clear_active_link ()
 
::jaiabot::protobuf::Link active_link (int index) const
 
void set_active_link (int index, ::jaiabot::protobuf::Link value)
 
void add_active_link (::jaiabot::protobuf::Link value)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int > & active_link () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< int > * mutable_active_link ()
 

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 ActiveLinksdefault_instance ()
 
static const ActiveLinksinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 231 of file comms.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kActiveLinkFieldNumber 

Definition at line 358 of file comms.pb.h.

Constructor & Destructor Documentation

◆ ActiveLinks() [1/5]

jaiabot::protobuf::ActiveLinks::ActiveLinks ( )
inline

Definition at line 234 of file comms.pb.h.

◆ ~ActiveLinks()

jaiabot::protobuf::ActiveLinks::~ActiveLinks ( )
override

◆ ActiveLinks() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::ActiveLinks::ActiveLinks ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ ActiveLinks() [3/5]

jaiabot::protobuf::ActiveLinks::ActiveLinks ( const ActiveLinks from)

◆ ActiveLinks() [4/5]

jaiabot::protobuf::ActiveLinks::ActiveLinks ( ActiveLinks &&  from)
inlinenoexcept

Definition at line 239 of file comms.pb.h.

◆ ActiveLinks() [5/5]

jaiabot::protobuf::ActiveLinks::ActiveLinks ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::ActiveLinks::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::ActiveLinks::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ active_link() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int > & jaiabot::protobuf::ActiveLinks::active_link ( ) const
inline

Definition at line 467 of file comms.pb.h.

◆ active_link() [2/2]

jaiabot::protobuf::Link jaiabot::protobuf::ActiveLinks::active_link ( int  index) const
inline

Definition at line 449 of file comms.pb.h.

◆ active_link_size()

int jaiabot::protobuf::ActiveLinks::active_link_size ( ) const
inline

Definition at line 440 of file comms.pb.h.

◆ add_active_link()

void jaiabot::protobuf::ActiveLinks::add_active_link ( ::jaiabot::protobuf::Link  value)
inline

Definition at line 462 of file comms.pb.h.

◆ ByteSizeLong()

size_t jaiabot::protobuf::ActiveLinks::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::ActiveLinks::Clear ( )
final

◆ clear_active_link()

void jaiabot::protobuf::ActiveLinks::clear_active_link ( )
inline

Definition at line 443 of file comms.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::ActiveLinks::CopyFrom ( const ActiveLinks from)

◆ default_instance()

static const ActiveLinks & jaiabot::protobuf::ActiveLinks::default_instance ( )
inlinestatic

Definition at line 278 of file comms.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::ActiveLinks::descriptor ( )
inlinestatic

Definition at line 269 of file comms.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::ActiveLinks::GetCachedSize ( ) const
inlinefinal

Definition at line 331 of file comms.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::ActiveLinks::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::ActiveLinks::GetDescriptor ( )
inlinestatic

Definition at line 272 of file comms.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::ActiveLinks::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::ActiveLinks::GetReflection ( )
inlinestatic

Definition at line 275 of file comms.pb.h.

◆ internal_default_instance()

static const ActiveLinks * jaiabot::protobuf::ActiveLinks::internal_default_instance ( )
inlinestatic

Definition at line 281 of file comms.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::ActiveLinks::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::ActiveLinks::MergeFrom ( const ActiveLinks from)
inline

Definition at line 318 of file comms.pb.h.

◆ mutable_active_link()

PROTOBUF_NAMESPACE_ID::RepeatedField< int > * jaiabot::protobuf::ActiveLinks::mutable_active_link ( )
inline

Definition at line 476 of file comms.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::ActiveLinks::mutable_unknown_fields ( )
inline

Definition at line 265 of file comms.pb.h.

◆ New()

ActiveLinks * jaiabot::protobuf::ActiveLinks::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 312 of file comms.pb.h.

◆ operator=() [1/2]

ActiveLinks & jaiabot::protobuf::ActiveLinks::operator= ( ActiveLinks &&  from)
inlinenoexcept

Definition at line 248 of file comms.pb.h.

◆ operator=() [2/2]

ActiveLinks & jaiabot::protobuf::ActiveLinks::operator= ( const ActiveLinks from)
inline

Definition at line 244 of file comms.pb.h.

◆ set_active_link()

void jaiabot::protobuf::ActiveLinks::set_active_link ( int  index,
::jaiabot::protobuf::Link  value 
)
inline

Definition at line 453 of file comms.pb.h.

◆ Swap()

void jaiabot::protobuf::ActiveLinks::Swap ( ActiveLinks other)
inline

Definition at line 291 of file comms.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::ActiveLinks::unknown_fields ( ) const
inline

Definition at line 262 of file comms.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::ActiveLinks::UnsafeArenaSwap ( ActiveLinks other)
inline

Definition at line 304 of file comms.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 382 of file comms.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 340 of file comms.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fcomms_2eproto

Definition at line 390 of file comms.pb.h.

◆ swap

void swap ( ActiveLinks a,
ActiveLinks b 
)
friend

Definition at line 288 of file comms.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::ActiveLinks::_class_data_
static

Definition at line 349 of file comms.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::ActiveLinks::_impl_

Definition at line 389 of file comms.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::ActiveLinks::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 285 of file comms.pb.h.


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