#include <jaiabot/messages/health.pb.h>
Public Types | |
typedef NTPStatus_NTPPeer_TallyCode | TallyCode |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | when_dimension |
typedef boost::units::unit< when_dimension, boost::units::si::system > | when_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | poll_dimension |
typedef boost::units::unit< poll_dimension, boost::units::si::system > | poll_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | delay_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< delay_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-3 > > >::type | delay_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | offset_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< offset_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-3 > > >::type | offset_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | jitter_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< jitter_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-3 > > >::type | jitter_unit |
Public Member Functions | |
NTPStatus_NTPPeer () | |
virtual | ~NTPStatus_NTPPeer () |
NTPStatus_NTPPeer (const NTPStatus_NTPPeer &from) | |
NTPStatus_NTPPeer & | operator= (const NTPStatus_NTPPeer &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (NTPStatus_NTPPeer *other) |
NTPStatus_NTPPeer * | New () const final |
NTPStatus_NTPPeer * | 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 NTPStatus_NTPPeer &from) |
void | MergeFrom (const NTPStatus_NTPPeer &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_remote () const |
void | clear_remote () |
const ::std::string & | remote () const |
void | set_remote (const ::std::string &value) |
void | set_remote (const char *value) |
void | set_remote (const char *value, size_t size) |
::std::string * | mutable_remote () |
::std::string * | release_remote () |
void | set_allocated_remote (::std::string *remote) |
bool | has_refid () const |
void | clear_refid () |
const ::std::string & | refid () const |
void | set_refid (const ::std::string &value) |
void | set_refid (const char *value) |
void | set_refid (const char *value, size_t size) |
::std::string * | mutable_refid () |
::std::string * | release_refid () |
void | set_allocated_refid (::std::string *refid) |
bool | has_reach () const |
void | clear_reach () |
::google::protobuf::int32 | reach () const |
void | set_reach (::google::protobuf::int32 value) |
bool | has_jitter () const |
void | clear_jitter () |
float | jitter () const |
void | set_jitter (float value) |
bool | has_tally_code () const |
void | clear_tally_code () |
::jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode | tally_code () const |
void | set_tally_code (::jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode value) |
bool | has_stratum () const |
void | clear_stratum () |
::google::protobuf::int32 | stratum () const |
void | set_stratum (::google::protobuf::int32 value) |
bool | has_when () const |
void | clear_when () |
::google::protobuf::int32 | when () const |
void | set_when (::google::protobuf::int32 value) |
bool | has_poll () const |
void | clear_poll () |
::google::protobuf::int32 | poll () const |
void | set_poll (::google::protobuf::int32 value) |
bool | has_delay () const |
void | clear_delay () |
float | delay () const |
void | set_delay (float value) |
bool | has_offset () const |
void | clear_offset () |
float | offset () const |
void | set_offset (float value) |
template<typename Quantity > | |
void | set_when_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | when_with_units () const |
boost::units::quantity< when_unit, google::protobuf::int32 > | when_with_units () const |
template<typename Quantity > | |
void | set_poll_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | poll_with_units () const |
boost::units::quantity< poll_unit, google::protobuf::int32 > | poll_with_units () const |
template<typename Quantity > | |
void | set_delay_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | delay_with_units () const |
boost::units::quantity< delay_unit, float > | delay_with_units () const |
template<typename Quantity > | |
void | set_offset_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | offset_with_units () const |
boost::units::quantity< offset_unit, float > | offset_with_units () const |
template<typename Quantity > | |
void | set_jitter_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | jitter_with_units () const |
boost::units::quantity< jitter_unit, float > | jitter_with_units () const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const NTPStatus_NTPPeer & | default_instance () |
static void | InitAsDefaultInstance () |
static const NTPStatus_NTPPeer * | internal_default_instance () |
static bool | TallyCode_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | TallyCode_descriptor () |
static const ::std::string & | TallyCode_Name (TallyCode value) |
static bool | TallyCode_Parse (const ::std::string &name, TallyCode *value) |
Friends | |
struct | ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct |
void | swap (NTPStatus_NTPPeer &a, NTPStatus_NTPPeer &b) |
Definition at line 1504 of file health.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::protobuf::NTPStatus_NTPPeer::delay_dimension |
Definition at line 1752 of file health.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<delay_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-3> > >::type jaiabot::protobuf::NTPStatus_NTPPeer::delay_unit |
Definition at line 1756 of file health.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::protobuf::NTPStatus_NTPPeer::jitter_dimension |
Definition at line 1782 of file health.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<jitter_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-3> > >::type jaiabot::protobuf::NTPStatus_NTPPeer::jitter_unit |
Definition at line 1786 of file health.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::protobuf::NTPStatus_NTPPeer::offset_dimension |
Definition at line 1767 of file health.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<offset_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-3> > >::type jaiabot::protobuf::NTPStatus_NTPPeer::offset_unit |
Definition at line 1771 of file health.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::protobuf::NTPStatus_NTPPeer::poll_dimension |
Definition at line 1737 of file health.pb.h.
typedef boost::units::unit<poll_dimension,boost::units::si::system> jaiabot::protobuf::NTPStatus_NTPPeer::poll_unit |
Definition at line 1741 of file health.pb.h.
Definition at line 1596 of file health.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::protobuf::NTPStatus_NTPPeer::when_dimension |
Definition at line 1724 of file health.pb.h.
typedef boost::units::unit<when_dimension,boost::units::si::system> jaiabot::protobuf::NTPStatus_NTPPeer::when_unit |
Definition at line 1726 of file health.pb.h.
jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer | ( | ) |
|
virtual |
jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer | ( | const NTPStatus_NTPPeer & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 4124 of file health.pb.h.
|
inline |
Definition at line 4172 of file health.pb.h.
|
inline |
Definition at line 4148 of file health.pb.h.
|
inline |
Definition at line 4076 of file health.pb.h.
|
inline |
Definition at line 4100 of file health.pb.h.
|
inline |
Definition at line 3962 of file health.pb.h.
|
inline |
Definition at line 3896 of file health.pb.h.
|
inline |
Definition at line 4028 of file health.pb.h.
|
inline |
Definition at line 3871 of file health.pb.h.
|
inline |
Definition at line 4052 of file health.pb.h.
|
final |
void jaiabot::protobuf::NTPStatus_NTPPeer::CopyFrom | ( | const NTPStatus_NTPPeer & | from | ) |
|
static |
|
inline |
Definition at line 4128 of file health.pb.h.
|
inline |
Definition at line 1763 of file health.pb.h.
|
inline |
Definition at line 1766 of file health.pb.h.
|
static |
|
inlinefinal |
Definition at line 1576 of file health.pb.h.
|
final |
|
inline |
Definition at line 4115 of file health.pb.h.
|
inline |
Definition at line 4163 of file health.pb.h.
|
inline |
Definition at line 4139 of file health.pb.h.
|
inline |
Definition at line 4067 of file health.pb.h.
|
inline |
Definition at line 4091 of file health.pb.h.
|
inline |
Definition at line 3953 of file health.pb.h.
|
inline |
Definition at line 3887 of file health.pb.h.
|
inline |
Definition at line 4019 of file health.pb.h.
|
inline |
Definition at line 3862 of file health.pb.h.
|
inline |
Definition at line 4043 of file health.pb.h.
|
static |
|
inlinestatic |
Definition at line 1541 of file health.pb.h.
|
final |
|
final |
|
inline |
Definition at line 4176 of file health.pb.h.
|
inline |
Definition at line 1793 of file health.pb.h.
|
inline |
Definition at line 1796 of file health.pb.h.
|
final |
void jaiabot::protobuf::NTPStatus_NTPPeer::MergeFrom | ( | const NTPStatus_NTPPeer & | from | ) |
|
final |
|
inline |
Definition at line 3995 of file health.pb.h.
|
inline |
Definition at line 3929 of file health.pb.h.
|
inline |
Definition at line 1533 of file health.pb.h.
|
inlinefinal |
Definition at line 1555 of file health.pb.h.
|
inlinefinal |
Definition at line 1559 of file health.pb.h.
|
inline |
Definition at line 4152 of file health.pb.h.
|
inline |
Definition at line 1778 of file health.pb.h.
|
inline |
Definition at line 1781 of file health.pb.h.
|
inline |
Definition at line 1511 of file health.pb.h.
|
inline |
Definition at line 4080 of file health.pb.h.
|
inline |
Definition at line 1748 of file health.pb.h.
|
inline |
Definition at line 1751 of file health.pb.h.
|
inline |
Definition at line 4104 of file health.pb.h.
|
inline |
Definition at line 3966 of file health.pb.h.
|
inline |
Definition at line 4000 of file health.pb.h.
|
inline |
Definition at line 3934 of file health.pb.h.
|
inline |
Definition at line 3900 of file health.pb.h.
|
final |
|
inline |
Definition at line 4008 of file health.pb.h.
|
inline |
Definition at line 3942 of file health.pb.h.
|
inline |
Definition at line 4132 of file health.pb.h.
|
inline |
Definition at line 1759 of file health.pb.h.
|
inline |
Definition at line 4180 of file health.pb.h.
|
inline |
Definition at line 1789 of file health.pb.h.
|
inline |
Definition at line 4156 of file health.pb.h.
|
inline |
Definition at line 1774 of file health.pb.h.
|
inline |
Definition at line 4084 of file health.pb.h.
|
inline |
Definition at line 1744 of file health.pb.h.
|
inline |
Definition at line 4108 of file health.pb.h.
|
inline |
Definition at line 3970 of file health.pb.h.
|
inline |
Definition at line 3983 of file health.pb.h.
|
inline |
Definition at line 3989 of file health.pb.h.
|
inline |
Definition at line 3904 of file health.pb.h.
|
inline |
Definition at line 3917 of file health.pb.h.
|
inline |
Definition at line 3923 of file health.pb.h.
|
inline |
Definition at line 4036 of file health.pb.h.
|
inline |
Definition at line 3879 of file health.pb.h.
|
inline |
Definition at line 4060 of file health.pb.h.
|
inline |
Definition at line 1729 of file health.pb.h.
|
inline |
Definition at line 4032 of file health.pb.h.
void jaiabot::protobuf::NTPStatus_NTPPeer::Swap | ( | NTPStatus_NTPPeer * | other | ) |
|
inline |
Definition at line 3875 of file health.pb.h.
|
inlinestatic |
Definition at line 1625 of file health.pb.h.
|
inlinestatic |
Definition at line 1615 of file health.pb.h.
|
inlinestatic |
Definition at line 1628 of file health.pb.h.
|
inlinestatic |
Definition at line 1631 of file health.pb.h.
|
inline |
Definition at line 1530 of file health.pb.h.
|
inline |
Definition at line 4056 of file health.pb.h.
|
inline |
Definition at line 1733 of file health.pb.h.
|
inline |
Definition at line 1736 of file health.pb.h.
|
friend |
Definition at line 1838 of file health.pb.h.
|
friend |
Definition at line 1549 of file health.pb.h.
|
static |
Definition at line 1713 of file health.pb.h.
|
staticconstexpr |
Definition at line 1545 of file health.pb.h.
|
static |
Definition at line 1678 of file health.pb.h.
|
static |
Definition at line 1720 of file health.pb.h.
|
static |
Definition at line 1706 of file health.pb.h.
|
static |
Definition at line 1671 of file health.pb.h.
|
static |
Definition at line 1656 of file health.pb.h.
|
static |
Definition at line 1641 of file health.pb.h.
|
static |
Definition at line 1692 of file health.pb.h.
|
static |
Definition at line 1685 of file health.pb.h.
|
static |
Definition at line 1699 of file health.pb.h.
|
static |
Definition at line 1609 of file health.pb.h.
|
static |
Definition at line 1597 of file health.pb.h.
|
static |
Definition at line 1605 of file health.pb.h.
|
static |
Definition at line 1601 of file health.pb.h.
|
static |
Definition at line 1603 of file health.pb.h.
|
static |
Definition at line 1607 of file health.pb.h.
|
static |
Definition at line 1599 of file health.pb.h.
|
static |
Definition at line 1613 of file health.pb.h.
|
static |
Definition at line 1611 of file health.pb.h.
|
static |
Definition at line 1622 of file health.pb.h.
|
static |
Definition at line 1620 of file health.pb.h.
|
static |
Definition at line 1618 of file health.pb.h.