JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::config::Health Class Reference

#include <bin/health/config.pb.h>

Inheritance diagram for jaiabot::config::Health:
Collaboration diagram for jaiabot::config::Health:

Public Types

typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type auto_restart_timeout_dimension
 
typedef boost::units::unit< auto_restart_timeout_dimension, boost::units::si::system > auto_restart_timeout_unit
 
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type auto_restart_init_grace_period_dimension
 
typedef boost::units::unit< auto_restart_init_grace_period_dimension, boost::units::si::system > auto_restart_init_grace_period_unit
 

Public Member Functions

 Health ()
 
virtual ~Health ()
 
 Health (const Health &from)
 
Healthoperator= (const Health &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Health *other)
 
HealthNew () const final
 
HealthNew (::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 Health &from)
 
void MergeFrom (const Health &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_app () const
 
void clear_app ()
 
const ::goby::middleware::protobuf::AppConfig & app () const
 
::goby::middleware::protobuf::AppConfig * release_app ()
 
::goby::middleware::protobuf::AppConfig * mutable_app ()
 
void set_allocated_app (::goby::middleware::protobuf::AppConfig *app)
 
bool has_interprocess () const
 
void clear_interprocess ()
 
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess () const
 
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess ()
 
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess ()
 
void set_allocated_interprocess (::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
 
bool has_udp_config () const
 
void clear_udp_config ()
 
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_config () const
 
::goby::middleware::protobuf::UDPPointToPointConfig * release_udp_config ()
 
::goby::middleware::protobuf::UDPPointToPointConfig * mutable_udp_config ()
 
void set_allocated_udp_config (::goby::middleware::protobuf::UDPPointToPointConfig *udp_config)
 
bool has_linux_hw () const
 
void clear_linux_hw ()
 
const ::jaiabot::config::LinuxHardwareConfiglinux_hw () const
 
::jaiabot::config::LinuxHardwareConfigrelease_linux_hw ()
 
::jaiabot::config::LinuxHardwareConfigmutable_linux_hw ()
 
void set_allocated_linux_hw (::jaiabot::config::LinuxHardwareConfig *linux_hw)
 
bool has_ntp () const
 
void clear_ntp ()
 
const ::jaiabot::config::NTPStatusConfigntp () const
 
::jaiabot::config::NTPStatusConfigrelease_ntp ()
 
::jaiabot::config::NTPStatusConfigmutable_ntp ()
 
void set_allocated_ntp (::jaiabot::config::NTPStatusConfig *ntp)
 
bool has_helm () const
 
void clear_helm ()
 
const ::jaiabot::config::HelmIVPStatusConfighelm () const
 
::jaiabot::config::HelmIVPStatusConfigrelease_helm ()
 
::jaiabot::config::HelmIVPStatusConfigmutable_helm ()
 
void set_allocated_helm (::jaiabot::config::HelmIVPStatusConfig *helm)
 
bool has_motor () const
 
void clear_motor ()
 
const ::jaiabot::config::MotorStatusConfigmotor () const
 
::jaiabot::config::MotorStatusConfigrelease_motor ()
 
::jaiabot::config::MotorStatusConfigmutable_motor ()
 
void set_allocated_motor (::jaiabot::config::MotorStatusConfig *motor)
 
bool has_ignore_powerstate_changes () const
 
void clear_ignore_powerstate_changes ()
 
bool ignore_powerstate_changes () const
 
void set_ignore_powerstate_changes (bool value)
 
bool has_is_in_sim () const
 
void clear_is_in_sim ()
 
bool is_in_sim () const
 
void set_is_in_sim (bool value)
 
bool has_test_hardware_in_sim () const
 
void clear_test_hardware_in_sim ()
 
bool test_hardware_in_sim () const
 
void set_test_hardware_in_sim (bool value)
 
bool has_auto_restart () const
 
void clear_auto_restart ()
 
bool auto_restart () const
 
void set_auto_restart (bool value)
 
bool has_check_helm_ivp_status () const
 
void clear_check_helm_ivp_status ()
 
bool check_helm_ivp_status () const
 
void set_check_helm_ivp_status (bool value)
 
bool has_auto_restart_timeout () const
 
void clear_auto_restart_timeout ()
 
::google::protobuf::int32 auto_restart_timeout () const
 
void set_auto_restart_timeout (::google::protobuf::int32 value)
 
bool has_auto_restart_init_grace_period () const
 
void clear_auto_restart_init_grace_period ()
 
::google::protobuf::int32 auto_restart_init_grace_period () const
 
void set_auto_restart_init_grace_period (::google::protobuf::int32 value)
 
template<typename Quantity >
void set_auto_restart_timeout_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity auto_restart_timeout_with_units () const
 
boost::units::quantity< auto_restart_timeout_unit, google::protobuf::int32 > auto_restart_timeout_with_units () const
 
template<typename Quantity >
void set_auto_restart_init_grace_period_with_units (Quantity value_w_units)
 
template<typename Quantity >
Quantity auto_restart_init_grace_period_with_units () const
 
boost::units::quantity< auto_restart_init_grace_period_unit, google::protobuf::int32 > auto_restart_init_grace_period_with_units () const
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Healthdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Healthinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kAppFieldNumber = 1
 
static const int kInterprocessFieldNumber = 2
 
static const int kUdpConfigFieldNumber = 3
 
static const int kLinuxHwFieldNumber = 30
 
static const int kNtpFieldNumber = 40
 
static const int kHelmFieldNumber = 41
 
static const int kMotorFieldNumber = 42
 
static const int kIgnorePowerstateChangesFieldNumber = 20
 
static const int kIsInSimFieldNumber = 23
 
static const int kTestHardwareInSimFieldNumber = 24
 
static const int kAutoRestartFieldNumber = 10
 
static const int kCheckHelmIvpStatusFieldNumber = 21
 
static const int kAutoRestartTimeoutFieldNumber = 11
 
static const int kAutoRestartInitGracePeriodFieldNumber = 12
 

Friends

struct ::protobuf_bin_2fhealth_2fconfig_2eproto::TableStruct
 
void swap (Health &a, Health &b)
 

Detailed Description

Definition at line 721 of file config.pb.h.

Member Typedef Documentation

◆ auto_restart_init_grace_period_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::config::Health::auto_restart_init_grace_period_dimension

Definition at line 961 of file config.pb.h.

◆ auto_restart_init_grace_period_unit

Definition at line 965 of file config.pb.h.

◆ auto_restart_timeout_dimension

typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::config::Health::auto_restart_timeout_dimension

Definition at line 948 of file config.pb.h.

◆ auto_restart_timeout_unit

typedef boost::units::unit<auto_restart_timeout_dimension,boost::units::si::system> jaiabot::config::Health::auto_restart_timeout_unit

Definition at line 950 of file config.pb.h.

Constructor & Destructor Documentation

◆ Health() [1/2]

jaiabot::config::Health::Health ( )

◆ ~Health()

virtual jaiabot::config::Health::~Health ( )
virtual

◆ Health() [2/2]

jaiabot::config::Health::Health ( const Health from)

Member Function Documentation

◆ app()

const ::goby::middleware::protobuf::AppConfig & jaiabot::config::Health::app ( ) const
inline

Definition at line 1555 of file config.pb.h.

◆ auto_restart()

bool jaiabot::config::Health::auto_restart ( ) const
inline

Definition at line 1718 of file config.pb.h.

◆ auto_restart_init_grace_period()

google::protobuf::int32 jaiabot::config::Health::auto_restart_init_grace_period ( ) const
inline

Definition at line 1766 of file config.pb.h.

◆ auto_restart_init_grace_period_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::config::Health::auto_restart_init_grace_period_with_units ( ) const
inline

Definition at line 972 of file config.pb.h.

◆ auto_restart_init_grace_period_with_units() [2/2]

boost::units::quantity< auto_restart_init_grace_period_unit,google::protobuf::int32 > jaiabot::config::Health::auto_restart_init_grace_period_with_units ( ) const
inline

Definition at line 975 of file config.pb.h.

◆ auto_restart_timeout()

google::protobuf::int32 jaiabot::config::Health::auto_restart_timeout ( ) const
inline

Definition at line 1742 of file config.pb.h.

◆ auto_restart_timeout_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::config::Health::auto_restart_timeout_with_units ( ) const
inline

Definition at line 957 of file config.pb.h.

◆ auto_restart_timeout_with_units() [2/2]

boost::units::quantity< auto_restart_timeout_unit,google::protobuf::int32 > jaiabot::config::Health::auto_restart_timeout_with_units ( ) const
inline

Definition at line 960 of file config.pb.h.

◆ ByteSizeLong()

size_t jaiabot::config::Health::ByteSizeLong ( ) const
final

◆ check_helm_ivp_status()

bool jaiabot::config::Health::check_helm_ivp_status ( ) const
inline

Definition at line 1814 of file config.pb.h.

◆ Clear()

void jaiabot::config::Health::Clear ( )
final

◆ clear_app()

void jaiabot::config::Health::clear_app ( )

◆ clear_auto_restart()

void jaiabot::config::Health::clear_auto_restart ( )
inline

Definition at line 1714 of file config.pb.h.

◆ clear_auto_restart_init_grace_period()

void jaiabot::config::Health::clear_auto_restart_init_grace_period ( )
inline

Definition at line 1762 of file config.pb.h.

◆ clear_auto_restart_timeout()

void jaiabot::config::Health::clear_auto_restart_timeout ( )
inline

Definition at line 1738 of file config.pb.h.

◆ clear_check_helm_ivp_status()

void jaiabot::config::Health::clear_check_helm_ivp_status ( )
inline

Definition at line 1810 of file config.pb.h.

◆ clear_helm()

void jaiabot::config::Health::clear_helm ( )
inline

Definition at line 1998 of file config.pb.h.

◆ clear_ignore_powerstate_changes()

void jaiabot::config::Health::clear_ignore_powerstate_changes ( )
inline

Definition at line 1786 of file config.pb.h.

◆ clear_interprocess()

void jaiabot::config::Health::clear_interprocess ( )

◆ clear_is_in_sim()

void jaiabot::config::Health::clear_is_in_sim ( )
inline

Definition at line 1834 of file config.pb.h.

◆ clear_linux_hw()

void jaiabot::config::Health::clear_linux_hw ( )
inline

Definition at line 1882 of file config.pb.h.

◆ clear_motor()

void jaiabot::config::Health::clear_motor ( )
inline

Definition at line 2056 of file config.pb.h.

◆ clear_ntp()

void jaiabot::config::Health::clear_ntp ( )
inline

Definition at line 1940 of file config.pb.h.

◆ clear_test_hardware_in_sim()

void jaiabot::config::Health::clear_test_hardware_in_sim ( )
inline

Definition at line 1858 of file config.pb.h.

◆ clear_udp_config()

void jaiabot::config::Health::clear_udp_config ( )

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void jaiabot::config::Health::CopyFrom ( const Health from)

◆ default_instance()

static const Health& jaiabot::config::Health::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::config::Health::descriptor ( )
static

◆ GetCachedSize()

int jaiabot::config::Health::GetCachedSize ( ) const
inlinefinal

Definition at line 793 of file config.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::config::Health::GetMetadata ( ) const
final

◆ has_app()

bool jaiabot::config::Health::has_app ( ) const
inline

Definition at line 1543 of file config.pb.h.

◆ has_auto_restart()

bool jaiabot::config::Health::has_auto_restart ( ) const
inline

Definition at line 1705 of file config.pb.h.

◆ has_auto_restart_init_grace_period()

bool jaiabot::config::Health::has_auto_restart_init_grace_period ( ) const
inline

Definition at line 1753 of file config.pb.h.

◆ has_auto_restart_timeout()

bool jaiabot::config::Health::has_auto_restart_timeout ( ) const
inline

Definition at line 1729 of file config.pb.h.

◆ has_check_helm_ivp_status()

bool jaiabot::config::Health::has_check_helm_ivp_status ( ) const
inline

Definition at line 1801 of file config.pb.h.

◆ has_helm()

bool jaiabot::config::Health::has_helm ( ) const
inline

Definition at line 1989 of file config.pb.h.

◆ has_ignore_powerstate_changes()

bool jaiabot::config::Health::has_ignore_powerstate_changes ( ) const
inline

Definition at line 1777 of file config.pb.h.

◆ has_interprocess()

bool jaiabot::config::Health::has_interprocess ( ) const
inline

Definition at line 1597 of file config.pb.h.

◆ has_is_in_sim()

bool jaiabot::config::Health::has_is_in_sim ( ) const
inline

Definition at line 1825 of file config.pb.h.

◆ has_linux_hw()

bool jaiabot::config::Health::has_linux_hw ( ) const
inline

Definition at line 1873 of file config.pb.h.

◆ has_motor()

bool jaiabot::config::Health::has_motor ( ) const
inline

Definition at line 2047 of file config.pb.h.

◆ has_ntp()

bool jaiabot::config::Health::has_ntp ( ) const
inline

Definition at line 1931 of file config.pb.h.

◆ has_test_hardware_in_sim()

bool jaiabot::config::Health::has_test_hardware_in_sim ( ) const
inline

Definition at line 1849 of file config.pb.h.

◆ has_udp_config()

bool jaiabot::config::Health::has_udp_config ( ) const
inline

Definition at line 1651 of file config.pb.h.

◆ helm()

const ::jaiabot::config::HelmIVPStatusConfig & jaiabot::config::Health::helm ( ) const
inline

Definition at line 2005 of file config.pb.h.

◆ ignore_powerstate_changes()

bool jaiabot::config::Health::ignore_powerstate_changes ( ) const
inline

Definition at line 1790 of file config.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::config::Health::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Health* jaiabot::config::Health::internal_default_instance ( )
inlinestatic

Definition at line 758 of file config.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ interprocess()

const ::goby::zeromq::protobuf::InterProcessPortalConfig & jaiabot::config::Health::interprocess ( ) const
inline

Definition at line 1609 of file config.pb.h.

◆ is_in_sim()

bool jaiabot::config::Health::is_in_sim ( ) const
inline

Definition at line 1838 of file config.pb.h.

◆ IsInitialized()

bool jaiabot::config::Health::IsInitialized ( ) const
final

◆ linux_hw()

const ::jaiabot::config::LinuxHardwareConfig & jaiabot::config::Health::linux_hw ( ) const
inline

Definition at line 1889 of file config.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void jaiabot::config::Health::MergeFrom ( const Health from)

◆ MergePartialFromCodedStream()

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

◆ motor()

const ::jaiabot::config::MotorStatusConfig & jaiabot::config::Health::motor ( ) const
inline

Definition at line 2063 of file config.pb.h.

◆ mutable_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::Health::mutable_app ( )
inline

Definition at line 1568 of file config.pb.h.

◆ mutable_helm()

jaiabot::config::HelmIVPStatusConfig * jaiabot::config::Health::mutable_helm ( )
inline

Definition at line 2018 of file config.pb.h.

◆ mutable_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::Health::mutable_interprocess ( )
inline

Definition at line 1622 of file config.pb.h.

◆ mutable_linux_hw()

jaiabot::config::LinuxHardwareConfig * jaiabot::config::Health::mutable_linux_hw ( )
inline

Definition at line 1902 of file config.pb.h.

◆ mutable_motor()

jaiabot::config::MotorStatusConfig * jaiabot::config::Health::mutable_motor ( )
inline

Definition at line 2076 of file config.pb.h.

◆ mutable_ntp()

jaiabot::config::NTPStatusConfig * jaiabot::config::Health::mutable_ntp ( )
inline

Definition at line 1960 of file config.pb.h.

◆ mutable_udp_config()

goby::middleware::protobuf::UDPPointToPointConfig * jaiabot::config::Health::mutable_udp_config ( )
inline

Definition at line 1676 of file config.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::config::Health::mutable_unknown_fields ( )
inline

Definition at line 750 of file config.pb.h.

◆ New() [1/2]

Health* jaiabot::config::Health::New ( ) const
inlinefinal

Definition at line 772 of file config.pb.h.

◆ New() [2/2]

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

Definition at line 776 of file config.pb.h.

◆ ntp()

const ::jaiabot::config::NTPStatusConfig & jaiabot::config::Health::ntp ( ) const
inline

Definition at line 1947 of file config.pb.h.

◆ operator=()

Health& jaiabot::config::Health::operator= ( const Health from)
inline

Definition at line 728 of file config.pb.h.

◆ release_app()

goby::middleware::protobuf::AppConfig * jaiabot::config::Health::release_app ( )
inline

Definition at line 1561 of file config.pb.h.

◆ release_helm()

jaiabot::config::HelmIVPStatusConfig * jaiabot::config::Health::release_helm ( )
inline

Definition at line 2011 of file config.pb.h.

◆ release_interprocess()

goby::zeromq::protobuf::InterProcessPortalConfig * jaiabot::config::Health::release_interprocess ( )
inline

Definition at line 1615 of file config.pb.h.

◆ release_linux_hw()

jaiabot::config::LinuxHardwareConfig * jaiabot::config::Health::release_linux_hw ( )
inline

Definition at line 1895 of file config.pb.h.

◆ release_motor()

jaiabot::config::MotorStatusConfig * jaiabot::config::Health::release_motor ( )
inline

Definition at line 2069 of file config.pb.h.

◆ release_ntp()

jaiabot::config::NTPStatusConfig * jaiabot::config::Health::release_ntp ( )
inline

Definition at line 1953 of file config.pb.h.

◆ release_udp_config()

goby::middleware::protobuf::UDPPointToPointConfig * jaiabot::config::Health::release_udp_config ( )
inline

Definition at line 1669 of file config.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_app()

void jaiabot::config::Health::set_allocated_app ( ::goby::middleware::protobuf::AppConfig *  app)
inline

Definition at line 1577 of file config.pb.h.

◆ set_allocated_helm()

void jaiabot::config::Health::set_allocated_helm ( ::jaiabot::config::HelmIVPStatusConfig helm)
inline

Definition at line 2027 of file config.pb.h.

◆ set_allocated_interprocess()

void jaiabot::config::Health::set_allocated_interprocess ( ::goby::zeromq::protobuf::InterProcessPortalConfig *  interprocess)
inline

Definition at line 1631 of file config.pb.h.

◆ set_allocated_linux_hw()

void jaiabot::config::Health::set_allocated_linux_hw ( ::jaiabot::config::LinuxHardwareConfig linux_hw)
inline

Definition at line 1911 of file config.pb.h.

◆ set_allocated_motor()

void jaiabot::config::Health::set_allocated_motor ( ::jaiabot::config::MotorStatusConfig motor)
inline

Definition at line 2085 of file config.pb.h.

◆ set_allocated_ntp()

void jaiabot::config::Health::set_allocated_ntp ( ::jaiabot::config::NTPStatusConfig ntp)
inline

Definition at line 1969 of file config.pb.h.

◆ set_allocated_udp_config()

void jaiabot::config::Health::set_allocated_udp_config ( ::goby::middleware::protobuf::UDPPointToPointConfig *  udp_config)
inline

Definition at line 1685 of file config.pb.h.

◆ set_auto_restart()

void jaiabot::config::Health::set_auto_restart ( bool  value)
inline

Definition at line 1722 of file config.pb.h.

◆ set_auto_restart_init_grace_period()

void jaiabot::config::Health::set_auto_restart_init_grace_period ( ::google::protobuf::int32  value)
inline

Definition at line 1770 of file config.pb.h.

◆ set_auto_restart_init_grace_period_with_units()

template<typename Quantity >
void jaiabot::config::Health::set_auto_restart_init_grace_period_with_units ( Quantity  value_w_units)
inline

Definition at line 968 of file config.pb.h.

◆ set_auto_restart_timeout()

void jaiabot::config::Health::set_auto_restart_timeout ( ::google::protobuf::int32  value)
inline

Definition at line 1746 of file config.pb.h.

◆ set_auto_restart_timeout_with_units()

template<typename Quantity >
void jaiabot::config::Health::set_auto_restart_timeout_with_units ( Quantity  value_w_units)
inline

Definition at line 953 of file config.pb.h.

◆ set_check_helm_ivp_status()

void jaiabot::config::Health::set_check_helm_ivp_status ( bool  value)
inline

Definition at line 1818 of file config.pb.h.

◆ set_ignore_powerstate_changes()

void jaiabot::config::Health::set_ignore_powerstate_changes ( bool  value)
inline

Definition at line 1794 of file config.pb.h.

◆ set_is_in_sim()

void jaiabot::config::Health::set_is_in_sim ( bool  value)
inline

Definition at line 1842 of file config.pb.h.

◆ set_test_hardware_in_sim()

void jaiabot::config::Health::set_test_hardware_in_sim ( bool  value)
inline

Definition at line 1866 of file config.pb.h.

◆ Swap()

void jaiabot::config::Health::Swap ( Health other)

◆ test_hardware_in_sim()

bool jaiabot::config::Health::test_hardware_in_sim ( ) const
inline

Definition at line 1862 of file config.pb.h.

◆ udp_config()

const ::goby::middleware::protobuf::UDPPointToPointConfig & jaiabot::config::Health::udp_config ( ) const
inline

Definition at line 1663 of file config.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::config::Health::unknown_fields ( ) const
inline

Definition at line 747 of file config.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_bin_2fhealth_2fconfig_2eproto::TableStruct

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

◆ swap

void swap ( Health a,
Health b 
)
friend

Definition at line 766 of file config.pb.h.

Member Data Documentation

◆ kAppFieldNumber

const int jaiabot::config::Health::kAppFieldNumber = 1
static

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

◆ kAutoRestartFieldNumber

const int jaiabot::config::Health::kAutoRestartFieldNumber = 10
static

Definition at line 923 of file config.pb.h.

◆ kAutoRestartInitGracePeriodFieldNumber

const int jaiabot::config::Health::kAutoRestartInitGracePeriodFieldNumber = 12
static

Definition at line 944 of file config.pb.h.

◆ kAutoRestartTimeoutFieldNumber

const int jaiabot::config::Health::kAutoRestartTimeoutFieldNumber = 11
static

Definition at line 937 of file config.pb.h.

◆ kCheckHelmIvpStatusFieldNumber

const int jaiabot::config::Health::kCheckHelmIvpStatusFieldNumber = 21
static

Definition at line 930 of file config.pb.h.

◆ kHelmFieldNumber

const int jaiabot::config::Health::kHelmFieldNumber = 41
static

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

◆ kIgnorePowerstateChangesFieldNumber

const int jaiabot::config::Health::kIgnorePowerstateChangesFieldNumber = 20
static

Definition at line 902 of file config.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::config::Health::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

Definition at line 762 of file config.pb.h.

◆ kInterprocessFieldNumber

const int jaiabot::config::Health::kInterprocessFieldNumber = 2
static

Definition at line 830 of file config.pb.h.

◆ kIsInSimFieldNumber

const int jaiabot::config::Health::kIsInSimFieldNumber = 23
static

Definition at line 909 of file config.pb.h.

◆ kLinuxHwFieldNumber

const int jaiabot::config::Health::kLinuxHwFieldNumber = 30
static

Definition at line 854 of file config.pb.h.

◆ kMotorFieldNumber

const int jaiabot::config::Health::kMotorFieldNumber = 42
static

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

◆ kNtpFieldNumber

const int jaiabot::config::Health::kNtpFieldNumber = 40
static

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

◆ kTestHardwareInSimFieldNumber

const int jaiabot::config::Health::kTestHardwareInSimFieldNumber = 24
static

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

◆ kUdpConfigFieldNumber

const int jaiabot::config::Health::kUdpConfigFieldNumber = 3
static

Definition at line 842 of file config.pb.h.


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