JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::NTPStatus_NTPPeer Class Reference

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

Inheritance diagram for jaiabot::protobuf::NTPStatus_NTPPeer:
Collaboration diagram for jaiabot::protobuf::NTPStatus_NTPPeer:

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_NTPPeeroperator= (const NTPStatus_NTPPeer &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NTPStatus_NTPPeer *other)
 
NTPStatus_NTPPeerNew () const final
 
NTPStatus_NTPPeerNew (::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_NTPPeerdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const NTPStatus_NTPPeerinternal_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)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const TallyCode PEER_CODE_UNKNOWN
 
static const TallyCode PEER_NOT_VALID
 
static const TallyCode PEER_DISCARDED_BY_INTERSECTION
 
static const TallyCode PEER_DISCARDED_BY_TABLE_OVERFLOW
 
static const TallyCode PEER_DISCARDED_BY_CLUSTER_ALGORITHM
 
static const TallyCode PEER_INCLUDED_IN_COMBINE
 
static const TallyCode PEER_ALTERNATIVE_BACKUP
 
static const TallyCode PEER_SYSTEM_SYNC_SOURCE
 
static const TallyCode PEER_PPS_SYNC
 
static const TallyCode TallyCode_MIN
 
static const TallyCode TallyCode_MAX
 
static const int TallyCode_ARRAYSIZE
 
static const int kRemoteFieldNumber = 2
 
static const int kRefidFieldNumber = 3
 
static const int kReachFieldNumber = 7
 
static const int kJitterFieldNumber = 10
 
static const int kTallyCodeFieldNumber = 1
 
static const int kStratumFieldNumber = 4
 
static const int kWhenFieldNumber = 5
 
static const int kPollFieldNumber = 6
 
static const int kDelayFieldNumber = 8
 
static const int kOffsetFieldNumber = 9
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct
 
void swap (NTPStatus_NTPPeer &a, NTPStatus_NTPPeer &b)
 

Detailed Description

Definition at line 1504 of file health.pb.h.

Member Typedef Documentation

◆ delay_dimension

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.

◆ delay_unit

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.

◆ jitter_dimension

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.

◆ jitter_unit

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.

◆ offset_dimension

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.

◆ offset_unit

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.

◆ poll_dimension

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.

◆ poll_unit

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.

◆ TallyCode

◆ when_dimension

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.

◆ when_unit

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.

Constructor & Destructor Documentation

◆ NTPStatus_NTPPeer() [1/2]

jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer ( )

◆ ~NTPStatus_NTPPeer()

virtual jaiabot::protobuf::NTPStatus_NTPPeer::~NTPStatus_NTPPeer ( )
virtual

◆ NTPStatus_NTPPeer() [2/2]

jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer ( const NTPStatus_NTPPeer from)

Member Function Documentation

◆ ByteSizeLong()

size_t jaiabot::protobuf::NTPStatus_NTPPeer::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::NTPStatus_NTPPeer::Clear ( )
final

◆ clear_delay()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_delay ( )
inline

Definition at line 4124 of file health.pb.h.

◆ clear_jitter()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_jitter ( )
inline

Definition at line 4172 of file health.pb.h.

◆ clear_offset()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_offset ( )
inline

Definition at line 4148 of file health.pb.h.

◆ clear_poll()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_poll ( )
inline

Definition at line 4076 of file health.pb.h.

◆ clear_reach()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_reach ( )
inline

Definition at line 4100 of file health.pb.h.

◆ clear_refid()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_refid ( )
inline

Definition at line 3962 of file health.pb.h.

◆ clear_remote()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_remote ( )
inline

Definition at line 3896 of file health.pb.h.

◆ clear_stratum()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_stratum ( )
inline

Definition at line 4028 of file health.pb.h.

◆ clear_tally_code()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_tally_code ( )
inline

Definition at line 3871 of file health.pb.h.

◆ clear_when()

void jaiabot::protobuf::NTPStatus_NTPPeer::clear_when ( )
inline

