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

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

Inheritance diagram for jaiabot::protobuf::NTPStatus:
Collaboration diagram for jaiabot::protobuf::NTPStatus:

Public Types

enum  : int {
  kPeerFieldNumber = 21 , kSystemSyncPeerFieldNumber = 20 , kSystemEventCounterFieldNumber = 12 , kLastSystemEventFieldNumber = 13 ,
  kSyncSourceFieldNumber = 10 , kLeapIndicatorFieldNumber = 11
}
 
typedef NTPStatus_NTPPeer NTPPeer
 
typedef NTPStatus_SyncSource SyncSource
 
typedef NTPStatus_LeapIndicator LeapIndicator
 
typedef NTPStatus_NTPSystemEvent NTPSystemEvent
 

Public Member Functions

 NTPStatus ()
 
 ~NTPStatus () override
 
PROTOBUF_CONSTEXPR NTPStatus (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 NTPStatus (const NTPStatus &from)
 
 NTPStatus (NTPStatus &&from) noexcept
 
NTPStatusoperator= (const NTPStatus &from)
 
NTPStatusoperator= (NTPStatus &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NTPStatus *other)
 
void UnsafeArenaSwap (NTPStatus *other)
 
NTPStatusNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const NTPStatus &from)
 
void MergeFrom (const NTPStatus &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
 
int peer_size () const
 
void clear_peer ()
 
::jaiabot::protobuf::NTPStatus_NTPPeermutable_peer (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::NTPStatus_NTPPeer > * mutable_peer ()
 
const ::jaiabot::protobuf::NTPStatus_NTPPeerpeer (int index) const
 
::jaiabot::protobuf::NTPStatus_NTPPeeradd_peer ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::NTPStatus_NTPPeer > & peer () const
 
bool has_system_sync_peer () const
 
void clear_system_sync_peer ()
 
const ::jaiabot::protobuf::NTPStatus_NTPPeersystem_sync_peer () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::NTPStatus_NTPPeer * release_system_sync_peer ()
 
::jaiabot::protobuf::NTPStatus_NTPPeermutable_system_sync_peer ()
 
void set_allocated_system_sync_peer (::jaiabot::protobuf::NTPStatus_NTPPeer *system_sync_peer)
 
void unsafe_arena_set_allocated_system_sync_peer (::jaiabot::protobuf::NTPStatus_NTPPeer *system_sync_peer)
 
::jaiabot::protobuf::NTPStatus_NTPPeerunsafe_arena_release_system_sync_peer ()
 
bool has_system_event_counter () const
 
void clear_system_event_counter ()
 
int32_t system_event_counter () const
 
void set_system_event_counter (int32_t value)
 
bool has_last_system_event () const
 
void clear_last_system_event ()
 
::jaiabot::protobuf::NTPStatus_NTPSystemEvent last_system_event () const
 
void set_last_system_event (::jaiabot::protobuf::NTPStatus_NTPSystemEvent value)
 
bool has_sync_source () const
 
void clear_sync_source ()
 
::jaiabot::protobuf::NTPStatus_SyncSource sync_source () const
 
void set_sync_source (::jaiabot::protobuf::NTPStatus_SyncSource value)
 
bool has_leap_indicator () const
 
void clear_leap_indicator ()
 
::jaiabot::protobuf::NTPStatus_LeapIndicator leap_indicator () const
 
void set_leap_indicator (::jaiabot::protobuf::NTPStatus_LeapIndicator value)
 

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 NTPStatusdefault_instance ()
 
static const NTPStatusinternal_default_instance ()
 
static bool SyncSource_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * SyncSource_descriptor ()
 
template<typename T >
static const std::string & SyncSource_Name (T enum_t_value)
 
static bool SyncSource_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SyncSource *value)
 
static bool LeapIndicator_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * LeapIndicator_descriptor ()
 
template<typename T >
static const std::string & LeapIndicator_Name (T enum_t_value)
 
static bool LeapIndicator_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LeapIndicator *value)
 
static bool NTPSystemEvent_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * NTPSystemEvent_descriptor ()
 
