JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::NTPStatus_NTPPeer Class Referencefinal

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

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

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_NTPPeeroperator= (const NTPStatus_NTPPeer &from)
 
NTPStatus_NTPPeeroperator= (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_NTPPeerNew (::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_NTPPeerdefault_instance ()
 
static const NTPStatus_NTPPeerinternal_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)
 

Detailed Description

Definition at line 1944 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 2297 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 2299 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 2327 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 2329 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 2312 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 2314 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 2282 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 2284 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 2267 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 2269 of file health.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kRemoteFieldNumber 
kRefidFieldNumber 
kReachFieldNumber 
kJitterFieldNumber 
kTallyCodeFieldNumber 
kStratumFieldNumber 
kWhenFieldNumber 
kPollFieldNumber 
kDelayFieldNumber 
kOffsetFieldNumber 

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

Constructor & Destructor Documentation

◆ NTPStatus_NTPPeer() [1/5]

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

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

◆ ~NTPStatus_NTPPeer()

jaiabot::protobuf::NTPStatus_NTPPeer::~NTPStatus_NTPPeer ( )
override

◆ NTPStatus_NTPPeer() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ NTPStatus_NTPPeer() [3/5]

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

◆ NTPStatus_NTPPeer() [4/5]

jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer ( NTPStatus_NTPPeer &&  from)
inlinenoexcept

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

◆ NTPStatus_NTPPeer() [5/5]

jaiabot::protobuf::NTPStatus_NTPPeer::NTPStatus_NTPPeer ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::NTPStatus_NTPPeer::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::NTPStatus_NTPPeer::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_delay()

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

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

◆ clear_jitter()

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

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

◆ clear_offset()

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

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

◆ clear_poll()

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

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

◆ clear_reach()

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

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

◆ clear_refid()

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

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

◆ clear_remote()

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

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

◆ clear_stratum()

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

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

◆ clear_tally_code()

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

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

◆ clear_when()

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

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ delay()

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

Definition at line 5398 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 2306 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 2309 of file health.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::NTPStatus_NTPPeer::descriptor ( )
inlinestatic

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

◆ GetCachedSize()

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

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

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::NTPStatus_NTPPeer::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::NTPStatus_NTPPeer::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

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

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::NTPStatus_NTPPeer::GetReflection ( )
inlinestatic

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

◆ has_delay()

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

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

◆ has_jitter()

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

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

◆ has_offset()

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

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

◆ has_poll()

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

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

◆ has_reach()

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

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

◆ has_refid()

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

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

◆ has_remote()

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

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

◆ has_stratum()

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

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

◆ has_tally_code()

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

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

◆ has_when()

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

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ jitter()

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

Definition at line 5454 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 2336 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 2339 of file health.pb.h.

◆ MergeFrom()

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

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

◆ mutable_refid()

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

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

◆ mutable_remote()

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

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

◆ mutable_unknown_fields()

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

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

◆ New()

NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus_NTPPeer::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

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

◆ offset()

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

Definition at line 5426 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 2321 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 2324 of file health.pb.h.

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

NTPStatus_NTPPeer & jaiabot::protobuf::NTPStatus_NTPPeer::operator= ( NTPStatus_NTPPeer &&  from)
inlinenoexcept

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

◆ poll()

int32_t jaiabot::protobuf::NTPStatus_NTPPeer::poll ( ) const
inline

Definition at line 5342 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 2291 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 2294 of file health.pb.h.

◆ reach()

int32_t jaiabot::protobuf::NTPStatus_NTPPeer::reach ( ) const
inline

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

◆ refid()

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

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

◆ release_refid()

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

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

◆ release_remote()

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

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

◆ remote()

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

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

◆ set_allocated_refid()

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

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

◆ set_allocated_remote()

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

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

◆ set_delay()

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

Definition at line 5406 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 2302 of file health.pb.h.

◆ set_jitter()

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

Definition at line 5462 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 2332 of file health.pb.h.

◆ set_offset()

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

Definition at line 5434 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 2317 of file health.pb.h.

◆ set_poll()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_poll ( int32_t  value)
inline

Definition at line 5350 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 2287 of file health.pb.h.

◆ set_reach()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_reach ( int32_t  value)
inline

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

◆ set_refid() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_refid() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::NTPStatus_NTPPeer::set_refid ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_remote() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_remote() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::NTPStatus_NTPPeer::set_remote ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

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

◆ set_stratum()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_stratum ( int32_t  value)
inline

Definition at line 5294 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 5130 of file health.pb.h.

◆ set_when()

void jaiabot::protobuf::NTPStatus_NTPPeer::set_when ( int32_t  value)
inline

Definition at line 5322 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 2272 of file health.pb.h.

◆ stratum()

int32_t jaiabot::protobuf::NTPStatus_NTPPeer::stratum ( ) const
inline

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

◆ Swap()

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

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

◆ tally_code()

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

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

◆ TallyCode_descriptor()

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

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

◆ TallyCode_IsValid()

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

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

◆ TallyCode_Name()

template<typename T >
static const std::string & jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_Name ( enum_t_value)
inlinestatic

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

◆ TallyCode_Parse()

static bool jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
TallyCode value 
)
inlinestatic

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void jaiabot::protobuf::NTPStatus_NTPPeer::UnsafeArenaSwap ( NTPStatus_NTPPeer other)
inline

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

