|
mbgtools-lx
4.2.8
|
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] |
| unsigned shmTime::clockTimeStampNSec |
Definition at line 83 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| time_t shmTime::clockTimeStampSec |
Definition at line 75 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| int shmTime::clockTimeStampUSec |
Definition at line 76 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| int shmTime::count |
Definition at line 74 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| int shmTime::leap |
| int shmTime::mode |
Definition at line 65 of file ntp_shm.h.
Referenced by ntpshm_init().
| int shmTime::nsamples |
Definition at line 81 of file ntp_shm.h.
Referenced by ntpshm_init().
| int shmTime::precision |
Definition at line 80 of file ntp_shm.h.
Referenced by do_mbgsvctasks(), and ntpshm_init().
| unsigned shmTime::receiveTimeStampNSec |
Definition at line 84 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| time_t shmTime::receiveTimeStampSec |
Definition at line 77 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| int shmTime::receiveTimeStampUSec |
Definition at line 78 of file ntp_shm.h.
Referenced by do_mbgsvctasks().
| int shmTime::valid |
Definition at line 82 of file ntp_shm.h.
Referenced by do_mbgsvctasks().