template<typename T >
static const std::string & NTPSystemEvent_Name (T enum_t_value)
 
static bool NTPSystemEvent_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NTPSystemEvent *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr SyncSource SYNC_UNKNOWN
 
static constexpr SyncSource SYNC_UNSPECIFIED
 
static constexpr SyncSource SYNC_PPS
 
static constexpr SyncSource SYNC_LF_RADIO
 
static constexpr SyncSource SYNC_HF_RADIO
 
static constexpr SyncSource SYNC_UHF_RADIO
 
static constexpr SyncSource SYNC_LOCAL
 
static constexpr SyncSource SYNC_NTP
 
static constexpr SyncSource SYNC_OTHER
 
static constexpr SyncSource SYNC_WRISTWATCH
 
static constexpr SyncSource SYNC_TELEPHONE
 
static constexpr SyncSource SyncSource_MIN
 
static constexpr SyncSource SyncSource_MAX
 
static constexpr int SyncSource_ARRAYSIZE
 
static constexpr LeapIndicator LEAP_UNKNOWN
 
static constexpr LeapIndicator LEAP_NONE
 
static constexpr LeapIndicator LEAP_LAST_MINUTE_HAS_61_SECONDS
 
static constexpr LeapIndicator LEAP_LAST_MINUTE_HAS_59_SECONDS
 
static constexpr LeapIndicator LEAP_CLOCK_NOT_SYNCHRONIZED
 
static constexpr LeapIndicator LeapIndicator_MIN
 
static constexpr LeapIndicator LeapIndicator_MAX
 
static constexpr int LeapIndicator_ARRAYSIZE
 
static constexpr NTPSystemEvent NTP_SYSTEM_EVENT_UNKNOWN
 
static constexpr NTPSystemEvent NTP_SYSTEM_EVENT_UNSPECIFIED
 
static constexpr NTPSystemEvent NTP_SYSTEM_FREQ_NOT_SET
 
static constexpr NTPSystemEvent NTP_SYSTEM_FREQ_SET
 
static constexpr NTPSystemEvent NTP_SYSTEM_SPIKE_DETECT
 
static constexpr NTPSystemEvent NTP_SYSTEM_FREQ_MODE
 
static constexpr NTPSystemEvent NTP_SYSTEM_CLOCK_SYNC
 
static constexpr NTPSystemEvent NTP_SYSTEM_RESTART
 
static constexpr NTPSystemEvent NTP_SYSTEM_PANIC_STOP
 
static constexpr NTPSystemEvent NTP_SYSTEM_NO_SYSTEM_PEER
 
static constexpr NTPSystemEvent NTP_SYSTEM_LEAP_ARMED
 
static constexpr NTPSystemEvent NTP_SYSTEM_LEAP_DISARMED
 
static constexpr NTPSystemEvent NTP_SYSTEM_LEAP_EVENT
 
static constexpr NTPSystemEvent NTP_SYSTEM_CLOCK_STEP
 
static constexpr NTPSystemEvent NTP_SYSTEM_KERNEL_INFO
 
static constexpr NTPSystemEvent NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
 
static constexpr NTPSystemEvent NTP_SYSTEM_STALE_LEAPSECOND_VALUES
 
static constexpr NTPSystemEvent NTPSystemEvent_MIN
 
static constexpr NTPSystemEvent NTPSystemEvent_MAX
 
static constexpr int NTPSystemEvent_ARRAYSIZE
 

Protected Member Functions

 NTPStatus (::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 &a, NTPStatus &b)
 

Detailed Description

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

Member Typedef Documentation

◆ LeapIndicator

◆ NTPPeer

◆ NTPSystemEvent

◆ SyncSource

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPeerFieldNumber 
kSystemSyncPeerFieldNumber 
kSystemEventCounterFieldNumber 
kLastSystemEventFieldNumber 
kSyncSourceFieldNumber 
kLeapIndicatorFieldNumber 

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

Constructor & Destructor Documentation

◆ NTPStatus() [1/5]

