mbgtools-lx  4.2.8

Macros

#define LEAP_NOWARNING   0x0
 
#define LEAP_ADDSECOND   0x1
 
#define LEAP_DELSECOND   0x2
 
#define LEAP_NOTINSYNC   0x3
 

Detailed Description

Note
This describes NTP leap bits

Macro Definition Documentation

◆ LEAP_ADDSECOND

#define LEAP_ADDSECOND   0x1

last minute of day has 61 seconds

Definition at line 96 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ LEAP_DELSECOND

#define LEAP_DELSECOND   0x2

last minute of day has 59 seconds

Definition at line 97 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ LEAP_NOTINSYNC

#define LEAP_NOTINSYNC   0x3

overload, clock is free running

Definition at line 98 of file ntp_shm.h.

◆ LEAP_NOWARNING

#define LEAP_NOWARNING   0x0

normal, no leap second warning

Definition at line 95 of file ntp_shm.h.

Referenced by do_mbgsvctasks().