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

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

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

Public Types

typedef NTPStatus_NTPPeer NTPPeer
 
typedef NTPStatus_SyncSource SyncSource
 
typedef NTPStatus_LeapIndicator LeapIndicator
 
typedef NTPStatus_NTPSystemEvent NTPSystemEvent
 

Public Member Functions

 NTPStatus ()
 
virtual ~NTPStatus ()
 
 NTPStatus (const NTPStatus &from)
 
NTPStatusoperator= (const NTPStatus &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (NTPStatus *other)
 
NTPStatusNew () const final
 
NTPStatusNew (::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 &from)
 
void MergeFrom (const NTPStatus &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
 
int peer_size () const
 
void clear_peer ()
 
::jaiabot::protobuf::NTPStatus_NTPPeermutable_peer (int index)
 
::google::protobuf::RepeatedPtrField< ::jaiabot::protobuf::NTPStatus_NTPPeer > * mutable_peer ()
 
const ::jaiabot::protobuf::NTPStatus_NTPPeerpeer (int index) const
 
::jaiabot::protobuf::NTPStatus_NTPPeeradd_peer ()
 
const ::google::protobuf::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
 
::jaiabot::protobuf::NTPStatus_NTPPeerrelease_system_sync_peer ()
 
::jaiabot::protobuf::NTPStatus_NTPPeermutable_system_sync_peer ()
 
void set_allocated_system_sync_peer (::jaiabot::protobuf::NTPStatus_NTPPeer *system_sync_peer)
 
bool has_system_event_counter () const
 
void clear_system_event_counter ()
 
::google::protobuf::int32 system_event_counter () const
 
void set_system_event_counter (::google::protobuf::int32 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 ::google::protobuf::Descriptor * descriptor ()
 
static const NTPStatusdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const NTPStatusinternal_default_instance ()
 
static bool SyncSource_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * SyncSource_descriptor ()
 
static const ::std::string & SyncSource_Name (SyncSource value)
 
static bool SyncSource_Parse (const ::std::string &name, SyncSource *value)
 
static bool LeapIndicator_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * LeapIndicator_descriptor ()
 
static const ::std::string & LeapIndicator_Name (LeapIndicator value)
 
static bool LeapIndicator_Parse (const ::std::string &name, LeapIndicator *value)
 
static bool NTPSystemEvent_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * NTPSystemEvent_descriptor ()
 
static const ::std::string & NTPSystemEvent_Name (NTPSystemEvent value)
 
static bool NTPSystemEvent_Parse (const ::std::string &name, NTPSystemEvent *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const SyncSource SYNC_UNKNOWN
 
static const SyncSource SYNC_UNSPECIFIED
 
static const SyncSource SYNC_PPS
 
static const SyncSource SYNC_LF_RADIO
 
static const SyncSource SYNC_HF_RADIO
 
static const SyncSource SYNC_UHF_RADIO
 
static const SyncSource SYNC_LOCAL
 
static const SyncSource SYNC_NTP
 
static const SyncSource SYNC_OTHER
 
static const SyncSource SYNC_WRISTWATCH
 
static const SyncSource SYNC_TELEPHONE
 
static const SyncSource SyncSource_MIN
 
static const SyncSource SyncSource_MAX
 
static const int SyncSource_ARRAYSIZE
 
static const LeapIndicator LEAP_UNKNOWN
 
static const LeapIndicator LEAP_NONE
 
static const LeapIndicator LEAP_LAST_MINUTE_HAS_61_SECONDS
 
static const LeapIndicator LEAP_LAST_MINUTE_HAS_59_SECONDS
 
static const LeapIndicator LEAP_CLOCK_NOT_SYNCHRONIZED
 
static const LeapIndicator LeapIndicator_MIN
 
static const LeapIndicator LeapIndicator_MAX
 
static const int LeapIndicator_ARRAYSIZE
 
static const NTPSystemEvent NTP_SYSTEM_EVENT_UNKNOWN
 
static const NTPSystemEvent NTP_SYSTEM_EVENT_UNSPECIFIED
 
static const NTPSystemEvent NTP_SYSTEM_FREQ_NOT_SET
 
static const NTPSystemEvent NTP_SYSTEM_FREQ_SET
 
static const NTPSystemEvent NTP_SYSTEM_SPIKE_DETECT
 
static const NTPSystemEvent NTP_SYSTEM_FREQ_MODE
 
static const NTPSystemEvent NTP_SYSTEM_CLOCK_SYNC
 
static const NTPSystemEvent NTP_SYSTEM_RESTART
 
static const NTPSystemEvent NTP_SYSTEM_PANIC_STOP
 
static const NTPSystemEvent NTP_SYSTEM_NO_SYSTEM_PEER
 
static const NTPSystemEvent NTP_SYSTEM_LEAP_ARMED
 
static const NTPSystemEvent NTP_SYSTEM_LEAP_DISARMED
 
static const NTPSystemEvent NTP_SYSTEM_LEAP_EVENT
 
static const NTPSystemEvent NTP_SYSTEM_CLOCK_STEP
 
static const NTPSystemEvent NTP_SYSTEM_KERNEL_INFO
 
static const NTPSystemEvent NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
 
static const NTPSystemEvent NTP_SYSTEM_STALE_LEAPSECOND_VALUES
 
static const NTPSystemEvent NTPSystemEvent_MIN
 
static const NTPSystemEvent NTPSystemEvent_MAX
 
static const int NTPSystemEvent_ARRAYSIZE
 
static const int kPeerFieldNumber = 21
 
static const int kSystemSyncPeerFieldNumber = 20
 
static const int kSystemEventCounterFieldNumber = 12
 
static const int kLastSystemEventFieldNumber = 13
 
static const int kSyncSourceFieldNumber = 10
 
static const int kLeapIndicatorFieldNumber = 11
 

Friends

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

Detailed Description

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

Member Typedef Documentation

◆ LeapIndicator

◆ NTPPeer

◆ NTPSystemEvent

◆ SyncSource

Constructor & Destructor Documentation

◆ NTPStatus() [1/2]

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

◆ ~NTPStatus()

virtual jaiabot::protobuf::NTPStatus::~NTPStatus ( )
virtual

◆ NTPStatus() [2/2]

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

Member Function Documentation

◆ add_peer()

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

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_last_system_event()

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

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

◆ clear_leap_indicator()

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

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

◆ clear_peer()

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

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

◆ clear_sync_source()

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

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

◆ clear_system_event_counter()

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

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

◆ clear_system_sync_peer()

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

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_last_system_event()

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

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

◆ has_leap_indicator()

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

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

◆ has_sync_source()

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

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

◆ has_system_event_counter()

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

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

◆ has_system_sync_peer()

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

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

◆ InitAsDefaultInstance()

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ 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 4278 of file health.pb.h.

◆ leap_indicator()

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

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

◆ LeapIndicator_descriptor()

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

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

◆ LeapIndicator_IsValid()

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

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

◆ LeapIndicator_Name()

static const ::std::string& jaiabot::protobuf::NTPStatus::LeapIndicator_Name ( LeapIndicator  value)
inlinestatic

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

◆ LeapIndicator_Parse()

static bool jaiabot::protobuf::NTPStatus::LeapIndicator_Parse ( const ::std::string &  name,
LeapIndicator value 
)
inlinestatic

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_peer() [1/2]

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

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

◆ mutable_peer() [2/2]

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

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

◆ mutable_system_sync_peer()

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

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

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

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

◆ New() [2/2]

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

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

◆ NTPSystemEvent_descriptor()

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

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

◆ NTPSystemEvent_IsValid()

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

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

◆ NTPSystemEvent_Name()

static const ::std::string& jaiabot::protobuf::NTPStatus::NTPSystemEvent_Name ( NTPSystemEvent  value)
inlinestatic

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

◆ NTPSystemEvent_Parse()

static bool jaiabot::protobuf::NTPStatus::NTPSystemEvent_Parse ( const ::std::string &  name,
NTPSystemEvent value 
)
inlinestatic

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

◆ operator=()

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

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

◆ peer() [1/2]

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

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

◆ peer() [2/2]

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

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

◆ peer_size()

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

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

◆ release_system_sync_peer()

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

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

◆ SerializeWithCachedSizes()

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

◆ 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 4328 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 4282 of file health.pb.h.

◆ set_leap_indicator()

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

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

◆ set_sync_source()

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

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

◆ set_system_event_counter()

void jaiabot::protobuf::NTPStatus::set_system_event_counter ( ::google::protobuf::int32  value)
inline

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

◆ Swap()

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

◆ sync_source()

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

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

◆ SyncSource_descriptor()

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

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

◆ SyncSource_IsValid()

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

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

◆ SyncSource_Name()

static const ::std::string& jaiabot::protobuf::NTPStatus::SyncSource_Name ( SyncSource  value)
inlinestatic

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

◆ SyncSource_Parse()

static bool jaiabot::protobuf::NTPStatus::SyncSource_Parse ( const ::std::string &  name,
SyncSource value 
)
inlinestatic

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

◆ system_event_counter()

google::protobuf::int32 jaiabot::protobuf::NTPStatus::system_event_counter ( ) const
inline

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

◆ system_sync_peer()

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

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

◆ unknown_fields()

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

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

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fhealth_2eproto::TableStruct

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

◆ swap

void swap ( NTPStatus a,
NTPStatus b 
)
friend

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

Member Data Documentation

◆ kIndexInFileMessages

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

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

◆ kLastSystemEventFieldNumber

const int jaiabot::protobuf::NTPStatus::kLastSystemEventFieldNumber = 13
static

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

◆ kLeapIndicatorFieldNumber

const int jaiabot::protobuf::NTPStatus::kLeapIndicatorFieldNumber = 11
static

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

◆ kPeerFieldNumber

const int jaiabot::protobuf::NTPStatus::kPeerFieldNumber = 21
static

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

◆ kSyncSourceFieldNumber

const int jaiabot::protobuf::NTPStatus::kSyncSourceFieldNumber = 10
static

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

◆ kSystemEventCounterFieldNumber

const int jaiabot::protobuf::NTPStatus::kSystemEventCounterFieldNumber = 12
static

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

◆ kSystemSyncPeerFieldNumber

const int jaiabot::protobuf::NTPStatus::kSystemSyncPeerFieldNumber = 20
static

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

◆ LEAP_CLOCK_NOT_SYNCHRONIZED

const LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_CLOCK_NOT_SYNCHRONIZED
static
Initial value:

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

◆ LEAP_LAST_MINUTE_HAS_59_SECONDS

const LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_LAST_MINUTE_HAS_59_SECONDS
static
Initial value:

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

◆ LEAP_LAST_MINUTE_HAS_61_SECONDS

const LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_LAST_MINUTE_HAS_61_SECONDS
static
Initial value:

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

◆ LEAP_NONE

const LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_NONE
static
Initial value:

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

◆ LEAP_UNKNOWN

const LeapIndicator jaiabot::protobuf::NTPStatus::LEAP_UNKNOWN
static
Initial value:

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

◆ LeapIndicator_ARRAYSIZE

const int jaiabot::protobuf::NTPStatus::LeapIndicator_ARRAYSIZE
static
Initial value:

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

◆ LeapIndicator_MAX

const LeapIndicator jaiabot::protobuf::NTPStatus::LeapIndicator_MAX
static
Initial value:

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

◆ LeapIndicator_MIN

const LeapIndicator jaiabot::protobuf::NTPStatus::LeapIndicator_MIN
static
Initial value:

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

◆ NTP_SYSTEM_CLOCK_STEP

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_CLOCK_STEP
static
Initial value:

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

◆ NTP_SYSTEM_CLOCK_SYNC

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_CLOCK_SYNC
static
Initial value:

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

◆ NTP_SYSTEM_EVENT_UNKNOWN

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_EVENT_UNKNOWN
static
Initial value:

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

◆ NTP_SYSTEM_EVENT_UNSPECIFIED

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_EVENT_UNSPECIFIED
static
Initial value:

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

◆ NTP_SYSTEM_FREQ_MODE

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_MODE
static
Initial value:

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

◆ NTP_SYSTEM_FREQ_NOT_SET

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_NOT_SET
static
Initial value:

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

◆ NTP_SYSTEM_FREQ_SET

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_FREQ_SET
static
Initial value:

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

◆ NTP_SYSTEM_KERNEL_INFO

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_KERNEL_INFO
static
Initial value:

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

◆ NTP_SYSTEM_LEAP_ARMED

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_ARMED
static
Initial value:

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

◆ NTP_SYSTEM_LEAP_DISARMED

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_DISARMED
static
Initial value:

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

◆ NTP_SYSTEM_LEAP_EVENT

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAP_EVENT
static
Initial value:

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

◆ NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
static

◆ NTP_SYSTEM_NO_SYSTEM_PEER

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_NO_SYSTEM_PEER
static
Initial value:

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

◆ NTP_SYSTEM_PANIC_STOP

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_PANIC_STOP
static
Initial value:

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

◆ NTP_SYSTEM_RESTART

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_RESTART
static
Initial value:

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

◆ NTP_SYSTEM_SPIKE_DETECT

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_SPIKE_DETECT
static
Initial value:

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

◆ NTP_SYSTEM_STALE_LEAPSECOND_VALUES

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTP_SYSTEM_STALE_LEAPSECOND_VALUES
static

◆ NTPSystemEvent_ARRAYSIZE

const int jaiabot::protobuf::NTPStatus::NTPSystemEvent_ARRAYSIZE
static
Initial value:

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

◆ NTPSystemEvent_MAX

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTPSystemEvent_MAX
static
Initial value:

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

◆ NTPSystemEvent_MIN

const NTPSystemEvent jaiabot::protobuf::NTPStatus::NTPSystemEvent_MIN
static
Initial value:

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

◆ SYNC_HF_RADIO

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_HF_RADIO
static
Initial value:

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

◆ SYNC_LF_RADIO

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_LF_RADIO
static
Initial value:

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

◆ SYNC_LOCAL

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_LOCAL
static
Initial value:

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

◆ SYNC_NTP

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_NTP
static
Initial value:

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

◆ SYNC_OTHER

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_OTHER
static
Initial value:

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

◆ SYNC_PPS

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_PPS
static
Initial value:

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

◆ SYNC_TELEPHONE

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_TELEPHONE
static
Initial value:

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

◆ SYNC_UHF_RADIO

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_UHF_RADIO
static
Initial value:

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

◆ SYNC_UNKNOWN

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_UNKNOWN
static
Initial value:

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

◆ SYNC_UNSPECIFIED

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_UNSPECIFIED
static
Initial value:

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

◆ SYNC_WRISTWATCH

const SyncSource jaiabot::protobuf::NTPStatus::SYNC_WRISTWATCH
static
Initial value:

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

◆ SyncSource_ARRAYSIZE

const int jaiabot::protobuf::NTPStatus::SyncSource_ARRAYSIZE
static
Initial value:

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

◆ SyncSource_MAX

const SyncSource jaiabot::protobuf::NTPStatus::SyncSource_MAX
static
Initial value:

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

◆ SyncSource_MIN

const SyncSource jaiabot::protobuf::NTPStatus::SyncSource_MIN
static
Initial value:

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


The documentation for this class was generated from the following file:
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_MODE
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_MODE
Definition: health.pb.h:213
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_LF_RADIO
@ NTPStatus_SyncSource_SYNC_LF_RADIO
Definition: health.pb.h:161
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_HF_RADIO
@ NTPStatus_SyncSource_SYNC_HF_RADIO
Definition: health.pb.h:162
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTPSystemEvent_MAX
const NTPStatus_NTPSystemEvent NTPStatus_NTPSystemEvent_NTPSystemEvent_MAX
Definition: health.pb.h:228
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_PPS
@ NTPStatus_SyncSource_SYNC_PPS
Definition: health.pb.h:160
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_OTHER
@ NTPStatus_SyncSource_SYNC_OTHER
Definition: health.pb.h:166
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAPSECOND_VALUES_UPDATE_FROM_FILE
Definition: health.pb.h:223
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTPSystemEvent_MIN
const NTPStatus_NTPSystemEvent NTPStatus_NTPSystemEvent_NTPSystemEvent_MIN
Definition: health.pb.h:227
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_ARMED
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_ARMED
Definition: health.pb.h:218
jaiabot::protobuf::NTPStatus_LeapIndicator_LeapIndicator_MAX
const NTPStatus_LeapIndicator NTPStatus_LeapIndicator_LeapIndicator_MAX
Definition: health.pb.h:194
jaiabot::protobuf::NTPStatus_LeapIndicator_LEAP_LAST_MINUTE_HAS_61_SECONDS
@ NTPStatus_LeapIndicator_LEAP_LAST_MINUTE_HAS_61_SECONDS
Definition: health.pb.h:188
jaiabot::protobuf::NTPStatus_LeapIndicator_LEAP_NONE
@ NTPStatus_LeapIndicator_LEAP_NONE
Definition: health.pb.h:187
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_NO_SYSTEM_PEER
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_NO_SYSTEM_PEER
Definition: health.pb.h:217
jaiabot::protobuf::NTPStatus_SyncSource_SyncSource_MIN
const NTPStatus_SyncSource NTPStatus_SyncSource_SyncSource_MIN
Definition: health.pb.h:171
jaiabot::protobuf::NTPStatus_LeapIndicator_LEAP_UNKNOWN
@ NTPStatus_LeapIndicator_LEAP_UNKNOWN
Definition: health.pb.h:186
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_EVENT
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_EVENT
Definition: health.pb.h:220
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_EVENT_UNSPECIFIED
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_EVENT_UNSPECIFIED
Definition: health.pb.h:209
jaiabot::protobuf::NTPStatus_LeapIndicator_LeapIndicator_ARRAYSIZE
const int NTPStatus_LeapIndicator_LeapIndicator_ARRAYSIZE
Definition: health.pb.h:195
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_SPIKE_DETECT
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_SPIKE_DETECT
Definition: health.pb.h:212
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_STALE_LEAPSECOND_VALUES
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_STALE_LEAPSECOND_VALUES
Definition: health.pb.h:224
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_LOCAL
@ NTPStatus_SyncSource_SYNC_LOCAL
Definition: health.pb.h:164
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_DISARMED
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_LEAP_DISARMED
Definition: health.pb.h:219
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_SET
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_SET
Definition: health.pb.h:211
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_KERNEL_INFO
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_KERNEL_INFO
Definition: health.pb.h:222
jaiabot::protobuf::NTPStatus_SyncSource_SyncSource_ARRAYSIZE
const int NTPStatus_SyncSource_SyncSource_ARRAYSIZE
Definition: health.pb.h:173
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_WRISTWATCH
@ NTPStatus_SyncSource_SYNC_WRISTWATCH
Definition: health.pb.h:167
jaiabot::protobuf::NTPStatus_LeapIndicator_LEAP_LAST_MINUTE_HAS_59_SECONDS
@ NTPStatus_LeapIndicator_LEAP_LAST_MINUTE_HAS_59_SECONDS
Definition: health.pb.h:189
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_UNSPECIFIED
@ NTPStatus_SyncSource_SYNC_UNSPECIFIED
Definition: health.pb.h:159
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_PANIC_STOP
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_PANIC_STOP
Definition: health.pb.h:216
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_RESTART
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_RESTART
Definition: health.pb.h:215
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_CLOCK_SYNC
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_CLOCK_SYNC
Definition: health.pb.h:214
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_CLOCK_STEP
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_CLOCK_STEP
Definition: health.pb.h:221
jaiabot::protobuf::NTPStatus_SyncSource_SyncSource_MAX
const NTPStatus_SyncSource NTPStatus_SyncSource_SyncSource_MAX
Definition: health.pb.h:172
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_EVENT_UNKNOWN
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_EVENT_UNKNOWN
Definition: health.pb.h:208
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_NOT_SET
@ NTPStatus_NTPSystemEvent_NTP_SYSTEM_FREQ_NOT_SET
Definition: health.pb.h:210
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_NTP
@ NTPStatus_SyncSource_SYNC_NTP
Definition: health.pb.h:165
jaiabot::protobuf::NTPStatus_LeapIndicator_LeapIndicator_MIN
const NTPStatus_LeapIndicator NTPStatus_LeapIndicator_LeapIndicator_MIN
Definition: health.pb.h:193
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_UHF_RADIO
@ NTPStatus_SyncSource_SYNC_UHF_RADIO
Definition: health.pb.h:163
jaiabot::protobuf::NTPStatus_LeapIndicator_LEAP_CLOCK_NOT_SYNCHRONIZED
@ NTPStatus_LeapIndicator_LEAP_CLOCK_NOT_SYNCHRONIZED
Definition: health.pb.h:190
jaiabot::protobuf::NTPStatus_NTPSystemEvent_NTPSystemEvent_ARRAYSIZE
const int NTPStatus_NTPSystemEvent_NTPSystemEvent_ARRAYSIZE
Definition: health.pb.h:229
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_TELEPHONE
@ NTPStatus_SyncSource_SYNC_TELEPHONE
Definition: health.pb.h:168
jaiabot::protobuf::NTPStatus_SyncSource_SYNC_UNKNOWN
@ NTPStatus_SyncSource_SYNC_UNKNOWN
Definition: health.pb.h:158