Definition at line 4052 of file health.pb.h.

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void jaiabot::protobuf::NTPStatus_NTPPeer::CopyFrom ( const NTPStatus_NTPPeer from)

◆ default_instance()

static const NTPStatus_NTPPeer& jaiabot::protobuf::NTPStatus_NTPPeer::default_instance ( )
static

◆ delay()

float jaiabot::protobuf::NTPStatus_NTPPeer::delay ( ) const
inline

Definition at line 4128 of file health.pb.h.

◆ delay_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::NTPStatus_NTPPeer::delay_with_units ( ) const
inline

Definition at line 1763 of file health.pb.h.

◆ delay_with_units() [2/2]

boost::units::quantity< delay_unit,float > jaiabot::protobuf::NTPStatus_NTPPeer::delay_with_units ( ) const
inline

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

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::NTPStatus_NTPPeer::descriptor ( )
static

◆ GetCachedSize()

int jaiabot::protobuf::NTPStatus_NTPPeer::GetCachedSize ( ) const
inlinefinal

Definition at line 1576 of file health.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::NTPStatus_NTPPeer::GetMetadata ( ) const
final

◆ has_delay()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_delay ( ) const
inline

Definition at line 4115 of file health.pb.h.

◆ has_jitter()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_jitter ( ) const
inline

Definition at line 4163 of file health.pb.h.

◆ has_offset()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_offset ( ) const
inline

Definition at line 4139 of file health.pb.h.

◆ has_poll()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_poll ( ) const
inline

Definition at line 4067 of file health.pb.h.

◆ has_reach()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_reach ( ) const
inline

Definition at line 4091 of file health.pb.h.

◆ has_refid()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_refid ( ) const
inline

Definition at line 3953 of file health.pb.h.

◆ has_remote()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_remote ( ) const
inline

Definition at line 3887 of file health.pb.h.

◆ has_stratum()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_stratum ( ) const
inline

Definition at line 4019 of file health.pb.h.

◆ has_tally_code()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_tally_code ( ) const
inline

Definition at line 3862 of file health.pb.h.

◆ has_when()

bool jaiabot::protobuf::NTPStatus_NTPPeer::has_when ( ) const
inline

Definition at line 4043 of file health.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::NTPStatus_NTPPeer::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const NTPStatus_NTPPeer* jaiabot::protobuf::NTPStatus_NTPPeer::internal_default_instance ( )
inlinestatic

Definition at line 1541 of file health.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

◆ IsInitialized()

bool jaiabot::protobuf::NTPStatus_NTPPeer::IsInitialized ( ) const
final

◆ jitter()

float jaiabot::protobuf::NTPStatus_NTPPeer::jitter ( ) const
inline

Definition at line 4176 of file health.pb.h.

◆ jitter_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::NTPStatus_NTPPeer::jitter_with_units ( ) const
inline

Definition at line 1793 of file health.pb.h.

◆ jitter_with_units() [2/2]

boost::units::quantity< jitter_unit,float > jaiabot::protobuf::NTPStatus_NTPPeer::jitter_with_units ( ) const
inline

Definition at line 1796 of file health.pb.h.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void jaiabot::protobuf::NTPStatus_NTPPeer::MergeFrom ( const NTPStatus_NTPPeer from)

◆ MergePartialFromCodedStream()

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

◆ mutable_refid()

std::string * jaiabot::protobuf::NTPStatus_NTPPeer::mutable_refid ( )
inline

Definition at line 3995 of file health.pb.h.

◆ mutable_remote()

std::string * jaiabot::protobuf::NTPStatus_NTPPeer::mutable_remote ( )
inline

Definition at line 3929 of file health.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::NTPStatus_NTPPeer::mutable_unknown_fields ( )
inline

Definition at line 1533 of file health.pb.h.

◆ New() [1/2]

NTPStatus_NTPPeer* jaiabot::protobuf::NTPStatus_NTPPeer::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

Definition at line 1559 of file health.pb.h.

◆ offset()

float jaiabot::protobuf::NTPStatus_NTPPeer::offset ( ) const
inline

