#include <bin/health/config.pb.h>
Public Types | |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | high_offset_threshold_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< high_offset_threshold_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-3 > > >::type | high_offset_threshold_unit |
typedef boost::units::derived_dimension< boost::units::time_base_dimension, 1 >::type | high_jitter_threshold_dimension |
typedef boost::units::make_scaled_unit< boost::units::unit< high_jitter_threshold_dimension, boost::units::si::system >, boost::units::scale< 10, boost::units::static_rational<-3 > > >::type | high_jitter_threshold_unit |
Public Member Functions | |
NTPStatusConfig () | |
virtual | ~NTPStatusConfig () |
NTPStatusConfig (const NTPStatusConfig &from) | |
NTPStatusConfig & | operator= (const NTPStatusConfig &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (NTPStatusConfig *other) |
NTPStatusConfig * | New () const final |
NTPStatusConfig * | 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 NTPStatusConfig &from) |
void | MergeFrom (const NTPStatusConfig &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_high_offset_threshold () const |
void | clear_high_offset_threshold () |
float | high_offset_threshold () const |
void | set_high_offset_threshold (float value) |
bool | has_high_jitter_threshold () const |
void | clear_high_jitter_threshold () |
float | high_jitter_threshold () const |
void | set_high_jitter_threshold (float value) |
template<typename Quantity > | |
void | set_high_offset_threshold_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | high_offset_threshold_with_units () const |
boost::units::quantity< high_offset_threshold_unit, float > | high_offset_threshold_with_units () const |
template<typename Quantity > | |
void | set_high_jitter_threshold_with_units (Quantity value_w_units) |
template<typename Quantity > | |
Quantity | high_jitter_threshold_with_units () const |
boost::units::quantity< high_jitter_threshold_unit, float > | high_jitter_threshold_with_units () const |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const NTPStatusConfig & | default_instance () |
static void | InitAsDefaultInstance () |
static const NTPStatusConfig * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
static const int | kHighOffsetThresholdFieldNumber = 10 |
static const int | kHighJitterThresholdFieldNumber = 11 |
Friends | |
struct | ::protobuf_bin_2fhealth_2fconfig_2eproto::TableStruct |
void | swap (NTPStatusConfig &a, NTPStatusConfig &b) |
Definition at line 319 of file config.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::config::NTPStatusConfig::high_jitter_threshold_dimension |
Definition at line 440 of file config.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<high_jitter_threshold_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-3> > >::type jaiabot::config::NTPStatusConfig::high_jitter_threshold_unit |
Definition at line 444 of file config.pb.h.
typedef boost::units::derived_dimension< boost::units::time_base_dimension,1 >::type jaiabot::config::NTPStatusConfig::high_offset_threshold_dimension |
Definition at line 427 of file config.pb.h.
typedef boost::units::make_scaled_unit<boost::units::unit<high_offset_threshold_dimension,boost::units::si::system> , boost::units::scale<10, boost::units::static_rational<-3> > >::type jaiabot::config::NTPStatusConfig::high_offset_threshold_unit |
Definition at line 429 of file config.pb.h.
jaiabot::config::NTPStatusConfig::NTPStatusConfig | ( | ) |
|
virtual |
jaiabot::config::NTPStatusConfig::NTPStatusConfig | ( | const NTPStatusConfig & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 1419 of file config.pb.h.
|
inline |
Definition at line 1395 of file config.pb.h.
|
final |
void jaiabot::config::NTPStatusConfig::CopyFrom | ( | const NTPStatusConfig & | from | ) |
|
static |
|
static |
|
inlinefinal |
Definition at line 391 of file config.pb.h.
|
final |
|
inline |
Definition at line 1410 of file config.pb.h.
|
inline |
Definition at line 1386 of file config.pb.h.
|
inline |
Definition at line 1423 of file config.pb.h.
|
inline |
Definition at line 451 of file config.pb.h.
|
inline |
Definition at line 454 of file config.pb.h.
|
inline |
Definition at line 1399 of file config.pb.h.
|
inline |
Definition at line 436 of file config.pb.h.
|
inline |
Definition at line 439 of file config.pb.h.
|
static |
|
inlinestatic |
Definition at line 356 of file config.pb.h.
|
final |
|
final |
|
final |
void jaiabot::config::NTPStatusConfig::MergeFrom | ( | const NTPStatusConfig & | from | ) |
|
final |
|
inline |
Definition at line 348 of file config.pb.h.
|
inlinefinal |
Definition at line 370 of file config.pb.h.
|
inlinefinal |
Definition at line 374 of file config.pb.h.
|
inline |
Definition at line 326 of file config.pb.h.
|
final |
|
inline |
Definition at line 1427 of file config.pb.h.
|
inline |
Definition at line 447 of file config.pb.h.
|
inline |
Definition at line 1403 of file config.pb.h.
|
inline |
Definition at line 432 of file config.pb.h.
void jaiabot::config::NTPStatusConfig::Swap | ( | NTPStatusConfig * | other | ) |
|
inline |
Definition at line 345 of file config.pb.h.
|
friend |
Definition at line 469 of file config.pb.h.
|
friend |
Definition at line 364 of file config.pb.h.
|
static |
Definition at line 423 of file config.pb.h.
|
static |
Definition at line 416 of file config.pb.h.
|
staticconstexpr |
Definition at line 360 of file config.pb.h.