#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 313 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 434 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 438 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 421 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 423 of file config.pb.h.
jaiabot::config::NTPStatusConfig::NTPStatusConfig | ( | ) |
|
virtual |
jaiabot::config::NTPStatusConfig::NTPStatusConfig | ( | const NTPStatusConfig & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 1249 of file config.pb.h.
|
inline |
Definition at line 1225 of file config.pb.h.
|
final |
void jaiabot::config::NTPStatusConfig::CopyFrom | ( | const NTPStatusConfig & | from | ) |
|
static |
|
static |
|
inlinefinal |
Definition at line 385 of file config.pb.h.
|
final |
|
inline |
Definition at line 1240 of file config.pb.h.
|
inline |
Definition at line 1216 of file config.pb.h.
|
inline |
Definition at line 1253 of file config.pb.h.
|
inline |
Definition at line 445 of file config.pb.h.
|
inline |
Definition at line 448 of file config.pb.h.
|
inline |
Definition at line 1229 of file config.pb.h.
|
inline |
Definition at line 430 of file config.pb.h.
|
inline |
Definition at line 433 of file config.pb.h.
|
static |
|
inlinestatic |
Definition at line 350 of file config.pb.h.
|
final |
|
final |
|
final |
void jaiabot::config::NTPStatusConfig::MergeFrom | ( | const NTPStatusConfig & | from | ) |
|
final |
|
inline |
Definition at line 342 of file config.pb.h.
|
inlinefinal |
Definition at line 364 of file config.pb.h.
|
inlinefinal |
Definition at line 368 of file config.pb.h.
|
inline |
Definition at line 320 of file config.pb.h.
|
final |
|
inline |
Definition at line 1257 of file config.pb.h.
|
inline |
Definition at line 441 of file config.pb.h.
|
inline |
Definition at line 1233 of file config.pb.h.
|
inline |
Definition at line 426 of file config.pb.h.
void jaiabot::config::NTPStatusConfig::Swap | ( | NTPStatusConfig * | other | ) |
|
inline |
Definition at line 339 of file config.pb.h.
|
friend |
Definition at line 463 of file config.pb.h.
|
friend |
Definition at line 358 of file config.pb.h.
|
static |
Definition at line 417 of file config.pb.h.
|
static |
Definition at line 410 of file config.pb.h.
|
staticconstexpr |
Definition at line 354 of file config.pb.h.