jaiabot::protobuf::NTPStatus::NTPStatus ( )
inline

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

◆ ~NTPStatus()

jaiabot::protobuf::NTPStatus::~NTPStatus ( )
override

◆ NTPStatus() [2/5]

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

◆ NTPStatus() [3/5]

jaiabot::protobuf::NTPStatus::NTPStatus ( const NTPStatus from)

◆ NTPStatus() [4/5]

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

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

◆ NTPStatus() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_peer()

jaiabot::protobuf::NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus::add_peer ( )
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_last_system_event()

void jaiabot::protobuf::NTPStatus::clear_last_system_event ( )
inline

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

◆ clear_leap_indicator()

void jaiabot::protobuf::NTPStatus::clear_leap_indicator ( )
inline

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

◆ clear_peer()

void jaiabot::protobuf::NTPStatus::clear_peer ( )
inline

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

◆ clear_sync_source()

void jaiabot::protobuf::NTPStatus::clear_sync_source ( )
inline

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

◆ clear_system_event_counter()

void jaiabot::protobuf::NTPStatus::clear_system_event_counter ( )
inline

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

◆ clear_system_sync_peer()

void jaiabot::protobuf::NTPStatus::clear_system_sync_peer ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_last_system_event()

bool jaiabot::protobuf::NTPStatus::has_last_system_event ( ) const
inline

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

◆ has_leap_indicator()

bool jaiabot::protobuf::NTPStatus::has_leap_indicator ( ) const
inline

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

◆ has_sync_source()

bool jaiabot::protobuf::NTPStatus::has_sync_source ( ) const
inline

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

◆ has_system_event_counter()

bool jaiabot::protobuf::NTPStatus::has_system_event_counter ( ) const
inline

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

◆ has_system_sync_peer()

bool jaiabot::protobuf::NTPStatus::has_system_sync_peer ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ last_system_event()

jaiabot::protobuf::NTPStatus_NTPSystemEvent jaiabot::protobuf::NTPStatus::last_system_event ( ) const
inline

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

◆ leap_indicator()

jaiabot::protobuf::NTPStatus_LeapIndicator jaiabot::protobuf::NTPStatus::leap_indicator ( ) const
inline

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

◆ LeapIndicator_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::NTPStatus::LeapIndicator_descriptor ( )
inlinestatic

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

◆ LeapIndicator_IsValid()

static bool jaiabot::protobuf::NTPStatus::LeapIndicator_IsValid ( int  value)
inlinestatic

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

◆ LeapIndicator_Name()

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

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

◆ LeapIndicator_Parse()

static bool jaiabot::protobuf::NTPStatus::LeapIndicator_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
LeapIndicator value 
)
inlinestatic

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

◆ MergeFrom()

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

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

◆ mutable_peer() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::NTPStatus_NTPPeer > * jaiabot::protobuf::NTPStatus::mutable_peer ( )
inline

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

◆ mutable_peer() [2/2]

jaiabot::protobuf::NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus::mutable_peer ( int  index)
inline

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

◆ mutable_system_sync_peer()

jaiabot::protobuf::NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus::mutable_system_sync_peer ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

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

◆ NTPSystemEvent_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::NTPStatus::NTPSystemEvent_descriptor ( )
inlinestatic

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

◆ NTPSystemEvent_IsValid()

static bool jaiabot::protobuf::NTPStatus::NTPSystemEvent_IsValid ( int  value)
inlinestatic

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

◆ NTPSystemEvent_Name()

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

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

◆ NTPSystemEvent_Parse()

static bool jaiabot::protobuf::NTPStatus::NTPSystemEvent_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
NTPSystemEvent value 
)
inlinestatic

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ peer() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::NTPStatus_NTPPeer > & jaiabot::protobuf::NTPStatus::peer ( ) const
inline

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

◆ peer() [2/2]

const ::jaiabot::protobuf::NTPStatus_NTPPeer & jaiabot::protobuf::NTPStatus::peer ( int  index) const
inline

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

◆ peer_size()