Definition at line 4152 of file health.pb.h.

◆ offset_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::NTPStatus_NTPPeer::offset_with_units ( ) const
inline

Definition at line 1778 of file health.pb.h.

◆ offset_with_units() [2/2]

boost::units::quantity< offset_unit,float > jaiabot::protobuf::NTPStatus_NTPPeer::offset_with_units ( ) const
inline

Definition at line 1781 of file health.pb.h.

◆ operator=()

NTPStatus_NTPPeer& jaiabot::protobuf::NTPStatus_NTPPeer::operator= ( const NTPStatus_NTPPeer from)
inline

Definition at line 1511 of file health.pb.h.

◆ poll()

google::protobuf::int32 jaiabot::protobuf::NTPStatus_NTPPeer::poll ( ) const
inline

Definition at line 4080 of file health.pb.h.

◆ poll_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::NTPStatus_NTPPeer::poll_with_units ( ) const
inline

Definition at line 1748 of file health.pb.h.

◆ poll_with_units() [2/2]

boost::units::quantity< poll_unit,google::protobuf::int32 > jaiabot::protobuf::NTPStatus_NTPPeer::poll_with_units ( ) const
inline

Definition at line 1751 of file health.pb.h.

◆ reach()

google::protobuf::int32 jaiabot::protobuf::NTPStatus_NTPPeer::reach ( ) const
inline

Definition at line 4104 of file health.pb.h.

◆ refid()

const ::std::string & jaiabot::protobuf::NTPStatus_NTPPeer::refid ( ) const
inline

Definition at line 3966 of file health.pb.h.

◆ release_refid()

std::string * jaiabot::protobuf::NTPStatus_NTPPeer::release_refid ( )
inline

Definition at line 4000 of file health.pb.h.

◆ release_remote()

std::string * jaiabot::protobuf::NTPStatus_NTPPeer::release_remote ( )
inline

Definition at line 3934 of file health.pb.h.

◆ remote()

const ::std::string & jaiabot::protobuf::NTPStatus_NTPPeer::remote ( ) const
inline

Definition at line 3900 of file health.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_allocated_refid()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_allocated_refid ( ::std::string *  refid)
inline

Definition at line 4008 of file health.pb.h.

◆ set_allocated_remote()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_allocated_remote ( ::std::string *  remote)
inline

Definition at line 3942 of file health.pb.h.

◆ set_delay()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_delay ( float  value)
inline

Definition at line 4132 of file health.pb.h.

◆ set_delay_with_units()

template<typename Quantity >
void jaiabot::protobuf::NTPStatus_NTPPeer::set_delay_with_units ( Quantity  value_w_units)
inline

Definition at line 1759 of file health.pb.h.

◆ set_jitter()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_jitter ( float  value)
inline

Definition at line 4180 of file health.pb.h.

◆ set_jitter_with_units()

template<typename Quantity >
void jaiabot::protobuf::NTPStatus_NTPPeer::set_jitter_with_units ( Quantity  value_w_units)
inline

Definition at line 1789 of file health.pb.h.

◆ set_offset()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_offset ( float  value)
inline

Definition at line 4156 of file health.pb.h.

◆ set_offset_with_units()

template<typename Quantity >
void jaiabot::protobuf::NTPStatus_NTPPeer::set_offset_with_units ( Quantity  value_w_units)
inline

Definition at line 1774 of file health.pb.h.

◆ set_poll()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_poll ( ::google::protobuf::int32  value)
inline

Definition at line 4084 of file health.pb.h.

◆ set_poll_with_units()

template<typename Quantity >
void jaiabot::protobuf::NTPStatus_NTPPeer::set_poll_with_units ( Quantity  value_w_units)
inline

Definition at line 1744 of file health.pb.h.

◆ set_reach()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_reach ( ::google::protobuf::int32  value)
inline

Definition at line 4108 of file health.pb.h.

