msr_host_latency.3

来自「C编写的格式转换程序」· 3 代码 · 共 36 行

3
36
字号
.TH MSR_HOST_LATENCY 3 2006/02/27 "Libmseed API".SH DESCRIPTIONCalculate latency between last sample in a Mini-SEED record and thehost computer time..SH SYNOPSIS.nf.B #include <libmseed.h>.BI "double  \fBmsr_host_latency\fP ( MSRecord *" msr " );".fi.SH DESCRIPTION\fBmsr_host_latency\fP calculates the latency in seconds of theMini-SEED data as the difference between current time in UTC of thehost computer and the time of the last sample in the record.This routine is only really useful when dealing with a telemetereddata stream or something similar.Double precision is returned, but the true precision is dependent onthe accuracy of the host system clock among other things..SH RETURN VALUES\fBmsr_host_latency\fP returns seconds of latency or 0.0 on error(indistinguishable from 0.0 latency)..SH SEE ALSO\fBms_intro(3)\fP and \fBmsr_unpack(3)\fP..SH AUTHOR.nfChad TrabantIRIS Data Management Center.fi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?