JaiaBot  1.12.0+7+gdc1e5561
JaiaBot micro-AUV software
jaiabot::protobuf::HubStatus Class Reference

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

Inheritance diagram for jaiabot::protobuf::HubStatus:
Collaboration diagram for jaiabot::protobuf::HubStatus:

Public Types

typedef HubStatus_BotOffloadData BotOffloadData
 
typedef boost::units::time_dimension time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type time_unit
 
typedef boost::units::time_dimension received_time_dimension
 
typedef boost::units::make_scaled_unit< boost::units::unit< received_time_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-6 > > >::type received_time_unit
 

Public Member Functions

 HubStatus ()
 
virtual ~HubStatus ()
 
 HubStatus (const HubStatus &from)
 
HubStatusoperator= (const HubStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HubStatus *other)
 
HubStatusNew () const final
 
HubStatusNew (::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 HubStatus &from)
 
void MergeFrom (const HubStatus &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
 
int error_size () const
 
void clear_error ()
 
::jaiabot::protobuf::Error error (int index) const
 
void set_error (int index, ::jaiabot::protobuf::Error value)
 
void add_error (::jaiabot::protobuf::Error value)
 
const ::google::protobuf::RepeatedField< int > & error () const
 
::google::protobuf::RepeatedField< int > * mutable_error ()
 
int warning_size () const
 
void clear_warning ()
 
::jaiabot::protobuf::Warning warning (int index) const
 
void set_warning (int index, ::jaiabot::protobuf::Warning value)
 
void add_warning (::jaiabot::protobuf::Warning value)
 
const ::google::protobuf::RepeatedField< int > & warning () const
 
::google::protobuf::RepeatedField< int > * mutable_warning ()
 
int bot_ids_in_radio_file_size () const
 
void clear_bot_ids_in_radio_file ()
 
::google::protobuf::uint32 bot_ids_in_radio_file (int index) const
 
void set_bot_ids_in_radio_file (int index, ::google::protobuf::uint32 value)
 
void add_bot_ids_in_radio_file (::google::protobuf::uint32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & bot_ids_in_radio_file () const
 
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_bot_ids_in_radio_file ()
 
bool has_location () const
 
void clear_location ()
 
const ::jaiabot::protobuf::GeographicCoordinatelocation () const
 
::jaiabot::protobuf::GeographicCoordinaterelease_location ()
 
::jaiabot::protobuf::GeographicCoordinatemutable_location ()
 
void set_allocated_location (::jaiabot::protobuf::GeographicCoordinate *location)
 
bool has_linux_hardware_status () const
 
void clear_linux_hardware_status ()
 
const ::jaiabot::protobuf::LinuxHardwareStatuslinux_hardware_status () const
 
::jaiabot::protobuf::LinuxHardwareStatusrelease_linux_hardware_status ()
 
::jaiabot::protobuf::LinuxHardwareStatusmutable_linux_hardware_status ()
 
void set_allocated_linux_hardware_status (::jaiabot::protobuf::LinuxHardwareStatus *linux_hardware_status)
 
bool has_bot_offload () const
 
void clear_bot_offload ()
 
const ::jaiabot::protobuf::HubStatus_BotOffloadDatabot_offload () const
 
::jaiabot::protobuf::HubStatus_BotOffloadDatarelease_bot_offload ()
 
::jaiabot::protobuf::HubStatus_BotOffloadDatamutable_bot_offload ()
 
void set_allocated_bot_offload (::jaiabot::protobuf::HubStatus_BotOffloadData *bot_offload)
 
bool has_hub_id () const
 
void clear_hub_id ()
 
::google::protobuf::uint32 hub_id () const
 
void set_hub_id (::google::protobuf::uint32 value)
 
bool has_fleet_id () const
 
void clear_fleet_id ()
 
::google::protobuf::uint32 fleet_id () const
 
void set_fleet_id (::google::protobuf::uint32 value)
 
bool has_time () const
 
void clear_time ()
 
::google::protobuf::uint64 time () const
 
void set_time (::google::protobuf::uint64 value)
 
bool has_received_time () const
 
void clear_received_time ()
 
::google::protobuf::uint64 received_time () const
 
void set_received_time (::google::protobuf::uint64 value)
 
bool has_health_state () const
 
void clear_health_state ()
 
::goby::middleware::protobuf::HealthState health_state () const
 
void set_health_state (::goby::middleware::protobuf::HealthState value)
 
template<typename Quantity >
void set_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity time_with_units () const
 
boost::units::quantity< time_unit, google::protobuf::uint64 > time_with_units () const
 
template<typename Quantity >
void set_received_time_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity received_time_with_units () const
 
boost::units::quantity< received_time_unit, google::protobuf::uint64 > received_time_with_units () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const HubStatusdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const HubStatusinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kErrorFieldNumber = 5
 
static const int kWarningFieldNumber = 6
 
static const int kBotIdsInRadioFileFieldNumber = 11
 
static const int kLocationFieldNumber = 10
 
static const int kLinuxHardwareStatusFieldNumber = 12
 
static const int kBotOffloadFieldNumber = 13
 
static const int kHubIdFieldNumber = 1
 
static const int kFleetIdFieldNumber = 2
 
static const int kTimeFieldNumber = 3
 
static const int kReceivedTimeFieldNumber = 14
 
static const int kHealthStateFieldNumber = 4
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fhub_2eproto::TableStruct
 
void swap (HubStatus &a, HubStatus &b)
 

Detailed Description

Definition at line 214 of file hub.pb.h.

Member Typedef Documentation

◆ BotOffloadData

◆ received_time_dimension

typedef boost::units::time_dimension jaiabot::protobuf::HubStatus::received_time_dimension

Definition at line 426 of file hub.pb.h.

◆ received_time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<received_time_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-6> > >::type jaiabot::protobuf::HubStatus::received_time_unit

Definition at line 430 of file hub.pb.h.

◆ time_dimension

typedef boost::units::time_dimension jaiabot::protobuf::HubStatus::time_dimension

Definition at line 413 of file hub.pb.h.

◆ time_unit

typedef boost::units::make_scaled_unit<boost::units::unit<time_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-6> > >::type jaiabot::protobuf::HubStatus::time_unit

Definition at line 415 of file hub.pb.h.

Constructor & Destructor Documentation

◆ HubStatus() [1/2]

jaiabot::protobuf::HubStatus::HubStatus ( )

◆ ~HubStatus()

virtual jaiabot::protobuf::HubStatus::~HubStatus ( )
virtual

◆ HubStatus() [2/2]

jaiabot::protobuf::HubStatus::HubStatus ( const HubStatus from)

Member Function Documentation

◆ add_bot_ids_in_radio_file()

void jaiabot::protobuf::HubStatus::add_bot_ids_in_radio_file ( ::google::protobuf::uint32  value)
inline

Definition at line 798 of file hub.pb.h.

◆ add_error()

void jaiabot::protobuf::HubStatus::add_error ( ::jaiabot::protobuf::Error  value)
inline

Definition at line 681 of file hub.pb.h.

◆ add_warning()

void jaiabot::protobuf::HubStatus::add_warning ( ::jaiabot::protobuf::Warning  value)
inline

Definition at line 713 of file hub.pb.h.

◆ bot_ids_in_radio_file() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & jaiabot::protobuf::HubStatus::bot_ids_in_radio_file ( ) const
inline

Definition at line 803 of file hub.pb.h.

◆ bot_ids_in_radio_file() [2/2]

google::protobuf::uint32 jaiabot::protobuf::HubStatus::bot_ids_in_radio_file ( int  index) const
inline

Definition at line 790 of file hub.pb.h.

◆ bot_ids_in_radio_file_size()

int jaiabot::protobuf::HubStatus::bot_ids_in_radio_file_size ( ) const
inline

Definition at line 784 of file hub.pb.h.

◆ bot_offload()

const ::jaiabot::protobuf::HubStatus_BotOffloadData & jaiabot::protobuf::HubStatus::bot_offload ( ) const
inline

Definition at line 884 of file hub.pb.h.

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_bot_ids_in_radio_file()

void jaiabot::protobuf::HubStatus::clear_bot_ids_in_radio_file ( )
inline

Definition at line 787 of file hub.pb.h.

◆ clear_bot_offload()

void jaiabot::protobuf::HubStatus::clear_bot_offload ( )
inline

Definition at line 877 of file hub.pb.h.

◆ clear_error()

void jaiabot::protobuf::HubStatus::clear_error ( )
inline

Definition at line 669 of file hub.pb.h.

◆ clear_fleet_id()

void jaiabot::protobuf::HubStatus::clear_fleet_id ( )
inline

Definition at line 602 of file hub.pb.h.

◆ clear_health_state()

void jaiabot::protobuf::HubStatus::clear_health_state ( )
inline

Definition at line 650 of file hub.pb.h.

◆ clear_hub_id()

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

Definition at line 578 of file hub.pb.h.

◆ clear_linux_hardware_status()

void jaiabot::protobuf::HubStatus::clear_linux_hardware_status ( )

◆ clear_location()

void jaiabot::protobuf::HubStatus::clear_location ( )

◆ clear_received_time()

void jaiabot::protobuf::HubStatus::clear_received_time ( )
inline

Definition at line 935 of file hub.pb.h.

◆ clear_time()

void jaiabot::protobuf::HubStatus::clear_time ( )
inline

Definition at line 626 of file hub.pb.h.

◆ clear_warning()

void jaiabot::protobuf::HubStatus::clear_warning ( )
inline

Definition at line 701 of file hub.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ error() [1/2]

const ::google::protobuf::RepeatedField< int > & jaiabot::protobuf::HubStatus::error ( ) const
inline

Definition at line 687 of file hub.pb.h.

◆ error() [2/2]

jaiabot::protobuf::Error jaiabot::protobuf::HubStatus::error ( int  index) const
inline

Definition at line 672 of file hub.pb.h.

◆ error_size()

int jaiabot::protobuf::HubStatus::error_size ( ) const
inline

Definition at line 666 of file hub.pb.h.

◆ fleet_id()

google::protobuf::uint32 jaiabot::protobuf::HubStatus::fleet_id ( ) const
inline

Definition at line 606 of file hub.pb.h.

◆ GetCachedSize()

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

Definition at line 286 of file hub.pb.h.

◆ GetMetadata()

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

◆ has_bot_offload()

bool jaiabot::protobuf::HubStatus::has_bot_offload ( ) const
inline

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

◆ has_fleet_id()

bool jaiabot::protobuf::HubStatus::has_fleet_id ( ) const
inline

Definition at line 593 of file hub.pb.h.

◆ has_health_state()

bool jaiabot::protobuf::HubStatus::has_health_state ( ) const
inline

Definition at line 641 of file hub.pb.h.

◆ has_hub_id()

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

Definition at line 569 of file hub.pb.h.

◆ has_linux_hardware_status()

bool jaiabot::protobuf::HubStatus::has_linux_hardware_status ( ) const
inline

Definition at line 814 of file hub.pb.h.

◆ has_location()

bool jaiabot::protobuf::HubStatus::has_location ( ) const
inline

Definition at line 730 of file hub.pb.h.

◆ has_received_time()

bool jaiabot::protobuf::HubStatus::has_received_time ( ) const
inline

Definition at line 926 of file hub.pb.h.

◆ has_time()

bool jaiabot::protobuf::HubStatus::has_time ( ) const
inline

Definition at line 617 of file hub.pb.h.

◆ health_state()

goby::middleware::protobuf::HealthState jaiabot::protobuf::HubStatus::health_state ( ) const
inline

Definition at line 654 of file hub.pb.h.

◆ hub_id()

google::protobuf::uint32 jaiabot::protobuf::HubStatus::hub_id ( ) const
inline

Definition at line 582 of file hub.pb.h.

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

Definition at line 251 of file hub.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

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

◆ linux_hardware_status()

const ::jaiabot::protobuf::LinuxHardwareStatus & jaiabot::protobuf::HubStatus::linux_hardware_status ( ) const
inline

Definition at line 826 of file hub.pb.h.

◆ location()

const ::jaiabot::protobuf::GeographicCoordinate & jaiabot::protobuf::HubStatus::location ( ) const
inline

Definition at line 742 of file hub.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_bot_ids_in_radio_file()

google::protobuf::RepeatedField<::google::protobuf::uint32 > * jaiabot::protobuf::HubStatus::mutable_bot_ids_in_radio_file ( )
inline

Definition at line 808 of file hub.pb.h.

◆ mutable_bot_offload()

jaiabot::protobuf::HubStatus_BotOffloadData * jaiabot::protobuf::HubStatus::mutable_bot_offload ( )
inline

Definition at line 897 of file hub.pb.h.

◆ mutable_error()

google::protobuf::RepeatedField< int > * jaiabot::protobuf::HubStatus::mutable_error ( )
inline

Definition at line 692 of file hub.pb.h.

◆ mutable_linux_hardware_status()

jaiabot::protobuf::LinuxHardwareStatus * jaiabot::protobuf::HubStatus::mutable_linux_hardware_status ( )
inline

Definition at line 839 of file hub.pb.h.

◆ mutable_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::HubStatus::mutable_location ( )
inline

Definition at line 755 of file hub.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 243 of file hub.pb.h.

◆ mutable_warning()

google::protobuf::RepeatedField< int > * jaiabot::protobuf::HubStatus::mutable_warning ( )
inline

Definition at line 724 of file hub.pb.h.

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

Definition at line 221 of file hub.pb.h.

◆ received_time()

google::protobuf::uint64 jaiabot::protobuf::HubStatus::received_time ( ) const
inline

Definition at line 939 of file hub.pb.h.

◆ received_time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::HubStatus::received_time_with_units ( ) const
inline

Definition at line 437 of file hub.pb.h.

◆ received_time_with_units() [2/2]

boost::units::quantity< received_time_unit,google::protobuf::uint64 > jaiabot::protobuf::HubStatus::received_time_with_units ( ) const
inline

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

◆ release_bot_offload()

jaiabot::protobuf::HubStatus_BotOffloadData * jaiabot::protobuf::HubStatus::release_bot_offload ( )
inline

Definition at line 890 of file hub.pb.h.

◆ release_linux_hardware_status()

jaiabot::protobuf::LinuxHardwareStatus * jaiabot::protobuf::HubStatus::release_linux_hardware_status ( )
inline

Definition at line 832 of file hub.pb.h.

◆ release_location()

jaiabot::protobuf::GeographicCoordinate * jaiabot::protobuf::HubStatus::release_location ( )
inline

Definition at line 748 of file hub.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_bot_offload()

void jaiabot::protobuf::HubStatus::set_allocated_bot_offload ( ::jaiabot::protobuf::HubStatus_BotOffloadData bot_offload)
inline

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

◆ set_allocated_linux_hardware_status()

void jaiabot::protobuf::HubStatus::set_allocated_linux_hardware_status ( ::jaiabot::protobuf::LinuxHardwareStatus linux_hardware_status)
inline

Definition at line 848 of file hub.pb.h.

◆ set_allocated_location()

void jaiabot::protobuf::HubStatus::set_allocated_location ( ::jaiabot::protobuf::GeographicCoordinate location)
inline

Definition at line 764 of file hub.pb.h.

◆ set_bot_ids_in_radio_file()

void jaiabot::protobuf::HubStatus::set_bot_ids_in_radio_file ( int  index,
::google::protobuf::uint32  value 
)
inline

Definition at line 794 of file hub.pb.h.

◆ set_error()

void jaiabot::protobuf::HubStatus::set_error ( int  index,
::jaiabot::protobuf::Error  value 
)
inline

Definition at line 676 of file hub.pb.h.

◆ set_fleet_id()

void jaiabot::protobuf::HubStatus::set_fleet_id ( ::google::protobuf::uint32  value)
inline

Definition at line 610 of file hub.pb.h.

◆ set_health_state()

void jaiabot::protobuf::HubStatus::set_health_state ( ::goby::middleware::protobuf::HealthState  value)
inline

Definition at line 658 of file hub.pb.h.

◆ set_hub_id()

void jaiabot::protobuf::HubStatus::set_hub_id ( ::google::protobuf::uint32  value)
inline

Definition at line 586 of file hub.pb.h.

◆ set_received_time()

void jaiabot::protobuf::HubStatus::set_received_time ( ::google::protobuf::uint64  value)
inline

Definition at line 943 of file hub.pb.h.

◆ set_received_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::HubStatus::set_received_time_with_units ( Quantity  value_w_units)
inline

Definition at line 433 of file hub.pb.h.

◆ set_time()

void jaiabot::protobuf::HubStatus::set_time ( ::google::protobuf::uint64  value)
inline

Definition at line 634 of file hub.pb.h.

◆ set_time_with_units()

template<typename Quantity >
void jaiabot::protobuf::HubStatus::set_time_with_units ( Quantity  value_w_units)
inline

Definition at line 418 of file hub.pb.h.

◆ set_warning()

void jaiabot::protobuf::HubStatus::set_warning ( int  index,
::jaiabot::protobuf::Warning  value 
)
inline

Definition at line 708 of file hub.pb.h.

◆ Swap()

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

◆ time()

google::protobuf::uint64 jaiabot::protobuf::HubStatus::time ( ) const
inline

Definition at line 630 of file hub.pb.h.

◆ time_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::HubStatus::time_with_units ( ) const
inline

Definition at line 422 of file hub.pb.h.

◆ time_with_units() [2/2]

boost::units::quantity< time_unit,google::protobuf::uint64 > jaiabot::protobuf::HubStatus::time_with_units ( ) const
inline

Definition at line 425 of file hub.pb.h.

◆ unknown_fields()

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

Definition at line 240 of file hub.pb.h.

◆ warning() [1/2]

const ::google::protobuf::RepeatedField< int > & jaiabot::protobuf::HubStatus::warning ( ) const
inline

Definition at line 719 of file hub.pb.h.

◆ warning() [2/2]

jaiabot::protobuf::Warning jaiabot::protobuf::HubStatus::warning ( int  index) const
inline

Definition at line 704 of file hub.pb.h.

◆ warning_size()

int jaiabot::protobuf::HubStatus::warning_size ( ) const
inline

Definition at line 698 of file hub.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhub_2eproto::TableStruct

Definition at line 479 of file hub.pb.h.

◆ swap

void swap ( HubStatus a,
HubStatus b 
)
friend

Definition at line 259 of file hub.pb.h.

Member Data Documentation

◆ kBotIdsInRadioFileFieldNumber

const int jaiabot::protobuf::HubStatus::kBotIdsInRadioFileFieldNumber = 11
static

Definition at line 333 of file hub.pb.h.

◆ kBotOffloadFieldNumber

const int jaiabot::protobuf::HubStatus::kBotOffloadFieldNumber = 13
static

Definition at line 369 of file hub.pb.h.

◆ kErrorFieldNumber

const int jaiabot::protobuf::HubStatus::kErrorFieldNumber = 5
static

Definition at line 313 of file hub.pb.h.

◆ kFleetIdFieldNumber

const int jaiabot::protobuf::HubStatus::kFleetIdFieldNumber = 2
static

Definition at line 388 of file hub.pb.h.

◆ kHealthStateFieldNumber

const int jaiabot::protobuf::HubStatus::kHealthStateFieldNumber = 4
static

Definition at line 409 of file hub.pb.h.

◆ kHubIdFieldNumber

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

Definition at line 381 of file hub.pb.h.

◆ kIndexInFileMessages

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

Definition at line 255 of file hub.pb.h.

◆ kLinuxHardwareStatusFieldNumber

const int jaiabot::protobuf::HubStatus::kLinuxHardwareStatusFieldNumber = 12
static

Definition at line 357 of file hub.pb.h.

◆ kLocationFieldNumber

const int jaiabot::protobuf::HubStatus::kLocationFieldNumber = 10
static

Definition at line 345 of file hub.pb.h.

◆ kReceivedTimeFieldNumber

const int jaiabot::protobuf::HubStatus::kReceivedTimeFieldNumber = 14
static

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

◆ kTimeFieldNumber

const int jaiabot::protobuf::HubStatus::kTimeFieldNumber = 3
static

Definition at line 395 of file hub.pb.h.

◆ kWarningFieldNumber

const int jaiabot::protobuf::HubStatus::kWarningFieldNumber = 6
static

Definition at line 323 of file hub.pb.h.


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