◆ set_refid() [1/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid ( const ::std::string &  value)
inline

Definition at line 3970 of file health.pb.h.

◆ set_refid() [2/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid ( const char *  value)
inline

Definition at line 3983 of file health.pb.h.

◆ set_refid() [3/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid ( const char *  value,
size_t  size 
)
inline

Definition at line 3989 of file health.pb.h.

◆ set_remote() [1/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote ( const ::std::string &  value)
inline

Definition at line 3904 of file health.pb.h.

◆ set_remote() [2/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote ( const char *  value)
inline

Definition at line 3917 of file health.pb.h.

◆ set_remote() [3/3]

void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote ( const char *  value,
size_t  size 
)
inline

Definition at line 3923 of file health.pb.h.

◆ set_stratum()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_stratum ( ::google::protobuf::int32  value)
inline

Definition at line 4036 of file health.pb.h.

◆ set_tally_code()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_tally_code ( ::jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode  value)
inline

Definition at line 3879 of file health.pb.h.

◆ set_when()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_when ( ::google::protobuf::int32  value)
inline

Definition at line 4060 of file health.pb.h.

◆ set_when_with_units()

template<typename Quantity >
void jaiabot::protobuf::NTPStatus_NTPPeer::set_when_with_units ( Quantity  value_w_units)
inline

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

◆ stratum()

google::protobuf::int32 jaiabot::protobuf::NTPStatus_NTPPeer::stratum ( ) const
inline

Definition at line 4032 of file health.pb.h.

◆ Swap()

void jaiabot::protobuf::NTPStatus_NTPPeer::Swap ( NTPStatus_NTPPeer other)

◆ tally_code()

jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::tally_code ( ) const
inline

Definition at line 3875 of file health.pb.h.

◆ TallyCode_descriptor()

static const ::google::protobuf::EnumDescriptor* jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_descriptor ( )
inlinestatic

Definition at line 1625 of file health.pb.h.

◆ TallyCode_IsValid()

static bool jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_IsValid ( int  value)
inlinestatic

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

◆ TallyCode_Name()

static const ::std::string& jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_Name ( TallyCode  value)
inlinestatic

Definition at line 1628 of file health.pb.h.

◆ TallyCode_Parse()

static bool jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_Parse ( const ::std::string &  name,
TallyCode value 
)
inlinestatic

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::NTPStatus_NTPPeer::unknown_fields ( ) const
inline

Definition at line 1530 of file health.pb.h.

◆ when()

google::protobuf::int32 jaiabot::protobuf::NTPStatus_NTPPeer::when ( ) const
inline

Definition at line 4056 of file health.pb.h.

◆ when_with_units() [1/2]

template<typename Quantity >
Quantity jaiabot::protobuf::NTPStatus_NTPPeer::when_with_units ( ) const
inline

Definition at line 1733 of file health.pb.h.

◆ when_with_units() [2/2]

boost::units::quantity< when_unit,google::protobuf::int32 > jaiabot::protobuf::NTPStatus_NTPPeer::when_with_units ( ) const
inline

Definition at line 1736 of file health.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct

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

◆ swap

void swap ( NTPStatus_NTPPeer a,
NTPStatus_NTPPeer b 
)
friend

Definition at line 1549 of file health.pb.h.

Member Data Documentation

◆ kDelayFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kDelayFieldNumber = 8
static

Definition at line 1713 of file health.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::NTPStatus_NTPPeer::kIndexInFileMessages
staticconstexpr
Initial value:
=
7

Definition at line 1545 of file health.pb.h.

◆ kJitterFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kJitterFieldNumber = 10
static

Definition at line 1678 of file health.pb.h.

◆ kOffsetFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kOffsetFieldNumber = 9
static

Definition at line 1720 of file health.pb.h.

◆ kPollFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kPollFieldNumber = 6
static

Definition at line 1706 of file health.pb.h.

◆ kReachFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kReachFieldNumber = 7
static

Definition at line 1671 of file health.pb.h.

◆ kRefidFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kRefidFieldNumber = 3
static

Definition at line 1656 of file health.pb.h.

◆ kRemoteFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kRemoteFieldNumber = 2
static

Definition at line 1641 of file health.pb.h.

◆ kStratumFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kStratumFieldNumber = 4
static

Definition at line 1692 of file health.pb.h.

◆ kTallyCodeFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kTallyCodeFieldNumber = 1
static

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

◆ kWhenFieldNumber

const int jaiabot::protobuf::NTPStatus_NTPPeer::kWhenFieldNumber = 5
static

Definition at line 1699 of file health.pb.h.

◆ PEER_ALTERNATIVE_BACKUP

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_ALTERNATIVE_BACKUP
static
Initial value:

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

◆ PEER_CODE_UNKNOWN

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_CODE_UNKNOWN
static
Initial value:

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

◆ PEER_DISCARDED_BY_CLUSTER_ALGORITHM

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_CLUSTER_ALGORITHM
static

◆ PEER_DISCARDED_BY_INTERSECTION

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_INTERSECTION
static

◆ PEER_DISCARDED_BY_TABLE_OVERFLOW

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_TABLE_OVERFLOW
static

◆ PEER_INCLUDED_IN_COMBINE

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_INCLUDED_IN_COMBINE
static
Initial value:

Definition at line 1607 of file health.pb.h.

◆ PEER_NOT_VALID

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_NOT_VALID
static
Initial value:

Definition at line 1599 of file health.pb.h.

◆ PEER_PPS_SYNC

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_PPS_SYNC
static
Initial value:

Definition at line 1613 of file health.pb.h.

◆ PEER_SYSTEM_SYNC_SOURCE

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_SYSTEM_SYNC_SOURCE
static
Initial value:

Definition at line 1611 of file health.pb.h.

◆ TallyCode_ARRAYSIZE

const int jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_ARRAYSIZE
static
Initial value:

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

◆ TallyCode_MAX

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_MAX
static
Initial value:

Definition at line 1620 of file health.pb.h.

◆ TallyCode_MIN

const TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_MIN
static
Initial value:

Definition at line 1618 of file health.pb.h.


The documentation for this class was generated from the following file:
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_TallyCode_MIN
const NTPStatus_NTPPeer_TallyCode NTPStatus_NTPPeer_TallyCode_TallyCode_MIN
Definition: health.pb.h:143
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_ALTERNATIVE_BACKUP
@ NTPStatus_NTPPeer_TallyCode_PEER_ALTERNATIVE_BACKUP
Definition: health.pb.h:138
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_TallyCode_MAX
const NTPStatus_NTPPeer_TallyCode NTPStatus_NTPPeer_TallyCode_TallyCode_MAX
Definition: health.pb.h:144
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_INCLUDED_IN_COMBINE
@ NTPStatus_NTPPeer_TallyCode_PEER_INCLUDED_IN_COMBINE
Definition: health.pb.h:137
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_CLUSTER_ALGORITHM
@ NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_CLUSTER_ALGORITHM
Definition: health.pb.h:136
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_TABLE_OVERFLOW
@ NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_TABLE_OVERFLOW
Definition: health.pb.h:135
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_SYSTEM_SYNC_SOURCE
@ NTPStatus_NTPPeer_TallyCode_PEER_SYSTEM_SYNC_SOURCE
Definition: health.pb.h:139
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_INTERSECTION
@ NTPStatus_NTPPeer_TallyCode_PEER_DISCARDED_BY_INTERSECTION
Definition: health.pb.h:134
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_PPS_SYNC
@ NTPStatus_NTPPeer_TallyCode_PEER_PPS_SYNC
Definition: health.pb.h:140
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_TallyCode_ARRAYSIZE
const int NTPStatus_NTPPeer_TallyCode_TallyCode_ARRAYSIZE
Definition: health.pb.h:145
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_NOT_VALID
@ NTPStatus_NTPPeer_TallyCode_PEER_NOT_VALID
Definition: health.pb.h:133
jaiabot::protobuf::NTPStatus_NTPPeer_TallyCode_PEER_CODE_UNKNOWN
@ NTPStatus_NTPPeer_TallyCode_PEER_CODE_UNKNOWN
Definition: health.pb.h:132