mbgtools-lx  4.2.8
shmTime Struct Reference

Structure of NTP's shared memory segment. More...

#include <ntp_shm.h>

Data Fields

int mode
 
int count
 
time_t clockTimeStampSec
 
int clockTimeStampUSec
 
time_t receiveTimeStampSec
 
int receiveTimeStampUSec
 
int leap
 see NTP Leap Bits More...
 
int precision
 
int nsamples
 
int valid
 
unsigned clockTimeStampNSec
 
unsigned receiveTimeStampNSec
 
int dummy [8]
 

Detailed Description

Structure of NTP's shared memory segment.

Definition at line 63 of file ntp_shm.h.

Field Documentation

◆ clockTimeStampNSec

unsigned shmTime::clockTimeStampNSec

Definition at line 83 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ clockTimeStampSec

time_t shmTime::clockTimeStampSec

Definition at line 75 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ clockTimeStampUSec

int shmTime::clockTimeStampUSec

Definition at line 76 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ count

int shmTime::count

Definition at line 74 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ dummy

int shmTime::dummy[8]

Definition at line 85 of file ntp_shm.h.

◆ leap

int shmTime::leap

see NTP Leap Bits

Definition at line 79 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ mode

int shmTime::mode

Definition at line 65 of file ntp_shm.h.

Referenced by ntpshm_init().

◆ nsamples

int shmTime::nsamples

Definition at line 81 of file ntp_shm.h.

Referenced by ntpshm_init().

◆ precision

int shmTime::precision

Definition at line 80 of file ntp_shm.h.

Referenced by do_mbgsvctasks(), and ntpshm_init().

◆ receiveTimeStampNSec

unsigned shmTime::receiveTimeStampNSec

Definition at line 84 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ receiveTimeStampSec

time_t shmTime::receiveTimeStampSec

Definition at line 77 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ receiveTimeStampUSec

int shmTime::receiveTimeStampUSec

Definition at line 78 of file ntp_shm.h.

Referenced by do_mbgsvctasks().

◆ valid

int shmTime::valid

Definition at line 82 of file ntp_shm.h.

Referenced by do_mbgsvctasks().


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