msr_print.3

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

3
35
字号
.TH MSR_PRINT 3 2006/11/27 "Libmseed API".SH DESCRIPTIONPrinting of Mini-SEED record header values..SH SYNOPSIS.nf.B #include <libmseed.h>.BI "void   \fBmsr_print\fP ( MSRecord *" msr ", flag " details " );".fi.SH DESCRIPTION\fBmsr_print\fP prints formatted details from the given MSRecordstruct (parsed record header), i.e. fixed section and blockettes.  Alloutput is printed using \fBms_log(3)\fP at level 0.  The \fIdetails\fPflag controls how much information is printed:.nf0  : a single line summarizing the record1  : most commonly desired header details2+ : all header details.fiIf no fixed section header information is available at MSRecord.fsdhthen a single line is printed from the other information in theMSRecord structure..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 + -
显示快捷键?