JaiaBot  1.19.0
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 HubStatus_KnownBot KnownBot
 
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 ()
 
int known_bot_size () const
 
void clear_known_bot ()
 
::jaiabot::protobuf::HubStatus_KnownBotmutable_known_bot (int index)
 
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::HubStatus_KnownBot > * mutable_known_bot ()
 
const ::jaiabot::protobuf::HubStatus_KnownBotknown_bot (int index) const
 
::jaiabot::protobuf::HubStatus_KnownBotadd_known_bot ()
 
const ::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::HubStatus_KnownBot > & known_bot () const
 
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 kKnownBotFieldNumber = 15
 
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 360 of file hub.pb.h.

Member Typedef Documentation

◆ BotOffloadData

◆ KnownBot

◆ received_time_dimension

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

Definition at line 585 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 589 of file hub.pb.h.

◆ time_dimension

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

Definition at line 572 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 574 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 1010 of file hub.pb.h.

◆ add_error()

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

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

◆ add_known_bot()

jaiabot::protobuf::HubStatus_KnownBot * jaiabot::protobuf::HubStatus::add_known_bot ( )
inline

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

◆ add_warning()

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

Definition at line 925 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 1015 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 1002 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 996 of file hub.pb.h.

◆ bot_offload()

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

Definition at line 1096 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 999 of file hub.pb.h.

◆ clear_bot_offload()

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

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

◆ clear_error()

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

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

◆ clear_fleet_id()

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

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

◆ clear_health_state()

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

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

◆ clear_hub_id()

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

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

◆ clear_known_bot()

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

Definition at line 1165 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 1147 of file hub.pb.h.

◆ clear_time()

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

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

◆ clear_warning()

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

Definition at line 913 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 899 of file hub.pb.h.

◆ error() [2/2]

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

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

◆ error_size()

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

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

◆ fleet_id()

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

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

◆ GetCachedSize()

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

Definition at line 432 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 1080 of file hub.pb.h.

◆ has_fleet_id()

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

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

◆ has_health_state()

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

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

◆ has_hub_id()

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

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

◆ has_linux_hardware_status()

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

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

◆ has_location()

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

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

◆ has_received_time()

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

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

◆ has_time()

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

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

◆ health_state()

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

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

◆ hub_id()

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

Definition at line 794 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 397 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

◆ known_bot() [1/2]

const ::google::protobuf::RepeatedPtrField<::jaiabot::protobuf::HubStatus_KnownBot > & jaiabot::protobuf::HubStatus::known_bot ( ) const
inline

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

◆ known_bot() [2/2]

const ::jaiabot::protobuf::HubStatus_KnownBot & jaiabot::protobuf::HubStatus::known_bot ( int  index) const
inline

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

◆ known_bot_size()

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

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

◆ linux_hardware_status()

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

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

◆ location()

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

Definition at line 954 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 1020 of file hub.pb.h.

◆ mutable_bot_offload()

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

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

◆ mutable_error()

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

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

◆ mutable_known_bot() [1/2]

google::protobuf::RepeatedPtrField<::jaiabot::protobuf::HubStatus_KnownBot > * jaiabot::protobuf::HubStatus::mutable_known_bot ( )
inline

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

◆ mutable_known_bot() [2/2]

jaiabot::protobuf::HubStatus_KnownBot * jaiabot::protobuf::HubStatus::mutable_known_bot ( int  index)
inline

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

◆ mutable_linux_hardware_status()

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

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

◆ mutable_location()

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

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

◆ mutable_unknown_fields()

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

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

◆ mutable_warning()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ operator=()

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

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

◆ received_time()

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

Definition at line 1151 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 596 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 599 of file hub.pb.h.

◆ release_bot_offload()

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

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

◆ release_linux_hardware_status()

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

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

◆ release_location()

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

Definition at line 960 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 1118 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 1060 of file hub.pb.h.

◆ set_allocated_location()

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

Definition at line 976 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 1006 of file hub.pb.h.

◆ set_error()

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

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

◆ set_fleet_id()

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

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

◆ set_health_state()

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

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

◆ set_hub_id()

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

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

◆ set_received_time()

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

Definition at line 1155 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 592 of file hub.pb.h.

◆ set_time()

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

Definition at line 846 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 577 of file hub.pb.h.

◆ set_warning()

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

Definition at line 920 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 842 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 581 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 584 of file hub.pb.h.

◆ unknown_fields()

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

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

◆ warning() [1/2]

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

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

◆ warning() [2/2]

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

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

◆ warning_size()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhub_2eproto::TableStruct

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

◆ swap

void swap ( HubStatus a,
HubStatus b 
)
friend

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

Member Data Documentation

◆ kBotIdsInRadioFileFieldNumber

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

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

◆ kBotOffloadFieldNumber

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

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

◆ kErrorFieldNumber

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

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

◆ kFleetIdFieldNumber

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

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

◆ kHealthStateFieldNumber

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

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

◆ kHubIdFieldNumber

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

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

◆ kIndexInFileMessages

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

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

◆ kKnownBotFieldNumber

const int jaiabot::protobuf::HubStatus::kKnownBotFieldNumber = 15
static

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

◆ kLinuxHardwareStatusFieldNumber

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

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

◆ kLocationFieldNumber

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

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

◆ kReceivedTimeFieldNumber

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

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

◆ kTimeFieldNumber

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

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

◆ kWarningFieldNumber

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

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


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