JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::HubInfo Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::HubInfo:
Collaboration diagram for jaiabot::protobuf::HubInfo:

Public Types

enum  : int { kHubIdFieldNumber = 1 , kModemIdFieldNumber = 2 , kChangedFieldNumber = 3 }
 

Public Member Functions

 HubInfo ()
 
 ~HubInfo () override
 
PROTOBUF_CONSTEXPR HubInfo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 HubInfo (const HubInfo &from)
 
 HubInfo (HubInfo &&from) noexcept
 
HubInfooperator= (const HubInfo &from)
 
HubInfooperator= (HubInfo &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HubInfo *other)
 
void UnsafeArenaSwap (HubInfo *other)
 
HubInfoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const HubInfo &from)
 
void MergeFrom (const HubInfo &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_hub_id () const
 
void clear_hub_id ()
 
int32_t hub_id () const
 
void set_hub_id (int32_t value)
 
bool has_modem_id () const
 
void clear_modem_id ()
 
int32_t modem_id () const
 
void set_modem_id (int32_t value)
 
bool has_changed () const
 
void clear_changed ()
 
bool changed () const
 
void set_changed (bool value)
 

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 HubInfodefault_instance ()
 
static const HubInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

Definition at line 71 of file modem_message_extensions.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHubIdFieldNumber 
kModemIdFieldNumber 
kChangedFieldNumber 

Definition at line 198 of file modem_message_extensions.pb.h.

Constructor & Destructor Documentation

◆ HubInfo() [1/5]

jaiabot::protobuf::HubInfo::HubInfo ( )
inline

Definition at line 74 of file modem_message_extensions.pb.h.

◆ ~HubInfo()

jaiabot::protobuf::HubInfo::~HubInfo ( )
override

◆ HubInfo() [2/5]

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

◆ HubInfo() [3/5]

jaiabot::protobuf::HubInfo::HubInfo ( const HubInfo from)

◆ HubInfo() [4/5]

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

Definition at line 79 of file modem_message_extensions.pb.h.

◆ HubInfo() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ ByteSizeLong()

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

◆ changed()

bool jaiabot::protobuf::HubInfo::changed ( ) const
inline

Definition at line 510 of file modem_message_extensions.pb.h.

◆ Clear()

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

◆ clear_changed()

void jaiabot::protobuf::HubInfo::clear_changed ( )
inline

Definition at line 503 of file modem_message_extensions.pb.h.

◆ clear_hub_id()

void jaiabot::protobuf::HubInfo::clear_hub_id ( )
inline

Definition at line 447 of file modem_message_extensions.pb.h.

◆ clear_modem_id()

void jaiabot::protobuf::HubInfo::clear_modem_id ( )
inline

Definition at line 475 of file modem_message_extensions.pb.h.

◆ CopyFrom()

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

◆ default_instance()

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

Definition at line 118 of file modem_message_extensions.pb.h.

◆ descriptor()

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

Definition at line 109 of file modem_message_extensions.pb.h.

◆ GetCachedSize()

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

Definition at line 171 of file modem_message_extensions.pb.h.

◆ GetClassData()

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

◆ GetDescriptor()

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

Definition at line 112 of file modem_message_extensions.pb.h.

◆ GetMetadata()

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

◆ GetReflection()

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

Definition at line 115 of file modem_message_extensions.pb.h.

◆ has_changed()

bool jaiabot::protobuf::HubInfo::has_changed ( ) const
inline

Definition at line 500 of file modem_message_extensions.pb.h.

◆ has_hub_id()

bool jaiabot::protobuf::HubInfo::has_hub_id ( ) const
inline

Definition at line 444 of file modem_message_extensions.pb.h.

◆ has_modem_id()

bool jaiabot::protobuf::HubInfo::has_modem_id ( ) const
inline

Definition at line 472 of file modem_message_extensions.pb.h.

◆ hub_id()

int32_t jaiabot::protobuf::HubInfo::hub_id ( ) const
inline

Definition at line 454 of file modem_message_extensions.pb.h.

◆ internal_default_instance()

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

Definition at line 121 of file modem_message_extensions.pb.h.

◆ IsInitialized()

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

◆ MergeFrom()

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

Definition at line 158 of file modem_message_extensions.pb.h.

◆ modem_id()

int32_t jaiabot::protobuf::HubInfo::modem_id ( ) const
inline

Definition at line 482 of file modem_message_extensions.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 105 of file modem_message_extensions.pb.h.

◆ New()

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

Definition at line 152 of file modem_message_extensions.pb.h.

◆ operator=() [1/2]

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

Definition at line 84 of file modem_message_extensions.pb.h.

◆ operator=() [2/2]

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

Definition at line 88 of file modem_message_extensions.pb.h.

◆ set_changed()

void jaiabot::protobuf::HubInfo::set_changed ( bool  value)
inline

Definition at line 518 of file modem_message_extensions.pb.h.

◆ set_hub_id()

void jaiabot::protobuf::HubInfo::set_hub_id ( int32_t  value)
inline

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

◆ set_modem_id()

void jaiabot::protobuf::HubInfo::set_modem_id ( int32_t  value)
inline

Definition at line 490 of file modem_message_extensions.pb.h.

◆ Swap()

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

Definition at line 131 of file modem_message_extensions.pb.h.

◆ unknown_fields()

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

Definition at line 102 of file modem_message_extensions.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 144 of file modem_message_extensions.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 246 of file modem_message_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 180 of file modem_message_extensions.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2fmodem_5fmessage_5fextensions_2eproto

◆ swap

void swap ( HubInfo a,
HubInfo b 
)
friend

Definition at line 128 of file modem_message_extensions.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::HubInfo::_class_data_
static

Definition at line 189 of file modem_message_extensions.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::HubInfo::_impl_

Definition at line 256 of file modem_message_extensions.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::HubInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 125 of file modem_message_extensions.pb.h.


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