JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::HubInfo Class Reference

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

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

Public Member Functions

 HubInfo ()
 
virtual ~HubInfo ()
 
 HubInfo (const HubInfo &from)
 
HubInfooperator= (const HubInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HubInfo *other)
 
HubInfoNew () const final
 
HubInfoNew (::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 HubInfo &from)
 
void MergeFrom (const HubInfo &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_hub_id () const
 
void clear_hub_id ()
 
::google::protobuf::int32 hub_id () const
 
void set_hub_id (::google::protobuf::int32 value)
 
bool has_modem_id () const
 
void clear_modem_id ()
 
::google::protobuf::int32 modem_id () const
 
void set_modem_id (::google::protobuf::int32 value)
 
bool has_changed () const
 
void clear_changed ()
 
bool changed () const
 
void set_changed (bool value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const HubInfodefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HubInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kHubIdFieldNumber = 1
 
static const int kModemIdFieldNumber = 2
 
static const int kChangedFieldNumber = 3
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fmodem_5fmessage_5fextensions_2eproto::TableStruct
 
void swap (HubInfo &a, HubInfo &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ HubInfo() [1/2]

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

◆ ~HubInfo()

virtual jaiabot::protobuf::HubInfo::~HubInfo ( )
virtual

◆ HubInfo() [2/2]

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

Member Function Documentation

◆ ByteSizeLong()

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

◆ changed()

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

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

◆ Clear()

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

◆ clear_changed()

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

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

◆ clear_hub_id()

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

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

◆ clear_modem_id()

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

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

◆ CopyFrom() [1/2]

void jaiabot::protobuf::HubInfo::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::HubInfo::descriptor ( )
static

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_changed()

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

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

◆ has_hub_id()

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

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

◆ has_modem_id()

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

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

◆ hub_id()

google::protobuf::int32 jaiabot::protobuf::HubInfo::hub_id ( ) const
inline

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

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::HubInfo::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::HubInfo::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void jaiabot::protobuf::HubInfo::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::HubInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ modem_id()

google::protobuf::int32 jaiabot::protobuf::HubInfo::modem_id ( ) const
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

HubInfo* jaiabot::protobuf::HubInfo::New ( ) const
inlinefinal

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

◆ New() [2/2]

HubInfo* jaiabot::protobuf::HubInfo::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

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

◆ operator=()

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

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

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::HubInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_changed()

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

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

◆ set_hub_id()

void jaiabot::protobuf::HubInfo::set_hub_id ( ::google::protobuf::int32  value)
inline

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

◆ set_modem_id()

void jaiabot::protobuf::HubInfo::set_modem_id ( ::google::protobuf::int32  value)
inline

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

◆ Swap()

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fmodem_5fmessage_5fextensions_2eproto::TableStruct

◆ swap

void swap ( HubInfo a,
HubInfo b 
)
friend

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

Member Data Documentation

◆ kChangedFieldNumber

const int jaiabot::protobuf::HubInfo::kChangedFieldNumber = 3
static

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

◆ kHubIdFieldNumber

const int jaiabot::protobuf::HubInfo::kHubIdFieldNumber = 1
static

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

◆ kIndexInFileMessages

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

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

◆ kModemIdFieldNumber

const int jaiabot::protobuf::HubInfo::kModemIdFieldNumber = 2
static

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


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