int jaiabot::protobuf::NTPStatus::peer_size ( ) const
inline

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

◆ release_system_sync_peer()

jaiabot::protobuf::NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus::release_system_sync_peer ( )
inline

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

◆ set_allocated_system_sync_peer()

void jaiabot::protobuf::NTPStatus::set_allocated_system_sync_peer ( ::jaiabot::protobuf::NTPStatus_NTPPeer system_sync_peer)
inline

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

◆ set_last_system_event()

void jaiabot::protobuf::NTPStatus::set_last_system_event ( ::jaiabot::protobuf::NTPStatus_NTPSystemEvent  value)
inline

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

◆ set_leap_indicator()

void jaiabot::protobuf::NTPStatus::set_leap_indicator ( ::jaiabot::protobuf::NTPStatus_LeapIndicator  value)
inline

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

◆ set_sync_source()

void jaiabot::protobuf::NTPStatus::set_sync_source ( ::jaiabot::protobuf::NTPStatus_SyncSource  value)
inline

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

◆ set_system_event_counter()

void jaiabot::protobuf::NTPStatus::set_system_event_counter ( int32_t  value)
inline

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

◆ Swap()

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

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

◆ sync_source()

jaiabot::protobuf::NTPStatus_SyncSource jaiabot::protobuf::NTPStatus::sync_source ( ) const
inline

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

◆ SyncSource_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaiabot::protobuf::NTPStatus::SyncSource_descriptor ( )
inlinestatic

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

◆ SyncSource_IsValid()

static bool jaiabot::protobuf::NTPStatus::SyncSource_IsValid ( int  value)
inlinestatic

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

◆ SyncSource_Name()

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

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

◆ SyncSource_Parse()

static bool jaiabot::protobuf::NTPStatus::SyncSource_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
SyncSource value 
)
inlinestatic

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

◆ system_event_counter()

int32_t jaiabot::protobuf::NTPStatus::system_event_counter ( ) const
inline

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

◆ system_sync_peer()

const ::jaiabot::protobuf::NTPStatus_NTPPeer & jaiabot::protobuf::NTPStatus::system_sync_peer ( ) const
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_system_sync_peer()

jaiabot::protobuf::NTPStatus_NTPPeer * jaiabot::protobuf::NTPStatus::unsafe_arena_release_system_sync_peer ( )
inline

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

◆ unsafe_arena_set_allocated_system_sync_peer()

void jaiabot::protobuf::NTPStatus::unsafe_arena_set_allocated_system_sync_peer ( ::jaiabot::protobuf::NTPStatus_NTPPeer system_sync_peer)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2fhealth_2eproto

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

◆ swap

