Home Units Hierarchy Routines All identifiers

packed record unaNTP_packet

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaNTP_packet = packed record

Description

 

Overview

Fields

r_flags: uint8;
r_stratum: uint8;
r_poll: uint8;
r_precision: uint8;
r_rootDelay: int32;
r_rootDispersion: uint32;
r_referenceIdentifier: uint32;
r_referenceTimestamp: unaNTP_timestamp;
r_originateTimestamp: unaNTP_timestamp;
r_receiveTimestamp: unaNTP_timestamp;
r_transmitTimestamp: unaNTP_timestamp;

Description

Fields

r_flags: uint8;
 
r_stratum: uint8;

LI.VN.Mode

r_poll: uint8;
 
r_precision: uint8;
 
r_rootDelay: int32;
 
r_rootDispersion: uint32;

This is a 32-bit signed fixed-point number indicating the total roundtrip delay to the primary reference source, in seconds with the fraction point between bits 15 and 16.

r_referenceIdentifier: uint32;

This is a 32-bit unsigned fixed-point number indicating the maximum error due to the clock frequency tolerance, in seconds with the fraction point between bits 15 and 16.

r_referenceTimestamp: unaNTP_timestamp;

This is a 32-bit bitstring identifying the particular reference source

r_originateTimestamp: unaNTP_timestamp;

This field is the time the system clock was last set or corrected.

r_receiveTimestamp: unaNTP_timestamp;

This is the time at which the request departed the client for the server.

r_transmitTimestamp: unaNTP_timestamp;

This is the time at which the request arrived at the server or the reply arrived at the client.

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09