This is the cl-ntp-client Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:12:31 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-ntp-client
A simple NTP (Network Time Protocol) client in Common Lisp
Eugene Zaikonnikov
BSD
alexandria
(system).
usocket
(system).
package.lisp
(file).
cl-ntp-client.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-ntp-client/cl-ntp-client.lisp
package.lisp
(file).
cl-ntp-client
(system).
+micros+
(constant).
+millis+
(constant).
+nanos+
(constant).
adjusted-big-time
(method).
big-time
(macro).
fraction-to-internal
(function).
fraction-to-seconds
(function).
fraction-to-usec
(function).
from-fraction
(function).
get-adjusted-universal-time
(method).
local-stratum
(reader method).
(setf local-stratum)
(writer method).
ntp
(class).
ntp-address
(reader method).
(setf ntp-address)
(writer method).
seconds-to-fraction
(function).
small-time
(macro).
sub-internal
(function).
synchronize
(method).
to-fraction
(function).
usec-to-fraction
(function).
buffer
(reader method).
delay-to-usec
(function).
leap-indicator
(method).
mode
(method).
(setf mode)
(method).
offset
(reader method).
(setf offset)
(writer method).
origtm-f
(method).
(setf origtm-f)
(method).
origtm-s
(method).
(setf origtm-s)
(method).
poll
(method).
precision
(method).
read32
(function).
real-big-time
(function).
ref-id
(method).
reftm-f
(method).
reftm-s
(method).
root-delay
(method).
root-dispersion
(method).
run-server-exchange
(method).
rxtm-f
(method).
rxtm-s
(method).
stratum
(method).
txtm-f
(method).
txtm-s
(method).
version-number
(method).
(setf version-number)
(method).
write32
(function).
Packages are listed by definition order.
cl-ntp-client
ntp
common-lisp
.
+micros+
(constant).
+millis+
(constant).
+nanos+
(constant).
adjusted-big-time
(generic function).
big-time
(macro).
fraction-to-internal
(function).
fraction-to-seconds
(function).
fraction-to-usec
(function).
from-fraction
(function).
get-adjusted-universal-time
(generic function).
local-stratum
(generic reader).
(setf local-stratum)
(generic writer).
ntp
(class).
ntp-address
(generic reader).
(setf ntp-address)
(generic writer).
seconds-to-fraction
(function).
small-time
(macro).
sub-internal
(function).
synchronize
(generic function).
to-fraction
(function).
usec-to-fraction
(function).
buffer
(generic reader).
delay-to-usec
(function).
leap-indicator
(generic function).
mode
(generic function).
(setf mode)
(generic function).
offset
(generic reader).
(setf offset)
(generic writer).
origtm-f
(generic function).
(setf origtm-f)
(generic function).
origtm-s
(generic function).
(setf origtm-s)
(generic function).
poll
(generic function).
precision
(generic function).
read32
(function).
real-big-time
(function).
ref-id
(generic function).
reftm-f
(generic function).
reftm-s
(generic function).
root-delay
(generic function).
root-dispersion
(generic function).
run-server-exchange
(generic function).
rxtm-f
(generic function).
rxtm-s
(generic function).
stratum
(generic function).
txtm-f
(generic function).
txtm-s
(generic function).
version-number
(generic function).
(setf version-number)
(generic function).
write32
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Convert the NTP second/fraction value pair into a (large) integer
Convert the integer time representation back into NTP value pair domain
Fixed point conversion to microseconds
Returns the remainder of ntp value less than internal-time-units-per-second
Fixed point conversion from microseconds
adjusted-big-time
.
buffer
.
get-adjusted-universal-time
.
leap-indicator
.
(setf local-stratum)
.
local-stratum
.
(setf mode)
.
mode
.
(setf ntp-address)
.
ntp-address
.
(setf offset)
.
offset
.
(setf origtm-f)
.
origtm-f
.
(setf origtm-s)
.
origtm-s
.
poll
.
precision
.
ref-id
.
reftm-f
.
reftm-s
.
root-delay
.
root-dispersion
.
run-server-exchange
.
rxtm-f
.
rxtm-s
.
stratum
.
synchronize
.
txtm-f
.
txtm-s
.
(setf version-number)
.
version-number
.
(simple-array (unsigned-byte 8) (48))
(make-array 48 :element-type (quote (unsigned-byte 8)) :initial-element 0)
This slot is read-only.
integer
(- (cl-ntp-client:big-time (values (get-universal-time) 0)) (cl-ntp-client::real-big-time))
integer
8
:ntp-address
Scaled delay to microseconds conversion
Jump to: | (
A B D F G L M N O P R S T U V W |
---|
Jump to: | (
A B D F G L M N O P R S T U V W |
---|
Jump to: | +
A B C L O S |
---|
Jump to: | +
A B C L O S |
---|
Jump to: | C F N P S |
---|
Jump to: | C F N P S |
---|