void swap ( NTPStatus a,
NTPStatus b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::NTPStatus::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::NTPStatus::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::NTPStatus::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

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

◆ LEAP_CLOCK_NOT_SYNCHRONIZED

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_CLOCK_NOT_SYNCHRONIZED
staticconstexpr
Initial value:

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

◆ LEAP_LAST_MINUTE_HAS_59_SECONDS

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_LAST_MINUTE_HAS_59_SECONDS
staticconstexpr
Initial value:

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

◆ LEAP_LAST_MINUTE_HAS_61_SECONDS

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_LAST_MINUTE_HAS_61_SECONDS
staticconstexpr
Initial value:

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

◆ LEAP_NONE

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_NONE
staticconstexpr
Initial value:

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

◆ LEAP_UNKNOWN

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_UNKNOWN
staticconstexpr
Initial value:

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

◆ LeapIndicator_ARRAYSIZE

constexpr int jaiabot::protobuf::NTPStatus::LeapIndicator_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ LeapIndicator_MAX

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LeapIndicator_MAX
staticconstexpr
Initial value:
=
constexpr NTPStatus_LeapIndicator NTPStatus_LeapIndicator_LeapIndicator_MAX
Definition health.pb.h:200

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

◆ LeapIndicator_MIN

constexpr LeapIndicator jaiabot::protobuf::NTPStatus::LeapIndicator_MIN
staticconstexpr
Initial value:
=
constexpr NTPStatus_LeapIndicator NTPStatus_LeapIndicator_LeapIndicator_MIN
Definition health.pb.h:199

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

◆ NTP_SYSTEM_CLOCK_STEP

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_CLOCK_STEP
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_CLOCK_SYNC

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_CLOCK_SYNC
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_EVENT_UNKNOWN

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_EVENT_UNKNOWN
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_EVENT_UNSPECIFIED

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_EVENT_UNSPECIFIED
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_FREQ_MODE

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_MODE
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_FREQ_NOT_SET

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_NOT_SET
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_FREQ_SET

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_SET
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_KERNEL_INFO

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_KERNEL_INFO
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_LEAP_ARMED

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_ARMED
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_LEAP_DISARMED

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_DISARMED
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_LEAP_EVENT

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_EVENT
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_NO_SYSTEM_PEER

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_NO_SYSTEM_PEER
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_PANIC_STOP

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_PANIC_STOP
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_RESTART

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_RESTART
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_SPIKE_DETECT

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_SPIKE_DETECT
staticconstexpr
Initial value:

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

◆ NTP_SYSTEM_STALE_LEAPSECOND_VALUES

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_STALE_LEAPSECOND_VALUES
staticconstexpr
Initial value:

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

◆ NTPSystemEvent_ARRAYSIZE

constexpr int jaiabot::protobuf::NTPStatus::NTPSystemEvent_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ NTPSystemEvent_MAX

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTPSystemEvent_MAX
staticconstexpr
Initial value:
=
constexpr NTPStatus_NTPSystemEvent NTPStatus_NTPSystemEvent_NTPSystemEvent_MAX
Definition health.pb.h:238

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

◆ NTPSystemEvent_MIN

constexpr NTPSystemEvent jaiabot::protobuf::NTPStatus::NTPSystemEvent_MIN
staticconstexpr
Initial value:
=
constexpr NTPStatus_NTPSystemEvent NTPStatus_NTPSystemEvent_NTPSystemEvent_MIN
Definition health.pb.h:237

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

◆ SYNC_HF_RADIO

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_HF_RADIO
staticconstexpr
Initial value:

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

◆ SYNC_LF_RADIO

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_LF_RADIO
staticconstexpr
Initial value:

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

◆ SYNC_LOCAL

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_LOCAL
staticconstexpr
Initial value:

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

◆ SYNC_NTP

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_NTP
staticconstexpr
Initial value:

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

◆ SYNC_OTHER

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_OTHER
staticconstexpr
Initial value:

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

◆ SYNC_PPS

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_PPS
staticconstexpr
Initial value:

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

◆ SYNC_TELEPHONE

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_TELEPHONE
staticconstexpr
Initial value:

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

◆ SYNC_UHF_RADIO

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_UHF_RADIO
staticconstexpr
Initial value:

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

◆ SYNC_UNKNOWN

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_UNKNOWN
staticconstexpr
Initial value:

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

◆ SYNC_UNSPECIFIED

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_UNSPECIFIED
staticconstexpr
Initial value:

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

◆ SYNC_WRISTWATCH

constexpr SyncSource jaiabot::protobuf::NTPStatus::SYNC_WRISTWATCH
staticconstexpr
Initial value:

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

◆ SyncSource_ARRAYSIZE

constexpr int jaiabot::protobuf::NTPStatus::SyncSource_ARRAYSIZE
staticconstexpr
Initial value:

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

◆ SyncSource_MAX

constexpr SyncSource jaiabot::protobuf::NTPStatus::SyncSource_MAX
staticconstexpr
Initial value:
=
constexpr NTPStatus_SyncSource NTPStatus_SyncSource_SyncSource_MAX
Definition health.pb.h:174

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

◆ SyncSource_MIN

constexpr SyncSource jaiabot::protobuf::NTPStatus::SyncSource_MIN
staticconstexpr
Initial value:
=
constexpr NTPStatus_SyncSource NTPStatus_SyncSource_SyncSource_MIN
Definition health.pb.h:173

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


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