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


Public Types | |
| enum | : int { kRemoteFieldNumber = 2 , kRefidFieldNumber = 3 , kReachFieldNumber = 7 , kJitterFieldNumber = 10 , kTallyCodeFieldNumber = 1 , kStratumFieldNumber = 4 , kWhenFieldNumber = 5 , kPollFieldNumber = 6 , kDelayFieldNumber = 8 , kOffsetFieldNumber = 9 } |
| 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 () | |
| ~NTPStatus_NTPPeer () override | |
| PROTOBUF_CONSTEXPR | NTPStatus_NTPPeer (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| NTPStatus_NTPPeer (const NTPStatus_NTPPeer &from) | |
| NTPStatus_NTPPeer (NTPStatus_NTPPeer &&from) noexcept | |
| NTPStatus_NTPPeer & | operator= (const NTPStatus_NTPPeer &from) |
| NTPStatus_NTPPeer & | operator= (NTPStatus_NTPPeer &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (NTPStatus_NTPPeer *other) |
| void | UnsafeArenaSwap (NTPStatus_NTPPeer *other) |
| NTPStatus_NTPPeer * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const NTPStatus_NTPPeer &from) |
| void | MergeFrom (const NTPStatus_NTPPeer &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| bool | has_remote () const |
| void | clear_remote () |
| const std::string & | remote () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_remote (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_remote () |
| PROTOBUF_NODISCARD std::string * | release_remote () |
| void | set_allocated_remote (std::string *remote) |
| bool | has_refid () const |
| void | clear_refid () |
| const std::string & | refid () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_refid (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_refid () |
| PROTOBUF_NODISCARD std::string * | release_refid () |
| void | set_allocated_refid (std::string *refid) |
| bool | has_reach () const |
| void | clear_reach () |
| int32_t | reach () const |
| void | set_reach (int32_t 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 () |
| int32_t | stratum () const |
| void | set_stratum (int32_t value) |
| bool | has_when () const |
| void | clear_when () |
| int32_t | when () const |
| void | set_when (int32_t value) |
| bool | has_poll () const |
| void | clear_poll () |
| int32_t | poll () const |
| void | set_poll (int32_t 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 |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_remote (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_refid (ArgT0 &&arg0, ArgT... args) |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const NTPStatus_NTPPeer & | default_instance () |
| static const NTPStatus_NTPPeer * | internal_default_instance () |
| static bool | TallyCode_IsValid (int value) |
| static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | TallyCode_descriptor () |
| template<typename T > | |
| static const std::string & | TallyCode_Name (T enum_t_value) |
| static bool | TallyCode_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TallyCode *value) |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
| static constexpr TallyCode | PEER_CODE_UNKNOWN |
| static constexpr TallyCode | PEER_NOT_VALID |
| static constexpr TallyCode | PEER_DISCARDED_BY_INTERSECTION |
| static constexpr TallyCode | PEER_DISCARDED_BY_TABLE_OVERFLOW |
| static constexpr TallyCode | PEER_DISCARDED_BY_CLUSTER_ALGORITHM |
| static constexpr TallyCode | PEER_INCLUDED_IN_COMBINE |
| static constexpr TallyCode | PEER_ALTERNATIVE_BACKUP |
| static constexpr TallyCode | PEER_SYSTEM_SYNC_SOURCE |
| static constexpr TallyCode | PEER_PPS_SYNC |
| static constexpr TallyCode | TallyCode_MIN |
| static constexpr TallyCode | TallyCode_MAX |
| static constexpr int | TallyCode_ARRAYSIZE |
Protected Member Functions | |
| NTPStatus_NTPPeer (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| struct | ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto |
| void | swap (NTPStatus_NTPPeer &a, NTPStatus_NTPPeer &b) |
Definition at line 1952 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 2305 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 2307 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 2335 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 2337 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 2320 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 2322 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 2290 of file health.pb.h.
| typedef boost::units::unit<poll_dimension,boost::units::si::system> jaiabot::protobuf::NTPStatus_NTPPeer::poll_unit |
Definition at line 2292 of file health.pb.h.
Definition at line 2077 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 2275 of file health.pb.h.
| typedef boost::units::unit<when_dimension,boost::units::si::system> jaiabot::protobuf::NTPStatus_NTPPeer::when_unit |
Definition at line 2277 of file health.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kRemoteFieldNumber | |
| kRefidFieldNumber | |
| kReachFieldNumber | |
| kJitterFieldNumber | |
| kTallyCodeFieldNumber | |
| kStratumFieldNumber | |
| kWhenFieldNumber | |
| kPollFieldNumber | |
| kDelayFieldNumber | |
| kOffsetFieldNumber | |
Definition at line 2123 of file health.pb.h.
|
inline |
Definition at line 1955 of file health.pb.h.
|
override |
|
explicit |
| jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer | ( | const NTPStatus_NTPPeer & | from | ) |
|
inlinenoexcept |
Definition at line 1960 of file health.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 5399 of file health.pb.h.
|
inline |
Definition at line 5455 of file health.pb.h.
|
inline |
Definition at line 5427 of file health.pb.h.
|
inline |
Definition at line 5343 of file health.pb.h.
|
inline |
Definition at line 5371 of file health.pb.h.
|
inline |
Definition at line 5219 of file health.pb.h.
|
inline |
Definition at line 5151 of file health.pb.h.
|
inline |
Definition at line 5287 of file health.pb.h.
|
inline |
Definition at line 5122 of file health.pb.h.
|
inline |
Definition at line 5315 of file health.pb.h.
| void jaiabot::protobuf::NTPStatus_NTPPeer::CopyFrom | ( | const NTPStatus_NTPPeer & | from | ) |
|
inlinestatic |
Definition at line 1999 of file health.pb.h.
|
inline |
Definition at line 5406 of file health.pb.h.
|
inline |
Definition at line 2314 of file health.pb.h.
|
inline |
Definition at line 2317 of file health.pb.h.
|
inlinestatic |
Definition at line 1990 of file health.pb.h.
|
inlinefinal |
Definition at line 2052 of file health.pb.h.
|
final |
|
inlinestatic |
Definition at line 1993 of file health.pb.h.
|
final |
|
inlinestatic |
Definition at line 1996 of file health.pb.h.
|
inline |
Definition at line 5396 of file health.pb.h.
|
inline |
Definition at line 5452 of file health.pb.h.
|
inline |
Definition at line 5424 of file health.pb.h.
|
inline |
Definition at line 5340 of file health.pb.h.
|
inline |
Definition at line 5368 of file health.pb.h.
|
inline |
Definition at line 5216 of file health.pb.h.
|
inline |
Definition at line 5148 of file health.pb.h.
|
inline |
Definition at line 5284 of file health.pb.h.
|
inline |
Definition at line 5119 of file health.pb.h.
|
inline |
Definition at line 5312 of file health.pb.h.
|
inlinestatic |
Definition at line 2002 of file health.pb.h.
|
final |
|
inline |
Definition at line 5462 of file health.pb.h.
|
inline |
Definition at line 2344 of file health.pb.h.
|
inline |
Definition at line 2347 of file health.pb.h.
|
inline |
Definition at line 2039 of file health.pb.h.
|
inline |
Definition at line 5234 of file health.pb.h.
|
inline |
Definition at line 5166 of file health.pb.h.
|
inline |
Definition at line 1986 of file health.pb.h.
|
inlinefinal |
Definition at line 2033 of file health.pb.h.
|
inline |
Definition at line 5434 of file health.pb.h.
|
inline |
Definition at line 2329 of file health.pb.h.
|
inline |
Definition at line 2332 of file health.pb.h.
|
inline |
Definition at line 1965 of file health.pb.h.
|
inlinenoexcept |
Definition at line 1969 of file health.pb.h.
|
inline |
Definition at line 5350 of file health.pb.h.
|
inline |
Definition at line 2299 of file health.pb.h.
|
inline |
Definition at line 2302 of file health.pb.h.
|
inline |
Definition at line 5378 of file health.pb.h.
|
inline |
Definition at line 5223 of file health.pb.h.
|
inline |
Definition at line 5250 of file health.pb.h.
|
inline |
Definition at line 5182 of file health.pb.h.
|
inline |
Definition at line 5155 of file health.pb.h.
|
inline |
Definition at line 5264 of file health.pb.h.
|
inline |
Definition at line 5196 of file health.pb.h.
|
inline |
Definition at line 5414 of file health.pb.h.
|
inline |
Definition at line 2310 of file health.pb.h.
|
inline |
Definition at line 5470 of file health.pb.h.
|
inline |
Definition at line 2340 of file health.pb.h.
|
inline |
Definition at line 5442 of file health.pb.h.
|
inline |
Definition at line 2325 of file health.pb.h.
|
inline |
Definition at line 5358 of file health.pb.h.
|
inline |
Definition at line 2295 of file health.pb.h.
|
inline |
Definition at line 5386 of file health.pb.h.
| void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 5229 of file health.pb.h.
| void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 5161 of file health.pb.h.
|
inline |
Definition at line 5302 of file health.pb.h.
|
inline |
Definition at line 5138 of file health.pb.h.
|
inline |
Definition at line 5330 of file health.pb.h.
|
inline |
Definition at line 2280 of file health.pb.h.
|
inline |
Definition at line 5294 of file health.pb.h.
|
inline |
Definition at line 2012 of file health.pb.h.
|
inline |
Definition at line 5129 of file health.pb.h.
|
inlinestatic |
Definition at line 2106 of file health.pb.h.
|
inlinestatic |
Definition at line 2096 of file health.pb.h.
|
inlinestatic |
Definition at line 2110 of file health.pb.h.
|
inlinestatic |
Definition at line 2116 of file health.pb.h.
|
inline |
Definition at line 1983 of file health.pb.h.
|
inline |
Definition at line 2025 of file health.pb.h.
|
inline |
Definition at line 5322 of file health.pb.h.
|
inline |
Definition at line 2284 of file health.pb.h.
|
inline |
Definition at line 2287 of file health.pb.h.
|
friend |
Definition at line 2357 of file health.pb.h.
|
friend |
Definition at line 2061 of file health.pb.h.
|
friend |
Definition at line 2375 of file health.pb.h.
|
friend |
Definition at line 2009 of file health.pb.h.
|
static |
Definition at line 2070 of file health.pb.h.
| Impl_ jaiabot::protobuf::NTPStatus_NTPPeer::_impl_ |
Definition at line 2374 of file health.pb.h.
|
staticconstexpr |
Definition at line 2006 of file health.pb.h.
|
staticconstexpr |
Definition at line 2090 of file health.pb.h.
|
staticconstexpr |
Definition at line 2078 of file health.pb.h.
|
staticconstexpr |
Definition at line 2086 of file health.pb.h.
|
staticconstexpr |
Definition at line 2082 of file health.pb.h.
|
staticconstexpr |
Definition at line 2084 of file health.pb.h.
|
staticconstexpr |
Definition at line 2088 of file health.pb.h.
|
staticconstexpr |
Definition at line 2080 of file health.pb.h.
|
staticconstexpr |
Definition at line 2094 of file health.pb.h.
|
staticconstexpr |
Definition at line 2092 of file health.pb.h.
|
staticconstexpr |
Definition at line 2103 of file health.pb.h.
|
staticconstexpr |
Definition at line 2101 of file health.pb.h.
|
staticconstexpr |
Definition at line 2099 of file health.pb.h.