◆ when()

int32_t jaiabot::protobuf::NTPStatus_NTPPeer::when ( ) const
inline

Definition at line 5314 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 2276 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 2279 of file health.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto

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

◆ swap

void swap ( NTPStatus_NTPPeer a,
NTPStatus_NTPPeer b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::NTPStatus_NTPPeer::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::NTPStatus_NTPPeer::_impl_

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

◆ kIndexInFileMessages

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

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

◆ PEER_ALTERNATIVE_BACKUP

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_ALTERNATIVE_BACKUP
staticconstexpr
Initial value:

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

◆ PEER_CODE_UNKNOWN

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_CODE_UNKNOWN
staticconstexpr
Initial value:

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

◆ PEER_DISCARDED_BY_CLUSTER_ALGORITHM

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_CLUSTER_ALGORITHM
staticconstexpr
Initial value:

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

◆ PEER_DISCARDED_BY_INTERSECTION

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_INTERSECTION
staticconstexpr
Initial value:

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

◆ PEER_DISCARDED_BY_TABLE_OVERFLOW

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_DISCARDED_BY_TABLE_OVERFLOW
staticconstexpr
Initial value:

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

◆ PEER_INCLUDED_IN_COMBINE

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_INCLUDED_IN_COMBINE
staticconstexpr
Initial value:

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

◆ PEER_NOT_VALID

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_NOT_VALID
staticconstexpr
Initial value:

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

◆ PEER_PPS_SYNC

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_PPS_SYNC
staticconstexpr
Initial value:

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

◆ PEER_SYSTEM_SYNC_SOURCE

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::PEER_SYSTEM_SYNC_SOURCE
staticconstexpr
Initial value:

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

◆ TallyCode_ARRAYSIZE

constexpr int jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ TallyCode_MAX

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_MAX
staticconstexpr
Initial value:
=
constexpr NTPStatus_NTPPeer_TallyCode NTPStatus_NTPPeer_TallyCode_TallyCode_MAX
Definition health.pb.h:142

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

◆ TallyCode_MIN

constexpr TallyCode jaiabot::protobuf::NTPStatus_NTPPeer::TallyCode_MIN
staticconstexpr
Initial value:
=
constexpr NTPStatus_NTPPeer_TallyCode NTPStatus_NTPPeer_TallyCode_TallyCode_MIN
Definition health.pb.h:141

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


The documentation for this class was generated from the following file: