#include <jaiabot/messages/hub.pb.h>
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) | |
HubStatus & | operator= (const HubStatus &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (HubStatus *other) |
HubStatus * | New () const final |
HubStatus * | New (::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_KnownBot * | mutable_known_bot (int index) |
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::HubStatus_KnownBot > * | mutable_known_bot () |
const ::jaiabot::protobuf::HubStatus_KnownBot & | known_bot (int index) const |
::jaiabot::protobuf::HubStatus_KnownBot * | add_known_bot () |
const ::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::HubStatus_KnownBot > & | known_bot () const |
bool | has_location () const |
void | clear_location () |
const ::jaiabot::protobuf::GeographicCoordinate & | location () const |
::jaiabot::protobuf::GeographicCoordinate * | release_location () |
::jaiabot::protobuf::GeographicCoordinate * | mutable_location () |
void | set_allocated_location (::jaiabot::protobuf::GeographicCoordinate *location) |
bool | has_linux_hardware_status () const |
void | clear_linux_hardware_status () |
const ::jaiabot::protobuf::LinuxHardwareStatus & | linux_hardware_status () const |
::jaiabot::protobuf::LinuxHardwareStatus * | release_linux_hardware_status () |
::jaiabot::protobuf::LinuxHardwareStatus * | mutable_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_BotOffloadData & | bot_offload () const |
::jaiabot::protobuf::HubStatus_BotOffloadData * | release_bot_offload () |
::jaiabot::protobuf::HubStatus_BotOffloadData * | mutable_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 HubStatus & | default_instance () |
static void | InitAsDefaultInstance () |
static const HubStatus * | internal_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) |
typedef boost::units::time_dimension jaiabot::protobuf::HubStatus::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 jaiabot::protobuf::HubStatus::received_time_unit |
typedef boost::units::time_dimension jaiabot::protobuf::HubStatus::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 jaiabot::protobuf::HubStatus::time_unit |
jaiabot::protobuf::HubStatus::HubStatus | ( | ) |
|
virtual |
jaiabot::protobuf::HubStatus::HubStatus | ( | const HubStatus & | from | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void jaiabot::protobuf::HubStatus::clear_linux_hardware_status | ( | ) |
void jaiabot::protobuf::HubStatus::clear_location | ( | ) |
|
inline |
|
inline |
|
final |
void jaiabot::protobuf::HubStatus::CopyFrom | ( | const HubStatus & | from | ) |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
inlinestatic |
|
final |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
void jaiabot::protobuf::HubStatus::MergeFrom | ( | const HubStatus & | from | ) |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinefinal |
|
inlinefinal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void jaiabot::protobuf::HubStatus::Swap | ( | HubStatus * | other | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |